Trace number 3710442

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.04 1784.84

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMa2f99c9ee3680d6c94873a7ed8cb4007
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710442-1338246457.opb
0.09/0.12	c reading problem ... 
43.75/31.48	c ... done. Wall clock time 31.358s.
43.75/31.48	c declared #vars     2000400
43.75/31.48	c #constraints  4940611
43.75/31.48	c constraints type 
43.75/31.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
43.75/31.48	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
43.75/31.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
43.75/31.48	c ignored satisfied constraints => 3
43.75/31.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
43.75/31.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
43.75/31.48	c 4940614 constraints processed.
1098.63/1085.57	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1800.04/1784.81	c starts		: 28
1800.04/1784.81	c conflicts		: 8253
1800.04/1784.81	c decisions		: 404277
1800.04/1784.81	c propagations		: 251404240
1800.04/1784.81	c inspects		: 5997615540
1800.04/1784.81	c shortcuts		: 0
1800.04/1784.81	c learnt literals	: 0
1800.04/1784.81	c learnt binary clauses	: 1
1800.04/1784.81	c learnt ternary clauses	: 6
1800.04/1784.81	c learnt constraints	: 8252
1800.04/1784.81	c ignored constraints	: 0
1800.04/1784.81	c root simplifications	: 28
1800.04/1784.81	c removed literals (reason simplification)	: 409703
1800.04/1784.81	c reason swapping (by a shorter reason)	: 0
1800.04/1784.81	c Calls to reduceDB	: 1
1800.04/1784.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1784.81	c number of learned constraints concerned by reduction	: 0
1800.04/1784.81	c number of learning phase by resolution	: 0
1800.04/1784.81	c number of learning phase by cutting planes	: 0
1800.04/1784.81	c speed (assignments/second)	: 143401.44311667568
1800.04/1784.81	c non guided choices	6484
1800.04/1784.81	c learnt constraints type 
1800.04/1784.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.04/1784.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5752
1800.04/1784.81	c constraints type 
1800.04/1784.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.04/1784.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.04/1784.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.04/1784.81	c ignored satisfied constraints => 3
1800.04/1784.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.04/1784.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.04/1784.81	c 4940614 constraints processed.
1800.04/1784.81	s UNKNOWN
1800.04/1784.81	c Total wall clock time (in seconds): 1784.689

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710442-1338246457/watcher-3710442-1338246457 -o /tmp/evaluation-result-3710442-1338246457/solver-3710442-1338246457 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710442-1338246457.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 3/192 956
/proc/meminfo: memFree=26685584/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/956/stat : 956 (java) R 954 956 31663 0 -1 4202496 82 0 0 0 0 0 0 0 20 0 1 0 290771701 278528 33 33554432000 1073741824 1073778376 140734380465456 140734380462632 252253924647 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/956/statm: 68 34 26 9 0 25 0

[startup+0.103997 s]
/proc/loadavg: 1.93 1.98 1.99 3/192 956
/proc/meminfo: memFree=26685584/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 4272 0 1 0 8 1 0 0 20 0 18 0 290771701 9787842560 5478 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2389610 5479 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200334 s]
/proc/loadavg: 1.93 1.98 1.99 3/192 956
/proc/meminfo: memFree=26685584/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9558440 CPUtime=0.26 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 5074 0 1 0 24 2 0 0 20 0 18 0 290771701 9787842560 17852 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2389610 17852 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558440

[startup+0.300371 s]
/proc/loadavg: 1.93 1.98 1.99 3/192 956
/proc/meminfo: memFree=26685584/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 5340 0 1 0 43 3 0 0 20 0 18 0 290771701 9787842560 21538 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2389610 22050 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700326 s]
/proc/loadavg: 1.93 1.98 1.99 3/192 956
/proc/meminfo: memFree=26685584/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9558440 CPUtime=1 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 5519 0 1 0 93 7 0 0 20 0 18 0 290771701 9787842560 52877 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2389610 52877 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558440

[startup+1.50079 s]
/proc/loadavg: 1.93 1.98 1.99 3/210 974
/proc/meminfo: memFree=26440056/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9558440 CPUtime=2.01 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 5963 0 1 0 189 12 0 0 20 0 18 0 290771701 9787842560 65554 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2389610 66066 2239 9 0 2380296 0
[pid=956/tid=958] ppid=954 vsize=9558440 CPUtime=1.33 cores=1,3,5,7
/proc/956/task/958/stat : 958 (java) R 954 956 31663 0 -1 4202560 2565 0 1 0 129 4 0 0 20 0 18 0 290771702 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671433706744 140671269185374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=956/tid=959] ppid=954 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/956/task/959/stat : 959 (java) S 954 956 31663 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 290771703 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671395199528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=960] ppid=954 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/956/task/960/stat : 960 (java) S 954 956 31663 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 290771703 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671394146728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=961] ppid=954 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/956/task/961/stat : 961 (java) S 954 956 31663 0 -1 4202560 97 0 0 0 4 0 0 0 20 0 18 0 290771703 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671393093928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=962] ppid=954 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/956/task/962/stat : 962 (java) S 954 956 31663 0 -1 4202560 115 0 0 0 5 2 0 0 20 0 18 0 290771703 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671392041128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=963] ppid=954 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/956/task/963/stat : 963 (java) S 954 956 31663 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 18 0 290771703 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671390989352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=964] ppid=954 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/956/task/964/stat : 964 (java) S 954 956 31663 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 290771703 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671389936552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=965] ppid=954 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/956/task/965/stat : 965 (java) S 954 956 31663 0 -1 4202560 120 0 0 0 6 1 0 0 20 0 18 0 290771703 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671388883752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=966] ppid=954 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/956/task/966/stat : 966 (java) S 954 956 31663 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 18 0 290771703 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671387830952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=967] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/967/stat : 967 (java) S 954 956 31663 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 290771704 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671257532904 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=968] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/968/stat : 968 (java) S 954 956 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290771705 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671256478968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=969] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/969/stat : 969 (java) S 954 956 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290771705 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671255426056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=970] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/970/stat : 970 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671254374544 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=971] ppid=954 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/956/task/971/stat : 971 (java) S 954 956 31663 0 -1 4202560 578 0 0 0 6 0 0 0 20 0 18 0 290771707 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140671253322680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=972] ppid=954 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/956/task/972/stat : 972 (java) S 954 956 31663 0 -1 4202560 1054 0 0 0 9 0 0 0 20 0 18 0 290771707 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140670379486008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=973] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/973/stat : 973 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140670378433400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=974] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/974/stat : 974 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 66066 33554432000 1073741824 1073778376 140734737652336 140670377380808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9558440

[startup+3.10075 s]
/proc/loadavg: 1.93 1.98 1.99 3/210 974
/proc/meminfo: memFree=26207708/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9558440 CPUtime=4.57 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 8379 0 1 0 417 40 0 0 20 0 18 0 290771701 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2389610 186227 2244 9 0 2380296 0
[pid=956/tid=958] ppid=954 vsize=9558440 CPUtime=2.64 cores=1,3,5,7
/proc/956/task/958/stat : 958 (java) R 954 956 31663 0 -1 4202560 2893 0 1 0 254 10 0 0 20 0 18 0 290771702 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671433705976 140671269093348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=956/tid=959] ppid=954 vsize=9558440 CPUtime=0.26 cores=1,3,5,7
/proc/956/task/959/stat : 959 (java) S 954 956 31663 0 -1 4202560 337 0 0 0 22 4 0 0 20 0 18 0 290771703 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671395199528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=960] ppid=954 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/956/task/960/stat : 960 (java) S 954 956 31663 0 -1 4202560 213 0 0 0 14 5 0 0 20 0 18 0 290771703 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671394146728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=961] ppid=954 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/956/task/961/stat : 961 (java) S 954 956 31663 0 -1 4202560 426 0 0 0 14 2 0 0 20 0 18 0 290771703 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671393093928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=962] ppid=954 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/956/task/962/stat : 962 (java) S 954 956 31663 0 -1 4202560 157 0 0 0 15 4 0 0 20 0 18 0 290771703 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671392041128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=963] ppid=954 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/956/task/963/stat : 963 (java) S 954 956 31663 0 -1 4202560 72 0 0 0 12 3 0 0 20 0 18 0 290771703 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671390989352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=964] ppid=954 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/956/task/964/stat : 964 (java) S 954 956 31663 0 -1 4202560 70 0 0 0 15 4 0 0 20 0 18 0 290771703 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671389936552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=965] ppid=954 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/956/task/965/stat : 965 (java) S 954 956 31663 0 -1 4202560 168 0 0 0 18 4 0 0 20 0 18 0 290771703 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671388883752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=966] ppid=954 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/956/task/966/stat : 966 (java) S 954 956 31663 0 -1 4202560 550 0 0 0 10 3 0 0 20 0 18 0 290771703 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671387830952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=967] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/967/stat : 967 (java) S 954 956 31663 0 -1 4202560 493 0 0 0 0 0 0 0 20 0 18 0 290771704 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671257532904 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=968] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/968/stat : 968 (java) S 954 956 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290771705 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671256478968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=969] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/969/stat : 969 (java) S 954 956 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290771705 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671255426056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=970] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/970/stat : 970 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671254374544 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=971] ppid=954 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/956/task/971/stat : 971 (java) S 954 956 31663 0 -1 4202560 729 0 0 0 11 0 0 0 20 0 18 0 290771707 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140671253322680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=972] ppid=954 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/956/task/972/stat : 972 (java) S 954 956 31663 0 -1 4202560 1095 0 0 0 16 0 0 0 20 0 18 0 290771707 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140670379486008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=973] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/973/stat : 973 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140670378433400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=974] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/974/stat : 974 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 186227 33554432000 1073741824 1073778376 140734737652336 140670377380808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9558440

[startup+6.30066 s]
/proc/loadavg: 2.49 2.10 2.03 3/210 974
/proc/meminfo: memFree=25258384/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9558440 CPUtime=10.58 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 17989 0 1 0 969 89 0 0 20 0 18 0 290771701 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2389610 388600 2272 9 0 2380296 0
[pid=956/tid=958] ppid=954 vsize=9558440 CPUtime=5.03 cores=1,3,5,7
/proc/956/task/958/stat : 958 (java) S 954 956 31663 0 -1 4202560 3609 0 1 0 482 21 0 0 20 0 18 0 290771702 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671433706664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=959] ppid=954 vsize=9558440 CPUtime=0.63 cores=1,3,5,7
/proc/956/task/959/stat : 959 (java) D 954 956 31663 0 -1 4202560 632 0 0 0 55 8 0 0 20 0 18 0 290771703 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671395199288 252263130087 0 4 0 16800975 18446744071581355491 0 0 -1 5 0 0 0 0 0
[pid=956/tid=960] ppid=954 vsize=9558440 CPUtime=0.52 cores=1,3,5,7
/proc/956/task/960/stat : 960 (java) R 954 956 31663 0 -1 4202560 944 0 0 0 45 7 0 0 20 0 18 0 290771703 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671394146904 140671440606290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=956/tid=961] ppid=954 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/956/task/961/stat : 961 (java) R 954 956 31663 0 -1 4202560 515 0 0 0 50 5 0 0 20 0 18 0 290771703 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671393093808 140671436179129 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=956/tid=962] ppid=954 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/956/task/962/stat : 962 (java) D 954 956 31663 0 -1 4202560 645 0 0 0 46 8 0 0 20 0 18 0 290771703 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671392040888 252263130087 0 4 0 16800975 18446744071581355491 0 0 -1 5 0 0 0 0 0
[pid=956/tid=963] ppid=954 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/956/task/963/stat : 963 (java) R 954 956 31663 0 -1 4202560 515 0 0 0 42 8 0 0 20 0 18 0 290771703 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671390989528 140671436179129 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=956/tid=964] ppid=954 vsize=9558440 CPUtime=0.64 cores=1,3,5,7
/proc/956/task/964/stat : 964 (java) R 954 956 31663 0 -1 4202560 174 0 0 0 56 8 0 0 20 0 18 0 290771703 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671389936728 140671440604076 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=956/tid=965] ppid=954 vsize=9558440 CPUtime=0.68 cores=1,3,5,7
/proc/956/task/965/stat : 965 (java) R 954 956 31663 0 -1 4202560 273 0 0 0 58 10 0 0 20 0 18 0 290771703 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671388883928 140671440606275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=956/tid=966] ppid=954 vsize=9558440 CPUtime=0.57 cores=1,3,5,7
/proc/956/task/966/stat : 966 (java) R 954 956 31663 0 -1 4202560 654 0 0 0 48 9 0 0 20 0 18 0 290771703 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671387831128 140671436179145 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=956/tid=967] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/967/stat : 967 (java) S 954 956 31663 0 -1 4202560 1036 0 0 0 0 0 0 0 20 0 18 0 290771704 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671257531784 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=968] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/968/stat : 968 (java) S 954 956 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290771705 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671256478968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=969] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/969/stat : 969 (java) S 954 956 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290771705 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671255426056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=970] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/970/stat : 970 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671254374544 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=971] ppid=954 vsize=9558440 CPUtime=0.34 cores=1,3,5,7
/proc/956/task/971/stat : 971 (java) S 954 956 31663 0 -1 4202560 3434 0 0 0 32 2 0 0 20 0 18 0 290771707 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140671253322680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=972] ppid=954 vsize=9558440 CPUtime=0.39 cores=1,3,5,7
/proc/956/task/972/stat : 972 (java) S 954 956 31663 0 -1 4202560 4382 0 0 0 37 2 0 0 20 0 18 0 290771707 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140670379486008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=973] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/973/stat : 973 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140670378433400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=974] ppid=954 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/956/task/974/stat : 974 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290771707 9787842560 388600 33554432000 1073741824 1073778376 140734737652336 140670377380808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 9558440

[startup+12.7008 s]
/proc/loadavg: 2.45 2.10 2.03 3/210 974
/proc/meminfo: memFree=23915668/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9558440 CPUtime=20.46 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 22986 0 1 0 1909 137 0 0 20 0 18 0 290771701 9787842560 693016 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2389610 693016 2280 9 0 2380296 0
[pid=956/tid=958] ppid=954 vsize=9558440 CPUtime=9.05 cores=1,3,5,7

################
# More data... #
################

[pid=956/tid=971] ppid=954 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/956/task/971/stat : 971 (java) S 954 956 31663 0 -1 4202560 3452 0 0 0 76 2 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671253322680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=972] ppid=954 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/956/task/972/stat : 972 (java) S 954 956 31663 0 -1 4202560 4400 0 0 0 76 2 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670379486008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=973] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/973/stat : 973 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670378433400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=974] ppid=954 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/956/task/974/stat : 974 (java) S 954 956 31663 0 -1 4202560 95 0 0 0 38 45 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670377380808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=1036] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/1036/stat : 1036 (java) S 954 956 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290774867 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670376326312 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1677.44
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 1052
/proc/meminfo: memFree=25016548/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9625004 CPUtime=1737.49 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 35929 0 1 0 173454 295 0 0 20 0 19 0 290771701 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2406251 943838 2291 9 0 2396937 0
[pid=956/tid=958] ppid=954 vsize=9625004 CPUtime=1705.77 cores=1,3,5,7
/proc/956/task/958/stat : 958 (java) R 954 956 31663 0 -1 4202560 4048 0 1 0 170504 73 0 0 20 0 19 0 290771702 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671433707688 140671269544119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=956/tid=959] ppid=954 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/956/task/959/stat : 959 (java) S 954 956 31663 0 -1 4202560 1952 0 0 0 197 25 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671395199528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=960] ppid=954 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/956/task/960/stat : 960 (java) S 954 956 31663 0 -1 4202560 2344 0 0 0 177 18 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671394146728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=961] ppid=954 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/956/task/961/stat : 961 (java) S 954 956 31663 0 -1 4202560 2130 0 0 0 220 21 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671393093928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=962] ppid=954 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/956/task/962/stat : 962 (java) S 954 956 31663 0 -1 4202560 5259 0 0 0 187 21 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671392041128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=963] ppid=954 vsize=9625004 CPUtime=1.97 cores=1,3,5,7
/proc/956/task/963/stat : 963 (java) S 954 956 31663 0 -1 4202560 2584 0 0 0 179 18 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671390989352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=964] ppid=954 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/956/task/964/stat : 964 (java) S 954 956 31663 0 -1 4202560 1587 0 0 0 201 20 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671389936552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=965] ppid=954 vsize=9625004 CPUtime=2.25 cores=1,3,5,7
/proc/956/task/965/stat : 965 (java) S 954 956 31663 0 -1 4202560 2523 0 0 0 201 24 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671388883752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=966] ppid=954 vsize=9625004 CPUtime=2.14 cores=1,3,5,7
/proc/956/task/966/stat : 966 (java) S 954 956 31663 0 -1 4202560 1708 0 0 0 192 22 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671387830952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=967] ppid=954 vsize=9625004 CPUtime=7.24 cores=1,3,5,7
/proc/956/task/967/stat : 967 (java) S 954 956 31663 0 -1 4202560 2661 0 0 0 714 10 0 0 20 0 19 0 290771704 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671257532904 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=968] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/968/stat : 968 (java) S 954 956 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290771705 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671256478968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=969] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/969/stat : 969 (java) S 954 956 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290771705 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671255426056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=970] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/970/stat : 970 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671254374544 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=971] ppid=954 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/956/task/971/stat : 971 (java) S 954 956 31663 0 -1 4202560 3452 0 0 0 76 2 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671253322680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=972] ppid=954 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/956/task/972/stat : 972 (java) S 954 956 31663 0 -1 4202560 4400 0 0 0 76 2 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670379486008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=973] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/973/stat : 973 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670378433400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=974] ppid=954 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/956/task/974/stat : 974 (java) S 954 956 31663 0 -1 4202560 99 0 0 0 40 47 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670377380808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=1036] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/1036/stat : 1036 (java) S 954 956 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290774867 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670376326312 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1737.49
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 1052
/proc/meminfo: memFree=25016548/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9625004 CPUtime=1797.53 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 35933 0 1 0 179454 299 0 0 20 0 19 0 290771701 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2406251 943838 2291 9 0 2396937 0
[pid=956/tid=958] ppid=954 vsize=9625004 CPUtime=1765.61 cores=1,3,5,7
/proc/956/task/958/stat : 958 (java) R 954 956 31663 0 -1 4202560 4048 0 1 0 176487 74 0 0 20 0 19 0 290771702 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671433707688 140671269652057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=956/tid=959] ppid=954 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/956/task/959/stat : 959 (java) S 954 956 31663 0 -1 4202560 1952 0 0 0 197 25 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671395199528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=960] ppid=954 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/956/task/960/stat : 960 (java) S 954 956 31663 0 -1 4202560 2344 0 0 0 177 18 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671394146728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=961] ppid=954 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/956/task/961/stat : 961 (java) S 954 956 31663 0 -1 4202560 2130 0 0 0 220 21 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671393093928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=962] ppid=954 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/956/task/962/stat : 962 (java) S 954 956 31663 0 -1 4202560 5259 0 0 0 187 21 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671392041128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=963] ppid=954 vsize=9625004 CPUtime=1.97 cores=1,3,5,7
/proc/956/task/963/stat : 963 (java) S 954 956 31663 0 -1 4202560 2584 0 0 0 179 18 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671390989352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=964] ppid=954 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/956/task/964/stat : 964 (java) S 954 956 31663 0 -1 4202560 1587 0 0 0 201 20 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671389936552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=965] ppid=954 vsize=9625004 CPUtime=2.25 cores=1,3,5,7
/proc/956/task/965/stat : 965 (java) S 954 956 31663 0 -1 4202560 2523 0 0 0 201 24 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671388883752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=966] ppid=954 vsize=9625004 CPUtime=2.14 cores=1,3,5,7
/proc/956/task/966/stat : 966 (java) S 954 956 31663 0 -1 4202560 1708 0 0 0 192 22 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671387830952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=967] ppid=954 vsize=9625004 CPUtime=7.24 cores=1,3,5,7
/proc/956/task/967/stat : 967 (java) S 954 956 31663 0 -1 4202560 2661 0 0 0 714 10 0 0 20 0 19 0 290771704 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671257532904 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=968] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/968/stat : 968 (java) S 954 956 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290771705 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671256478968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=969] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/969/stat : 969 (java) S 954 956 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290771705 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671255426056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=970] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/970/stat : 970 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671254374544 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=971] ppid=954 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/956/task/971/stat : 971 (java) S 954 956 31663 0 -1 4202560 3452 0 0 0 76 2 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671253322680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=972] ppid=954 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/956/task/972/stat : 972 (java) S 954 956 31663 0 -1 4202560 4400 0 0 0 76 2 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670379486008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=973] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/973/stat : 973 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670378433400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=974] ppid=954 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/956/task/974/stat : 974 (java) S 954 956 31663 0 -1 4202560 103 0 0 0 41 49 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670377380808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=1036] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/1036/stat : 1036 (java) S 954 956 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290774867 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670376326312 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 1052
/proc/meminfo: memFree=25016548/32873852 swapFree=7624/7624
[pid=956] ppid=954 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/956/stat : 956 (java) S 954 956 31663 0 -1 4202496 35933 0 1 0 179705 299 0 0 20 0 19 0 290771701 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140734737643472 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/956/statm: 2406251 943838 2291 9 0 2396937 0
[pid=956/tid=958] ppid=954 vsize=9625004 CPUtime=1768.11 cores=1,3,5,7
/proc/956/task/958/stat : 958 (java) R 954 956 31663 0 -1 4202560 4048 0 1 0 176737 74 0 0 20 0 19 0 290771702 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671433707688 140671269666047 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=956/tid=959] ppid=954 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/956/task/959/stat : 959 (java) S 954 956 31663 0 -1 4202560 1952 0 0 0 197 25 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671395199528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=960] ppid=954 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/956/task/960/stat : 960 (java) S 954 956 31663 0 -1 4202560 2344 0 0 0 177 18 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671394146728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=961] ppid=954 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/956/task/961/stat : 961 (java) S 954 956 31663 0 -1 4202560 2130 0 0 0 220 21 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671393093928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=962] ppid=954 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/956/task/962/stat : 962 (java) S 954 956 31663 0 -1 4202560 5259 0 0 0 187 21 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671392041128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=963] ppid=954 vsize=9625004 CPUtime=1.97 cores=1,3,5,7
/proc/956/task/963/stat : 963 (java) S 954 956 31663 0 -1 4202560 2584 0 0 0 179 18 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671390989352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=964] ppid=954 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/956/task/964/stat : 964 (java) S 954 956 31663 0 -1 4202560 1587 0 0 0 201 20 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671389936552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=965] ppid=954 vsize=9625004 CPUtime=2.25 cores=1,3,5,7
/proc/956/task/965/stat : 965 (java) S 954 956 31663 0 -1 4202560 2523 0 0 0 201 24 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671388883752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=966] ppid=954 vsize=9625004 CPUtime=2.14 cores=1,3,5,7
/proc/956/task/966/stat : 966 (java) S 954 956 31663 0 -1 4202560 1708 0 0 0 192 22 0 0 20 0 19 0 290771703 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671387830952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=967] ppid=954 vsize=9625004 CPUtime=7.24 cores=1,3,5,7
/proc/956/task/967/stat : 967 (java) S 954 956 31663 0 -1 4202560 2661 0 0 0 714 10 0 0 20 0 19 0 290771704 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671257532904 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=968] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/968/stat : 968 (java) S 954 956 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290771705 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671256478968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=969] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/969/stat : 969 (java) S 954 956 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290771705 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671255426056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=970] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/970/stat : 970 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671254374544 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=971] ppid=954 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/956/task/971/stat : 971 (java) S 954 956 31663 0 -1 4202560 3452 0 0 0 76 2 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140671253322680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=956/tid=972] ppid=954 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/956/task/972/stat : 972 (java) S 954 956 31663 0 -1 4202560 4400 0 0 0 76 2 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670379486008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=956/tid=973] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/973/stat : 973 (java) S 954 956 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670378433400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=956/tid=974] ppid=954 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/956/task/974/stat : 974 (java) S 954 956 31663 0 -1 4202560 103 0 0 0 41 49 0 0 20 0 19 0 290771707 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670377380808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=956/tid=1036] ppid=954 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/956/task/1036/stat : 1036 (java) S 954 956 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290774867 9856004096 943838 33554432000 1073741824 1073778376 140734737652336 140670376326312 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 956 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=109557
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=200513
# CPU time returned by wait4() is 1795.31
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.84
CPU time (s): 1800.04
CPU user time (s): 1797.05
CPU system time (s): 2.99
CPU usage (%): 100.852
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.11
system time used= 3.20051
maximum resident set size= 3775492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35970
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42119
involuntary context switches= 26601

runsolver used 6.34104 second user time and 15.8816 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-29 01:07:42
IDJOB=3710442
IDBENCH=92651
IDSOLVER=2289
FILE ID=node131/3710442-1338246457
RUNJOBID= node131-1338224871-31680
PBS_JOBID= 14624623
Free space on /tmp= 71416 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_6_mh.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710442-1338246457/watcher-3710442-1338246457 -o /tmp/evaluation-result-3710442-1338246457/solver-3710442-1338246457 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710442-1338246457.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a2f99c9ee3680d6c94873a7ed8cb4007
RANDOM SEED=1092111510

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26685848 kB
Buffers:          519988 kB
Cached:          2286400 kB
SwapCached:         2328 kB
Active:          3569156 kB
Inactive:        1741328 kB
Active(anon):    2502644 kB
Inactive(anon):      996 kB
Active(file):    1066512 kB
Inactive(file):  1740332 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:            222920 kB
Writeback:             0 kB
AnonPages:       2522556 kB
Mapped:            22512 kB
Shmem:                 0 kB
Slab:             714076 kB
SReclaimable:     155744 kB
SUnreclaim:       558332 kB
KernelStack:        1568 kB
PageTables:         9016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3077044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2465792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71500 MiB
End job on node131 at 2012-05-29 01:37:29