Trace number 3743397

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 NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.09 1796.62

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM3b8362af58c9130644833689fa0f2100
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 6694
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 62779
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.01/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1599470296
0.01/0.08	c Max memory 1607860224
0.01/0.08	c Total memory 1607860224
0.01/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3743397-1338779611.opb
0.09/0.10	c reading problem ... 
5.80/4.40	c ... done. Wall clock time 4.295s.
6.49/4.69	c CPU time (experimental) 4.02s.
6.49/4.69	c #vars     400896
6.49/4.69	c #constraints  402763
1800.09/1796.61	c starts		: 18
1800.09/1796.61	c conflicts		: 225077
1800.09/1796.61	c decisions		: 1098861
1800.09/1796.61	c propagations		: 5629870716
1800.09/1796.61	c inspects		: 1224103623
1800.09/1796.61	c learnt literals	: 0
1800.09/1796.61	c learnt binary clauses	: 1707
1800.09/1796.61	c learnt ternary clauses	: 978
1800.09/1796.61	c learnt clauses	: 225077
1800.09/1796.61	c root simplifications	: 0
1800.09/1796.61	c removed literals (reason simplification)	: 0
1800.09/1796.61	c reason swapping (by a shorter reason)	: 0
1800.09/1796.61	c Calls to reduceDB	: 0
1800.09/1796.61	c speed (decisions/second)	: 613.1496218525376
1800.09/1796.61	c non guided choices	1180
1800.09/1796.61	s UNKNOWN
1800.09/1796.61	c Total wall clock time (ms): 1796.51

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-3743397-1338779611/watcher-3743397-1338779611 -o /tmp/evaluation-result-3743397-1338779611/solver-3743397-1338779611 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743397-1338779611.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: 2.09 2.02 2.00 3/194 7467
/proc/meminfo: memFree=27087952/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7467/stat : 7467 (java) R 7465 7467 6470 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 344085716 9515008 176 33554432000 1073741824 1073778376 140736900235520 140736900218248 212073268112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7467/statm: 2323 182 139 9 0 71 0

[startup+0.0390871 s]
/proc/loadavg: 2.09 2.02 2.00 3/194 7467
/proc/meminfo: memFree=27087952/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=2490788 CPUtime=0.01 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 3835 0 1 0 1 0 0 0 20 0 11 0 344085716 2550566912 5044 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 622697 5044 1645 9 0 613398 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2490788

[startup+0.100305 s]
/proc/loadavg: 2.09 2.02 2.00 3/194 7467
/proc/meminfo: memFree=27087952/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 4915 0 1 0 8 1 0 0 20 0 18 0 344085716 3028844544 6623 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 739464 6623 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300268 s]
/proc/loadavg: 2.09 2.02 2.00 3/194 7467
/proc/meminfo: memFree=27087952/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=2957856 CPUtime=0.49 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 6424 0 1 0 47 2 0 0 20 0 18 0 344085716 3028844544 13678 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 739464 13678 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2957856

[startup+0.70028 s]
/proc/loadavg: 2.09 2.02 2.00 3/194 7467
/proc/meminfo: memFree=27087952/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=2957856 CPUtime=1.21 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 8630 0 1 0 117 4 0 0 20 0 18 0 344085716 3028844544 53666 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 739464 53666 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2957856

[startup+1.50074 s]
/proc/loadavg: 2.08 2.02 2.00 3/212 7485
/proc/meminfo: memFree=26744156/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=2957856 CPUtime=2.17 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 8846 0 1 0 206 11 0 0 20 0 18 0 344085716 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 739464 120269 2266 9 0 729885 0
[pid=7467/tid=7469] ppid=7465 vsize=2957856 CPUtime=1.41 cores=1,3,5,7
/proc/7467/task/7469/stat : 7469 (java) R 7465 7467 6470 0 -1 4202560 3226 0 1 0 134 7 0 0 20 0 18 0 344085717 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985525239128 139985349389345 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7470] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7470/stat : 7470 (java) S 7465 7467 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344085718 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985508666024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7471] ppid=7465 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/7467/task/7471/stat : 7471 (java) S 7465 7467 6470 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 344085718 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985507613480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7472] ppid=7465 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/7467/task/7472/stat : 7472 (java) S 7465 7467 6470 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 344085718 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985506560936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7473] ppid=7465 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/7467/task/7473/stat : 7473 (java) S 7465 7467 6470 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 18 0 344085718 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985505508392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7474] ppid=7465 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/7467/task/7474/stat : 7474 (java) S 7465 7467 6470 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 344085718 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985504454824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7475] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7475/stat : 7475 (java) S 7465 7467 6470 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 344085718 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985503402280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7476] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7476/stat : 7476 (java) S 7465 7467 6470 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 344085718 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985502349736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7477] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7477/stat : 7477 (java) S 7465 7467 6470 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344085718 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985501297192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7478] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7478/stat : 7478 (java) S 7465 7467 6470 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344085719 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985488886376 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7479] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7479/stat : 7479 (java) S 7465 7467 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344085720 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985487832696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7480] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7480/stat : 7480 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344085720 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985486780040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7481] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7481/stat : 7481 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344085722 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985485728784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7482] ppid=7465 vsize=2957856 CPUtime=0.25 cores=1,3,5,7
/proc/7467/task/7482/stat : 7482 (java) S 7465 7467 6470 0 -1 4202560 2197 0 0 0 25 0 0 0 20 0 18 0 344085722 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985484675128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7483] ppid=7465 vsize=2957856 CPUtime=0.29 cores=1,3,5,7
/proc/7467/task/7483/stat : 7483 (java) S 7465 7467 6470 0 -1 4202560 2138 0 0 0 29 0 0 0 20 0 18 0 344085722 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985483622584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7484] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7484/stat : 7484 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344085722 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985482570232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7485] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7485/stat : 7485 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344085722 3028844544 120269 33554432000 1073741824 1073778376 140734163360160 139985481517896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 2957856

[startup+3.10076 s]
/proc/loadavg: 2.08 2.02 2.00 3/212 7485
/proc/meminfo: memFree=26540536/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=2957856 CPUtime=4.34 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 9219 0 1 0 409 25 0 0 20 0 18 0 344085716 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 739464 153662 2266 9 0 729885 0
[pid=7467/tid=7469] ppid=7465 vsize=2957856 CPUtime=2.82 cores=1,3,5,7
/proc/7467/task/7469/stat : 7469 (java) R 7465 7467 6470 0 -1 4202560 3228 0 1 0 274 8 0 0 20 0 18 0 344085717 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985525239432 139985349474363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7470] ppid=7465 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/7467/task/7470/stat : 7470 (java) S 7465 7467 6470 0 -1 4202560 61 0 0 0 8 2 0 0 20 0 18 0 344085718 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985508666024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7471] ppid=7465 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/7467/task/7471/stat : 7471 (java) S 7465 7467 6470 0 -1 4202560 58 0 0 0 8 2 0 0 20 0 18 0 344085718 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985507613480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7472] ppid=7465 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/7467/task/7472/stat : 7472 (java) S 7465 7467 6470 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 18 0 344085718 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985506560936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7473] ppid=7465 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/7467/task/7473/stat : 7473 (java) S 7465 7467 6470 0 -1 4202560 88 0 0 0 11 4 0 0 20 0 18 0 344085718 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985505508392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7474] ppid=7465 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/7467/task/7474/stat : 7474 (java) S 7465 7467 6470 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 18 0 344085718 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985504454824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7475] ppid=7465 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/7467/task/7475/stat : 7475 (java) S 7465 7467 6470 0 -1 4202560 58 0 0 0 8 2 0 0 20 0 18 0 344085718 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985503402280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7476] ppid=7465 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/7467/task/7476/stat : 7476 (java) S 7465 7467 6470 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 344085718 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985502349736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7477] ppid=7465 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/7467/task/7477/stat : 7477 (java) S 7465 7467 6470 0 -1 4202560 59 0 0 0 8 3 0 0 20 0 18 0 344085718 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985501297192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7478] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7478/stat : 7478 (java) S 7465 7467 6470 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344085719 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985488886376 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7479] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7479/stat : 7479 (java) S 7465 7467 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344085720 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985487832696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7480] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7480/stat : 7480 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344085720 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985486780040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7481] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7481/stat : 7481 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344085722 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985485728784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7482] ppid=7465 vsize=2957856 CPUtime=0.25 cores=1,3,5,7
/proc/7467/task/7482/stat : 7482 (java) S 7465 7467 6470 0 -1 4202560 2197 0 0 0 25 0 0 0 20 0 18 0 344085722 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985484675128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7483] ppid=7465 vsize=2957856 CPUtime=0.29 cores=1,3,5,7
/proc/7467/task/7483/stat : 7483 (java) S 7465 7467 6470 0 -1 4202560 2138 0 0 0 29 0 0 0 20 0 18 0 344085722 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985483622584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7484] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7484/stat : 7484 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344085722 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985482570232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7485] ppid=7465 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7485/stat : 7485 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344085722 3028844544 153662 33554432000 1073741824 1073778376 140734163360160 139985481517896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 2957856

[startup+6.30077 s]
/proc/loadavg: 2.08 2.02 2.00 3/192 7496
/proc/meminfo: memFree=27656024/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=3024420 CPUtime=8.34 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 16770 0 1 0 805 29 0 0 20 0 19 0 344085716 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 756105 161775 2292 9 0 746526 0
[pid=7467/tid=7469] ppid=7465 vsize=3024420 CPUtime=5.92 cores=1,3,5,7
/proc/7467/task/7469/stat : 7469 (java) R 7465 7467 6470 0 -1 4202560 3261 0 1 0 584 8 0 0 20 0 19 0 344085717 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985525238344 139985349912576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7470] ppid=7465 vsize=3024420 CPUtime=0.12 cores=1,3,5,7
/proc/7467/task/7470/stat : 7470 (java) S 7465 7467 6470 0 -1 4202560 66 0 0 0 10 2 0 0 20 0 19 0 344085718 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985508666024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7471] ppid=7465 vsize=3024420 CPUtime=0.14 cores=1,3,5,7
/proc/7467/task/7471/stat : 7471 (java) S 7465 7467 6470 0 -1 4202560 67 0 0 0 11 3 0 0 20 0 19 0 344085718 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985507613480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7472] ppid=7465 vsize=3024420 CPUtime=0.18 cores=1,3,5,7
/proc/7467/task/7472/stat : 7472 (java) S 7465 7467 6470 0 -1 4202560 72 0 0 0 16 2 0 0 20 0 19 0 344085718 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985506560936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7473] ppid=7465 vsize=3024420 CPUtime=0.19 cores=1,3,5,7
/proc/7467/task/7473/stat : 7473 (java) S 7465 7467 6470 0 -1 4202560 99 0 0 0 15 4 0 0 20 0 19 0 344085718 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985505508392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7474] ppid=7465 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/7467/task/7474/stat : 7474 (java) S 7465 7467 6470 0 -1 4202560 64 0 0 0 11 2 0 0 20 0 19 0 344085718 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985504454824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7475] ppid=7465 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/7467/task/7475/stat : 7475 (java) S 7465 7467 6470 0 -1 4202560 67 0 0 0 12 3 0 0 20 0 19 0 344085718 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985503402280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7476] ppid=7465 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/7467/task/7476/stat : 7476 (java) S 7465 7467 6470 0 -1 4202560 48 0 0 0 9 2 0 0 20 0 19 0 344085718 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985502349736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7477] ppid=7465 vsize=3024420 CPUtime=0.14 cores=1,3,5,7
/proc/7467/task/7477/stat : 7477 (java) S 7465 7467 6470 0 -1 4202560 68 0 0 0 11 3 0 0 20 0 19 0 344085718 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985501297192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7478] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7478/stat : 7478 (java) S 7465 7467 6470 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 344085719 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985488886376 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7479] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7479/stat : 7479 (java) S 7465 7467 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344085720 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985487832696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7480] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7480/stat : 7480 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344085720 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985486780040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7481] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7481/stat : 7481 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985485728784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7482] ppid=7465 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/7467/task/7482/stat : 7482 (java) S 7465 7467 6470 0 -1 4202560 3893 0 0 0 51 0 0 0 20 0 19 0 344085722 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985484675128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7483] ppid=7465 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/7467/task/7483/stat : 7483 (java) S 7465 7467 6470 0 -1 4202560 7869 0 0 0 58 2 0 0 20 0 19 0 344085722 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985483622584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7484] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7484/stat : 7484 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985482570232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7485] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7485/stat : 7485 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985481517896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7496] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7496/stat : 7496 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344086161 3097006080 161775 33554432000 1073741824 1073778376 140734163360160 139985479316776 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 1.99 2.01 2.00 5/212 7544
/proc/meminfo: memFree=27615248/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=3024420 CPUtime=14.78 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 16771 0 1 0 1449 29 0 0 20 0 19 0 344085716 3097006080 161643 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=7467/tid=7482] ppid=7465 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/7467/task/7482/stat : 7482 (java) S 7465 7467 6470 0 -1 4202560 3899 0 0 0 55 0 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985484675128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7483] ppid=7465 vsize=3024420 CPUtime=0.72 cores=1,3,5,7
/proc/7467/task/7483/stat : 7483 (java) S 7465 7467 6470 0 -1 4202560 7877 0 0 0 70 2 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985483622584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7484] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7484/stat : 7484 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985482570232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7485] ppid=7465 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/7467/task/7485/stat : 7485 (java) S 7465 7467 6470 0 -1 4202560 95 0 0 0 29 48 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985481517896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7496] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7496/stat : 7496 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344086161 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985479316776 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.02
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 7565
/proc/meminfo: memFree=26380108/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=3024420 CPUtime=1725.02 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 17072 0 1 0 172431 71 0 0 20 0 19 0 344085716 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 756105 184646 2293 9 0 746526 0
[pid=7467/tid=7469] ppid=7465 vsize=3024420 CPUtime=1717.32 cores=1,3,5,7
/proc/7467/task/7469/stat : 7469 (java) R 7465 7467 6470 0 -1 4202560 3266 0 1 0 171697 35 0 0 20 0 19 0 344085717 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985525240200 139985349912587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7470] ppid=7465 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/7467/task/7470/stat : 7470 (java) S 7465 7467 6470 0 -1 4202560 81 0 0 0 13 2 0 0 20 0 19 0 344085718 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985508666024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7471] ppid=7465 vsize=3024420 CPUtime=0.2 cores=1,3,5,7
/proc/7467/task/7471/stat : 7471 (java) S 7465 7467 6470 0 -1 4202560 91 0 0 0 16 4 0 0 20 0 19 0 344085718 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985507613480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7472] ppid=7465 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/7467/task/7472/stat : 7472 (java) S 7465 7467 6470 0 -1 4202560 98 0 0 0 20 3 0 0 20 0 19 0 344085718 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985506560936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7473] ppid=7465 vsize=3024420 CPUtime=0.3 cores=1,3,5,7
/proc/7467/task/7473/stat : 7473 (java) S 7465 7467 6470 0 -1 4202560 142 0 0 0 24 6 0 0 20 0 19 0 344085718 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985505508392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7474] ppid=7465 vsize=3024420 CPUtime=0.17 cores=1,3,5,7
/proc/7467/task/7474/stat : 7474 (java) S 7465 7467 6470 0 -1 4202560 78 0 0 0 14 3 0 0 20 0 19 0 344085718 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985504454824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7475] ppid=7465 vsize=3024420 CPUtime=0.2 cores=1,3,5,7
/proc/7467/task/7475/stat : 7475 (java) S 7465 7467 6470 0 -1 4202560 86 0 0 0 17 3 0 0 20 0 19 0 344085718 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985503402280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7476] ppid=7465 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/7467/task/7476/stat : 7476 (java) S 7465 7467 6470 0 -1 4202560 69 0 0 0 13 3 0 0 20 0 19 0 344085718 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985502349736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7477] ppid=7465 vsize=3024420 CPUtime=0.17 cores=1,3,5,7
/proc/7467/task/7477/stat : 7477 (java) S 7465 7467 6470 0 -1 4202560 87 0 0 0 14 3 0 0 20 0 19 0 344085718 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985501297192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7478] ppid=7465 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/7467/task/7478/stat : 7478 (java) S 7465 7467 6470 0 -1 4202560 16 0 0 0 0 3 0 0 20 0 19 0 344085719 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985488886376 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7479] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7479/stat : 7479 (java) S 7465 7467 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344085720 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985487832696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7480] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7480/stat : 7480 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344085720 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985486780040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7481] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7481/stat : 7481 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985485728784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7482] ppid=7465 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/7467/task/7482/stat : 7482 (java) S 7465 7467 6470 0 -1 4202560 3899 0 0 0 55 0 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985484675128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7483] ppid=7465 vsize=3024420 CPUtime=0.72 cores=1,3,5,7
/proc/7467/task/7483/stat : 7483 (java) S 7465 7467 6470 0 -1 4202560 7877 0 0 0 70 2 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985483622584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7484] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7484/stat : 7484 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985482570232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7485] ppid=7465 vsize=3024420 CPUtime=0.79 cores=1,3,5,7
/proc/7467/task/7485/stat : 7485 (java) S 7465 7467 6470 0 -1 4202560 99 0 0 0 30 49 0 0 20 0 19 0 344085722 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985481517896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7496] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7496/stat : 7496 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344086161 3097006080 184646 33554432000 1073741824 1073778376 140734163360160 139985479316776 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.02
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 7566
/proc/meminfo: memFree=25994344/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=3024420 CPUtime=1785.78 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 17791 0 1 0 178466 112 0 0 20 0 19 0 344085716 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 756105 277830 2293 9 0 746526 0
[pid=7467/tid=7469] ppid=7465 vsize=3024420 CPUtime=1776.91 cores=1,3,5,7
/proc/7467/task/7469/stat : 7469 (java) R 7465 7467 6470 0 -1 4202560 3267 0 1 0 177655 36 0 0 20 0 19 0 344085717 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985525239120 139985349787293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7470] ppid=7465 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/7467/task/7470/stat : 7470 (java) S 7465 7467 6470 0 -1 4202560 137 0 0 0 18 5 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985508666024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7471] ppid=7465 vsize=3024420 CPUtime=0.33 cores=1,3,5,7
/proc/7467/task/7471/stat : 7471 (java) S 7465 7467 6470 0 -1 4202560 173 0 0 0 24 9 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985507613480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7472] ppid=7465 vsize=3024420 CPUtime=0.38 cores=1,3,5,7
/proc/7467/task/7472/stat : 7472 (java) S 7465 7467 6470 0 -1 4202560 201 0 0 0 29 9 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985506560936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7473] ppid=7465 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/7467/task/7473/stat : 7473 (java) S 7465 7467 6470 0 -1 4202560 238 0 0 0 32 11 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985505508392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7474] ppid=7465 vsize=3024420 CPUtime=0.3 cores=1,3,5,7
/proc/7467/task/7474/stat : 7474 (java) S 7465 7467 6470 0 -1 4202560 165 0 0 0 21 9 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985504454824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7475] ppid=7465 vsize=3024420 CPUtime=0.32 cores=1,3,5,7
/proc/7467/task/7475/stat : 7475 (java) S 7465 7467 6470 0 -1 4202560 183 0 0 0 24 8 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985503402280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7476] ppid=7465 vsize=3024420 CPUtime=0.25 cores=1,3,5,7
/proc/7467/task/7476/stat : 7476 (java) S 7465 7467 6470 0 -1 4202560 136 0 0 0 18 7 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985502349736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7477] ppid=7465 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/7467/task/7477/stat : 7477 (java) S 7465 7467 6470 0 -1 4202560 211 0 0 0 25 12 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985501297192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7478] ppid=7465 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/7467/task/7478/stat : 7478 (java) S 7465 7467 6470 0 -1 4202560 18 0 0 0 0 3 0 0 20 0 19 0 344085719 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985488886376 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7479] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7479/stat : 7479 (java) S 7465 7467 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344085720 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985487832696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7480] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7480/stat : 7480 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344085720 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985486780040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7481] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7481/stat : 7481 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985485728784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7482] ppid=7465 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/7467/task/7482/stat : 7482 (java) S 7465 7467 6470 0 -1 4202560 3899 0 0 0 55 0 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985484675128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7483] ppid=7465 vsize=3024420 CPUtime=0.72 cores=1,3,5,7
/proc/7467/task/7483/stat : 7483 (java) S 7465 7467 6470 0 -1 4202560 7877 0 0 0 70 2 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985483622584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7484] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7484/stat : 7484 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985482570232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7485] ppid=7465 vsize=3024420 CPUtime=0.83 cores=1,3,5,7
/proc/7467/task/7485/stat : 7485 (java) S 7465 7467 6470 0 -1 4202560 103 0 0 0 32 51 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985481517896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7496] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7496/stat : 7496 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344086161 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985479316776 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.78
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 7566
/proc/meminfo: memFree=25994348/32873648 swapFree=7388/7388
[pid=7467] ppid=7465 vsize=3024420 CPUtime=1800.09 cores=1,3,5,7
/proc/7467/stat : 7467 (java) S 7465 7467 6470 0 -1 4202496 17791 0 1 0 179897 112 0 0 20 0 19 0 344085716 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 140734163351296 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7467/statm: 756105 277830 2293 9 0 746526 0
[pid=7467/tid=7469] ppid=7465 vsize=3024420 CPUtime=1791.18 cores=1,3,5,7
/proc/7467/task/7469/stat : 7469 (java) R 7465 7467 6470 0 -1 4202560 3267 0 1 0 179082 36 0 0 20 0 19 0 344085717 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985525239120 139985349766541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7470] ppid=7465 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/7467/task/7470/stat : 7470 (java) S 7465 7467 6470 0 -1 4202560 137 0 0 0 18 5 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985508666024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7471] ppid=7465 vsize=3024420 CPUtime=0.33 cores=1,3,5,7
/proc/7467/task/7471/stat : 7471 (java) S 7465 7467 6470 0 -1 4202560 173 0 0 0 24 9 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985507613480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7472] ppid=7465 vsize=3024420 CPUtime=0.38 cores=1,3,5,7
/proc/7467/task/7472/stat : 7472 (java) S 7465 7467 6470 0 -1 4202560 201 0 0 0 29 9 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985506560936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7473] ppid=7465 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/7467/task/7473/stat : 7473 (java) S 7465 7467 6470 0 -1 4202560 238 0 0 0 32 11 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985505508392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7474] ppid=7465 vsize=3024420 CPUtime=0.3 cores=1,3,5,7
/proc/7467/task/7474/stat : 7474 (java) S 7465 7467 6470 0 -1 4202560 165 0 0 0 21 9 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985504454824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7475] ppid=7465 vsize=3024420 CPUtime=0.32 cores=1,3,5,7
/proc/7467/task/7475/stat : 7475 (java) S 7465 7467 6470 0 -1 4202560 183 0 0 0 24 8 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985503402280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7476] ppid=7465 vsize=3024420 CPUtime=0.25 cores=1,3,5,7
/proc/7467/task/7476/stat : 7476 (java) S 7465 7467 6470 0 -1 4202560 136 0 0 0 18 7 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985502349736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7467/tid=7477] ppid=7465 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/7467/task/7477/stat : 7477 (java) S 7465 7467 6470 0 -1 4202560 211 0 0 0 25 12 0 0 20 0 19 0 344085718 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985501297192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7478] ppid=7465 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/7467/task/7478/stat : 7478 (java) S 7465 7467 6470 0 -1 4202560 18 0 0 0 0 3 0 0 20 0 19 0 344085719 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985488886376 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7479] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7479/stat : 7479 (java) S 7465 7467 6470 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344085720 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985487832696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7480] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7480/stat : 7480 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344085720 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985486780040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7481] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7481/stat : 7481 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985485728784 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7482] ppid=7465 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/7467/task/7482/stat : 7482 (java) S 7465 7467 6470 0 -1 4202560 3899 0 0 0 55 0 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985484675128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7483] ppid=7465 vsize=3024420 CPUtime=0.72 cores=1,3,5,7
/proc/7467/task/7483/stat : 7483 (java) S 7465 7467 6470 0 -1 4202560 7877 0 0 0 70 2 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985483622584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7467/tid=7484] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7484/stat : 7484 (java) S 7465 7467 6470 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985482570232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7467/tid=7485] ppid=7465 vsize=3024420 CPUtime=0.83 cores=1,3,5,7
/proc/7467/task/7485/stat : 7485 (java) S 7465 7467 6470 0 -1 4202560 103 0 0 0 32 51 0 0 20 0 19 0 344085722 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985481517896 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7467/tid=7496] ppid=7465 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7467/task/7496/stat : 7496 (java) S 7465 7467 6470 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344086161 3097006080 277830 33554432000 1073741824 1073778376 140734163360160 139985479316776 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3024420

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 7467 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=438203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=753733
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.62
CPU time (s): 1800.09
CPU user time (s): 1798.97
CPU system time (s): 1.12
CPU usage (%): 100.193
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.75373
maximum resident set size= 1111456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17826
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38165
involuntary context switches= 7550

runsolver used 5.98109 second user time and 15.9936 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 05:13:32
IDJOB=3743397
IDBENCH=91083
IDSOLVER=2319
FILE ID=node148/3743397-1338779611
RUNJOBID= node148-1338772384-6487
PBS_JOBID= 14636819
Free space on /tmp= 71276 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743397-1338779611/watcher-3743397-1338779611 -o /tmp/evaluation-result-3743397-1338779611/solver-3743397-1338779611 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743397-1338779611.opb           

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

MD5SUM BENCH= 3b8362af58c9130644833689fa0f2100
RANDOM SEED=1339455672

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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.92
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27088324 kB
Buffers:          607832 kB
Cached:          3036664 kB
SwapCached:          628 kB
Active:          2714432 kB
Inactive:        2151404 kB
Active(anon):    1210900 kB
Inactive(anon):    10660 kB
Active(file):    1503532 kB
Inactive(file):  2140744 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             30832 kB
Writeback:            80 kB
AnonPages:       1238168 kB
Mapped:            19204 kB
Shmem:                36 kB
Slab:             769248 kB
SReclaimable:     212804 kB
SUnreclaim:       556444 kB
KernelStack:        1592 kB
PageTables:         6612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1829920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71272 MiB
End job on node148 at 2012-06-04 05:43:31