Trace number 3743738

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.39 1797.57

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX60_K192_cod1.opb
MD5SUMd635e042f70a99b1424475d8ae4cefac
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36054688
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36054688
Number of bits of the biggest sum of numbers26
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
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 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/0.09	c Number of processors 8
0.07/0.12	--- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.12	c No reason simplification
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3743738-1338785512.opb
0.07/0.12	c reading problem ... 
7.18/5.40	c ... done. Wall clock time 5.28s.
7.18/5.40	c CPU time (experimental) 4.92s.
7.18/5.40	c #vars     399113
7.18/5.40	c #constraints  400980
1800.39/1797.56	c starts		: 13
1800.39/1797.56	c conflicts		: 35705
1800.39/1797.56	c decisions		: 124749
1800.39/1797.56	c propagations		: 1632677812
1800.39/1797.56	c inspects		: 152971396
1800.39/1797.56	c learnt literals	: 1
1800.39/1797.56	c learnt binary clauses	: 302
1800.39/1797.56	c learnt ternary clauses	: 161
1800.39/1797.56	c learnt clauses	: 35704
1800.39/1797.56	c root simplifications	: 0
1800.39/1797.56	c removed literals (reason simplification)	: 0
1800.39/1797.56	c reason swapping (by a shorter reason)	: 0
1800.39/1797.56	c Calls to reduceDB	: 0
1800.39/1797.56	c speed (decisions/second)	: 69.61769950025531
1800.39/1797.56	c non guided choices	280
1800.39/1797.56	s UNKNOWN
1800.39/1797.56	c Total wall clock time (ms): 1797.445

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-3743738-1338785512/watcher-3743738-1338785512 -o /tmp/evaluation-result-3743738-1338785512/solver-3743738-1338785512 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743738-1338785512.opb 

running on 4 cores: 0,2,4,6

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.07 2.02 2.00 3/194 16524
/proc/meminfo: memFree=25751580/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16524/stat : 16524 (java) D 16522 16524 14240 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344675625 9515008 182 33554432000 1073741824 1073778376 140733720877312 140733720868344 254750310069 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/16524/statm: 2323 182 140 9 0 71 0

[startup+0.018555 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 16524
/proc/meminfo: memFree=25751580/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 1375 0 0 0 0 0 0 0 20 0 2 0 344675625 103964672 1056 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 25382 1059 810 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100233 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 16524
/proc/meminfo: memFree=25751580/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 4140 0 1 0 6 1 0 0 20 0 18 0 344675625 3028844544 5858 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 739464 5858 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300278 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 16524
/proc/meminfo: memFree=25751580/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=2957856 CPUtime=0.45 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 6487 0 1 0 43 2 0 0 20 0 18 0 344675625 3028844544 16114 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 739464 16114 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700275 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 16524
/proc/meminfo: memFree=25751580/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=2957856 CPUtime=0.88 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 6592 0 1 0 83 5 0 0 20 0 18 0 344675625 3028844544 53011 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 739464 53011 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 2957856

[startup+1.5007 s]
/proc/loadavg: 2.07 2.02 2.00 5/212 16542
/proc/meminfo: memFree=25479860/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=2957856 CPUtime=2.22 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 9062 0 1 0 209 13 0 0 20 0 18 0 344675625 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 739464 124249 2266 9 0 729885 0
[pid=16524/tid=16526] ppid=16522 vsize=2957856 CPUtime=1.4 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (java) R 16522 16524 14240 0 -1 4202560 3242 0 1 0 133 7 0 0 20 0 18 0 344675626 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739682525280 139739529770056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16527] ppid=16522 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16524/task/16527/stat : 16527 (java) S 16522 16524 14240 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 18 0 344675628 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739665959464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16528] ppid=16522 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16524/task/16528/stat : 16528 (java) S 16522 16524 14240 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 344675628 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739664906664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16529] ppid=16522 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16524/task/16529/stat : 16529 (java) S 16522 16524 14240 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 344675628 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739663853864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16530] ppid=16522 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/16524/task/16530/stat : 16530 (java) S 16522 16524 14240 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 18 0 344675628 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739662801064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16531] ppid=16522 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/16524/task/16531/stat : 16531 (java) S 16522 16524 14240 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 344675628 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739661749288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16532] ppid=16522 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16524/task/16532/stat : 16532 (java) S 16522 16524 14240 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 344675628 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739660696488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16533] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16533/stat : 16533 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344675628 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739659643688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16534] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16534/stat : 16534 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344675628 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739658590888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16535] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16535/stat : 16535 (java) S 16522 16524 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344675629 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739528157672 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16536] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16536/stat : 16536 (java) S 16522 16524 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344675630 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739527103736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16537] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16537/stat : 16537 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344675630 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739526050824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16538] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16538/stat : 16538 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344675632 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739524999312 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16539] ppid=16522 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/16524/task/16539/stat : 16539 (java) S 16522 16524 14240 0 -1 4202560 1909 0 0 0 28 0 0 0 20 0 18 0 344675632 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739523947448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16540] ppid=16522 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/16524/task/16540/stat : 16540 (java) S 16522 16524 14240 0 -1 4202560 2602 0 0 0 28 0 0 0 20 0 18 0 344675632 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739522894648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16541] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16541/stat : 16541 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344675632 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739521842040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16542] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16542/stat : 16542 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344675632 3028844544 124249 33554432000 1073741824 1073778376 140734395621376 139739520789448 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 2957856

[startup+3.10069 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 16542
/proc/meminfo: memFree=25262028/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=2957856 CPUtime=4.21 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 9354 0 1 0 395 26 0 0 20 0 18 0 344675625 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 739464 155036 2266 9 0 729885 0
[pid=16524/tid=16526] ppid=16522 vsize=2957856 CPUtime=2.86 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (java) R 16522 16524 14240 0 -1 4202560 3243 0 1 0 279 7 0 0 20 0 18 0 344675626 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739682525280 139739529647884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16527] ppid=16522 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/16524/task/16527/stat : 16527 (java) S 16522 16524 14240 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 18 0 344675628 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739665959464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16528] ppid=16522 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/16524/task/16528/stat : 16528 (java) S 16522 16524 14240 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 344675628 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739664906664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16529] ppid=16522 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/16524/task/16529/stat : 16529 (java) S 16522 16524 14240 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 18 0 344675628 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739663853864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16530] ppid=16522 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/16524/task/16530/stat : 16530 (java) S 16522 16524 14240 0 -1 4202560 82 0 0 0 8 3 0 0 20 0 18 0 344675628 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739662801064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16531] ppid=16522 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/16524/task/16531/stat : 16531 (java) S 16522 16524 14240 0 -1 4202560 90 0 0 0 11 3 0 0 20 0 18 0 344675628 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739661749288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16532] ppid=16522 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/16524/task/16532/stat : 16532 (java) S 16522 16524 14240 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 18 0 344675628 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739660696488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16533] ppid=16522 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/16524/task/16533/stat : 16533 (java) S 16522 16524 14240 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 18 0 344675628 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739659643688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16534] ppid=16522 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/16524/task/16534/stat : 16534 (java) S 16522 16524 14240 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 18 0 344675628 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739658590888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16535] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16535/stat : 16535 (java) S 16522 16524 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344675629 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739528157672 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16536] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16536/stat : 16536 (java) S 16522 16524 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344675630 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739527103736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16537] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16537/stat : 16537 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344675630 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739526050824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16538] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16538/stat : 16538 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344675632 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739524999312 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16539] ppid=16522 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/16524/task/16539/stat : 16539 (java) S 16522 16524 14240 0 -1 4202560 1909 0 0 0 28 0 0 0 20 0 18 0 344675632 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739523947448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16540] ppid=16522 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/16524/task/16540/stat : 16540 (java) S 16522 16524 14240 0 -1 4202560 2602 0 0 0 28 0 0 0 20 0 18 0 344675632 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739522894648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16541] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16541/stat : 16541 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344675632 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739521842040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16542] ppid=16522 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16542/stat : 16542 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344675632 3028844544 155036 33554432000 1073741824 1073778376 140734395621376 139739520789448 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 2957856

[startup+6.30068 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 16542
/proc/meminfo: memFree=25071068/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=3024420 CPUtime=8.61 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 11300 0 1 0 825 36 0 0 20 0 19 0 344675625 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 756105 172868 2292 9 0 746526 0
[pid=16524/tid=16526] ppid=16522 vsize=3024420 CPUtime=5.81 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (java) R 16522 16524 14240 0 -1 4202560 3260 0 1 0 574 7 0 0 20 0 19 0 344675626 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739682533880 139739530205392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16527] ppid=16522 vsize=3024420 CPUtime=0.2 cores=0,2,4,6
/proc/16524/task/16527/stat : 16527 (java) S 16522 16524 14240 0 -1 4202560 78 0 0 0 17 3 0 0 20 0 19 0 344675628 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739665959464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16528] ppid=16522 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/16524/task/16528/stat : 16528 (java) S 16522 16524 14240 0 -1 4202560 50 0 0 0 12 2 0 0 20 0 19 0 344675628 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739664906664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16529] ppid=16522 vsize=3024420 CPUtime=0.2 cores=0,2,4,6
/proc/16524/task/16529/stat : 16529 (java) S 16522 16524 14240 0 -1 4202560 70 0 0 0 17 3 0 0 20 0 19 0 344675628 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739663853864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16530] ppid=16522 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16524/task/16530/stat : 16530 (java) S 16522 16524 14240 0 -1 4202560 106 0 0 0 16 5 0 0 20 0 19 0 344675628 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739662801064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16531] ppid=16522 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/16524/task/16531/stat : 16531 (java) S 16522 16524 14240 0 -1 4202560 118 0 0 0 21 6 0 0 20 0 19 0 344675628 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739661749288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16532] ppid=16522 vsize=3024420 CPUtime=0.18 cores=0,2,4,6
/proc/16524/task/16532/stat : 16532 (java) S 16522 16524 14240 0 -1 4202560 60 0 0 0 15 3 0 0 20 0 19 0 344675628 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739660696488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16533] ppid=16522 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16524/task/16533/stat : 16533 (java) S 16522 16524 14240 0 -1 4202560 84 0 0 0 18 3 0 0 20 0 19 0 344675628 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739659643688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16534] ppid=16522 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/16524/task/16534/stat : 16534 (java) S 16522 16524 14240 0 -1 4202560 60 0 0 0 13 3 0 0 20 0 19 0 344675628 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739658590888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16535] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16535/stat : 16535 (java) S 16522 16524 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 344675629 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739528157672 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16536] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16536/stat : 16536 (java) S 16522 16524 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344675630 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739527103736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16537] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16537/stat : 16537 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344675630 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739526050824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16538] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16538/stat : 16538 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344675632 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739524999312 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16539] ppid=16522 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/16524/task/16539/stat : 16539 (java) S 16522 16524 14240 0 -1 4202560 3571 0 0 0 60 1 0 0 20 0 19 0 344675632 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739523947448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16540] ppid=16522 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/16524/task/16540/stat : 16540 (java) S 16522 16524 14240 0 -1 4202560 2651 0 0 0 44 0 0 0 20 0 19 0 344675632 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739522894648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16541] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16541/stat : 16541 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344675632 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739521842040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16542] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16542/stat : 16542 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344675632 3097006080 172868 33554432000 1073741824 1073778376 140734395621376 139739520789448 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 16543
/proc/meminfo: memFree=25068472/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=3024420 CPUtime=15.05 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 11304 0 1 0 1469 36 0 0 20 0 19 0 344675625 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 756105 172592 2293 9 0 746526 0
[pid=16524/tid=16526] ppid=16522 vsize=3024420 CPUtime=12.19 cores=0,2,4,6

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

[pid=16524/tid=16539] ppid=16522 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/16524/task/16539/stat : 16539 (java) S 16522 16524 14240 0 -1 4202560 3575 0 0 0 66 1 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739523947448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16540] ppid=16522 vsize=3024420 CPUtime=0.53 cores=0,2,4,6
/proc/16524/task/16540/stat : 16540 (java) S 16522 16524 14240 0 -1 4202560 2658 0 0 0 53 0 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739522894648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16541] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16541/stat : 16541 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739521842040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16542] ppid=16522 vsize=3024420 CPUtime=0.72 cores=0,2,4,6
/proc/16524/task/16542/stat : 16542 (java) S 16522 16524 14240 0 -1 4202560 99 0 0 0 41 31 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739520789448 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16543] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16543/stat : 16543 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344676190 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739518657704 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.9
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/213 16640
/proc/meminfo: memFree=25191496/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=3024420 CPUtime=1784.91 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 11426 0 1 0 178425 66 0 0 20 0 19 0 344675625 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 756105 172592 2293 9 0 746526 0
[pid=16524/tid=16526] ppid=16522 vsize=3024420 CPUtime=1777.1 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (java) R 16522 16524 14240 0 -1 4202560 3269 0 1 0 177672 38 0 0 20 0 19 0 344675626 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739682531792 139739529732326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16527] ppid=16522 vsize=3024420 CPUtime=0.2 cores=0,2,4,6
/proc/16524/task/16527/stat : 16527 (java) S 16522 16524 14240 0 -1 4202560 78 0 0 0 17 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739665959464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16528] ppid=16522 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/16524/task/16528/stat : 16528 (java) S 16522 16524 14240 0 -1 4202560 50 0 0 0 12 2 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739664906664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16529] ppid=16522 vsize=3024420 CPUtime=0.2 cores=0,2,4,6
/proc/16524/task/16529/stat : 16529 (java) S 16522 16524 14240 0 -1 4202560 70 0 0 0 17 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739663853864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16530] ppid=16522 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16524/task/16530/stat : 16530 (java) S 16522 16524 14240 0 -1 4202560 106 0 0 0 16 5 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739662801064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16531] ppid=16522 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/16524/task/16531/stat : 16531 (java) S 16522 16524 14240 0 -1 4202560 118 0 0 0 21 6 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739661749288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16532] ppid=16522 vsize=3024420 CPUtime=0.18 cores=0,2,4,6
/proc/16524/task/16532/stat : 16532 (java) S 16522 16524 14240 0 -1 4202560 60 0 0 0 15 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739660696488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16533] ppid=16522 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16524/task/16533/stat : 16533 (java) S 16522 16524 14240 0 -1 4202560 84 0 0 0 18 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739659643688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16534] ppid=16522 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/16524/task/16534/stat : 16534 (java) S 16522 16524 14240 0 -1 4202560 60 0 0 0 13 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739658590888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16535] ppid=16522 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/16524/task/16535/stat : 16535 (java) S 16522 16524 14240 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 344675629 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739528157672 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16536] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16536/stat : 16536 (java) S 16522 16524 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344675630 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739527103736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16537] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16537/stat : 16537 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344675630 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739526050824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16538] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16538/stat : 16538 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739524999312 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16539] ppid=16522 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/16524/task/16539/stat : 16539 (java) S 16522 16524 14240 0 -1 4202560 3575 0 0 0 66 1 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739523947448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16540] ppid=16522 vsize=3024420 CPUtime=0.53 cores=0,2,4,6
/proc/16524/task/16540/stat : 16540 (java) S 16522 16524 14240 0 -1 4202560 2658 0 0 0 53 0 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739522894648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16541] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16541/stat : 16541 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739521842040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16542] ppid=16522 vsize=3024420 CPUtime=0.75 cores=0,2,4,6
/proc/16524/task/16542/stat : 16542 (java) S 16522 16524 14240 0 -1 4202560 103 0 0 0 43 32 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739520789448 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16543] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16543/stat : 16543 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344676190 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739518657704 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.91
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.41 s]
/proc/loadavg: 2.10 2.05 2.01 3/213 16640
/proc/meminfo: memFree=25191496/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=3024420 CPUtime=1800.02 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 11426 0 1 0 179936 66 0 0 20 0 19 0 344675625 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 756105 172592 2293 9 0 746526 0
[pid=16524/tid=16526] ppid=16522 vsize=3024420 CPUtime=1792.18 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (java) R 16522 16524 14240 0 -1 4202560 3269 0 1 0 179180 38 0 0 20 0 19 0 344675626 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739682531792 139739529732389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16527] ppid=16522 vsize=3024420 CPUtime=0.2 cores=0,2,4,6
/proc/16524/task/16527/stat : 16527 (java) S 16522 16524 14240 0 -1 4202560 78 0 0 0 17 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739665959464 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16528] ppid=16522 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/16524/task/16528/stat : 16528 (java) S 16522 16524 14240 0 -1 4202560 50 0 0 0 12 2 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739664906664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16529] ppid=16522 vsize=3024420 CPUtime=0.2 cores=0,2,4,6
/proc/16524/task/16529/stat : 16529 (java) S 16522 16524 14240 0 -1 4202560 70 0 0 0 17 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739663853864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16530] ppid=16522 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16524/task/16530/stat : 16530 (java) S 16522 16524 14240 0 -1 4202560 106 0 0 0 16 5 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739662801064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16531] ppid=16522 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/16524/task/16531/stat : 16531 (java) S 16522 16524 14240 0 -1 4202560 118 0 0 0 21 6 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739661749288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16532] ppid=16522 vsize=3024420 CPUtime=0.18 cores=0,2,4,6
/proc/16524/task/16532/stat : 16532 (java) S 16522 16524 14240 0 -1 4202560 60 0 0 0 15 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739660696488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16533] ppid=16522 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16524/task/16533/stat : 16533 (java) S 16522 16524 14240 0 -1 4202560 84 0 0 0 18 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739659643688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16534] ppid=16522 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/16524/task/16534/stat : 16534 (java) S 16522 16524 14240 0 -1 4202560 60 0 0 0 13 3 0 0 20 0 19 0 344675628 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739658590888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16535] ppid=16522 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/16524/task/16535/stat : 16535 (java) S 16522 16524 14240 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 344675629 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739528157672 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16536] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16536/stat : 16536 (java) S 16522 16524 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344675630 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739527103736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16537] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16537/stat : 16537 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344675630 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739526050824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16538] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16538/stat : 16538 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739524999312 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16539] ppid=16522 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/16524/task/16539/stat : 16539 (java) S 16522 16524 14240 0 -1 4202560 3575 0 0 0 66 1 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739523947448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16540] ppid=16522 vsize=3024420 CPUtime=0.53 cores=0,2,4,6
/proc/16524/task/16540/stat : 16540 (java) S 16522 16524 14240 0 -1 4202560 2658 0 0 0 53 0 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739522894648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16541] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16541/stat : 16541 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739521842040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16542] ppid=16522 vsize=3024420 CPUtime=0.76 cores=0,2,4,6
/proc/16524/task/16542/stat : 16542 (java) S 16522 16524 14240 0 -1 4202560 103 0 0 0 44 32 0 0 20 0 19 0 344675632 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739520789448 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16543] ppid=16522 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16543/stat : 16543 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344676190 3097006080 172592 33554432000 1073741824 1073778376 140734395621376 139739518657704 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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

[startup+1797.51 s]
/proc/loadavg: 2.10 2.05 2.01 3/213 16640
/proc/meminfo: memFree=25191496/32873844 swapFree=7628/7628
[pid=16524] ppid=16522 vsize=3157548 CPUtime=1800.39 cores=0,2,4,6
/proc/16524/stat : 16524 (java) S 16522 16524 14240 0 -1 4202496 11612 0 1 0 179965 74 0 0 20 0 21 0 344675625 3233329152 191589 33554432000 1073741824 1073778376 140734395621376 140734395612512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16524/statm: 789387 192101 2293 9 0 779808 0
[pid=16524/tid=16526] ppid=16522 vsize=3157548 CPUtime=1792.19 cores=0,2,4,6
/proc/16524/task/16526/stat : 16526 (java) S 16522 16524 14240 0 -1 4202560 3269 0 1 0 179181 38 0 0 20 0 21 0 344675626 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739682531912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16527] ppid=16522 vsize=3157548 CPUtime=0.23 cores=0,2,4,6
/proc/16524/task/16527/stat : 16527 (java) R 16522 16524 14240 0 -1 4202560 91 0 0 0 20 3 0 0 20 0 21 0 344675628 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739665959640 139739685004985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16528] ppid=16522 vsize=3157548 CPUtime=0.18 cores=0,2,4,6
/proc/16524/task/16528/stat : 16528 (java) R 16522 16524 14240 0 -1 4202560 66 0 0 0 16 2 0 0 20 0 21 0 344675628 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739664906840 139739686709520 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16529] ppid=16522 vsize=3157548 CPUtime=0.24 cores=0,2,4,6
/proc/16524/task/16529/stat : 16529 (java) R 16522 16524 14240 0 -1 4202560 86 0 0 0 20 4 0 0 20 0 21 0 344675628 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739663853744 139739686709423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16530] ppid=16522 vsize=3157548 CPUtime=0.23 cores=0,2,4,6
/proc/16524/task/16530/stat : 16530 (java) R 16522 16524 14240 0 -1 4202560 121 0 0 0 18 5 0 0 20 0 21 0 344675628 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739662801240 139739685005001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16531] ppid=16522 vsize=3157548 CPUtime=0.35 cores=0,2,4,6
/proc/16524/task/16531/stat : 16531 (java) R 16522 16524 14240 0 -1 4202560 154 0 0 0 28 7 0 0 20 0 21 0 344675628 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739661749464 139739685005043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16532] ppid=16522 vsize=3157548 CPUtime=0.23 cores=0,2,4,6
/proc/16524/task/16532/stat : 16532 (java) R 16522 16524 14240 0 -1 4202560 85 0 0 0 19 4 0 0 20 0 21 0 344675628 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739660696664 139739685005001 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16524/tid=16533] ppid=16522 vsize=3157548 CPUtime=0.26 cores=0,2,4,6
/proc/16524/task/16533/stat : 16533 (java) R 16522 16524 14240 0 -1 4202560 104 0 0 0 21 5 0 0 20 0 21 0 344675628 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739659643864 139739685005043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16534] ppid=16522 vsize=3157548 CPUtime=0.18 cores=0,2,4,6
/proc/16524/task/16534/stat : 16534 (java) R 16522 16524 14240 0 -1 4202560 72 0 0 0 15 3 0 0 20 0 21 0 344675628 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739658591064 139739686709423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16535] ppid=16522 vsize=3157548 CPUtime=0.02 cores=0,2,4,6
/proc/16524/task/16535/stat : 16535 (java) S 16522 16524 14240 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 21 0 344675629 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739528156552 254753682492 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16536] ppid=16522 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16536/stat : 16536 (java) S 16522 16524 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 344675630 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739527103736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16537] ppid=16522 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16537/stat : 16537 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 344675630 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739526050824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16538] ppid=16522 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16538/stat : 16538 (java) S 16522 16524 14240 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 344675632 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739524999312 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16539] ppid=16522 vsize=3157548 CPUtime=0.67 cores=0,2,4,6
/proc/16524/task/16539/stat : 16539 (java) S 16522 16524 14240 0 -1 4202560 3575 0 0 0 66 1 0 0 20 0 21 0 344675632 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739523947448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16524/tid=16540] ppid=16522 vsize=3157548 CPUtime=0.53 cores=0,2,4,6
/proc/16524/task/16540/stat : 16540 (java) S 16522 16524 14240 0 -1 4202560 2658 0 0 0 53 0 0 0 20 0 21 0 344675632 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739522894648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16541] ppid=16522 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16541/stat : 16541 (java) S 16522 16524 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 344675632 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739521842040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16524/tid=16542] ppid=16522 vsize=3157548 CPUtime=0.76 cores=0,2,4,6
/proc/16524/task/16542/stat : 16542 (java) S 16522 16524 14240 0 -1 4202560 103 0 0 0 44 32 0 0 20 0 21 0 344675632 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739520789448 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16524/tid=16543] ppid=16522 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/16524/task/16543/stat : 16543 (java) S 16522 16524 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 344676190 3233329152 192101 33554432000 1073741824 1073778376 140734395621376 139739518657704 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 3157548

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16524 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=299073
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=266807
# CPU time returned by wait4() is 1796.57
# while last known CPU time is 1800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.57
CPU time (s): 1800.39
CPU user time (s): 1799.65
CPU system time (s): 0.74
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 3157548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.3
system time used= 1.26681
maximum resident set size= 801252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11695
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38206
involuntary context switches= 11302

runsolver used 8.10977 second user time and 13.074 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 06:51:53
IDJOB=3743738
IDBENCH=92267
IDSOLVER=2319
FILE ID=node145/3743738-1338785512
RUNJOBID= node145-1338762649-14256
PBS_JOBID= 14636810
Free space on /tmp= 70860 MiB

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

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

MD5SUM BENCH= d635e042f70a99b1424475d8ae4cefac
RANDOM SEED=626448836

node145.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.149
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.29
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.149
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		: 2667.149
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	: 5313.38
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.149
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.149
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		: 2667.149
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.149
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.91
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25751580 kB
Buffers:          454236 kB
Cached:          4956808 kB
SwapCached:            0 kB
Active:          2591844 kB
Inactive:        3650620 kB
Active(anon):     822768 kB
Inactive(anon):    10916 kB
Active(file):    1769076 kB
Inactive(file):  3639704 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             34524 kB
Writeback:             0 kB
AnonPages:        851028 kB
Mapped:            22408 kB
Shmem:               200 kB
Slab:             727920 kB
SReclaimable:     168876 kB
SUnreclaim:       559044 kB
KernelStack:        1592 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 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= 70860 MiB
End job on node145 at 2012-06-04 07:21:52