Trace number 3743810

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.02 1797.32

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUM9306639b4fe31ed54dc3203c6f1fc129
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4876
Best CPU time to get the best result obtained on this benchmark1800.35
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 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 148323151
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 148323151
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.09	c no version file found!!!
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version	1.6.0_24
0.06/0.09	c os.name	Linux
0.06/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch	amd64
0.06/0.09	c Free memory 1599470296
0.06/0.09	c Max memory 1607860224
0.06/0.09	c Total memory 1607860224
0.06/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3743810-1338787312.opb
0.07/0.11	c reading problem ... 
7.28/5.48	c ... done. Wall clock time 5.365s.
7.28/5.48	c CPU time (experimental) 4.97s.
7.28/5.48	c #vars     399113
7.28/5.48	c #constraints  400980
1800.02/1797.32	c starts		: 13
1800.02/1797.32	c conflicts		: 31291
1800.02/1797.32	c decisions		: 237779
1800.02/1797.32	c propagations		: 1010626157
1800.02/1797.32	c inspects		: 239093659
1800.02/1797.32	c learnt literals	: 0
1800.02/1797.32	c learnt binary clauses	: 462
1800.02/1797.32	c learnt ternary clauses	: 348
1800.02/1797.32	c learnt clauses	: 31291
1800.02/1797.32	c root simplifications	: 0
1800.02/1797.32	c removed literals (reason simplification)	: 0
1800.02/1797.32	c reason swapping (by a shorter reason)	: 0
1800.02/1797.32	c Calls to reduceDB	: 0
1800.02/1797.32	c speed (decisions/second)	: 132.72065082399564
1800.02/1797.32	c non guided choices	2280
1800.02/1797.32	s UNKNOWN
1800.02/1797.32	c Total wall clock time (ms): 1797.204

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-3743810-1338787312/watcher-3743810-1338787312 -o /tmp/evaluation-result-3743810-1338787312/solver-3743810-1338787312 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743810-1338787312.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.02 2.03 2.01 2/194 16680
/proc/meminfo: memFree=25871636/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16680/stat : 16680 (java) D 16678 16680 14240 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344855692 9515008 182 33554432000 1073741824 1073778376 140736486476928 140736486467960 254750310069 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 2323 182 140 9 0 71 0

[startup+0.0861229 s]
/proc/loadavg: 2.02 2.03 2.01 2/194 16680
/proc/meminfo: memFree=25871636/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=2956804 CPUtime=0.06 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 4115 0 1 0 5 1 0 0 20 0 18 0 344855692 3027767296 5834 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 739201 5834 1781 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2956804

[startup+0.100256 s]
/proc/loadavg: 2.02 2.03 2.01 2/194 16680
/proc/meminfo: memFree=25871636/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 4154 0 1 0 6 1 0 0 20 0 18 0 344855692 3028844544 5872 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 739464 5872 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300233 s]
/proc/loadavg: 2.02 2.03 2.01 2/194 16680
/proc/meminfo: memFree=25871636/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=2957856 CPUtime=0.45 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 6473 0 1 0 43 2 0 0 20 0 18 0 344855692 3028844544 16649 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 739464 16649 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700233 s]
/proc/loadavg: 2.02 2.03 2.01 2/194 16680
/proc/meminfo: memFree=25871636/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=2957856 CPUtime=0.86 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 6580 0 1 0 81 5 0 0 20 0 18 0 344855692 3028844544 51504 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 739464 51504 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 2957856

[startup+1.50068 s]
/proc/loadavg: 2.02 2.03 2.01 5/212 16698
/proc/meminfo: memFree=25613252/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=2957856 CPUtime=2.23 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 9149 0 1 0 209 14 0 0 20 0 18 0 344855692 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 739464 124282 2266 9 0 729885 0
[pid=16680/tid=16682] ppid=16678 vsize=2957856 CPUtime=1.4 cores=0,2,4,6
/proc/16680/task/16682/stat : 16682 (java) R 16678 16680 14240 0 -1 4202560 3243 0 1 0 131 9 0 0 20 0 18 0 344855693 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060805377672 254753694989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16683] ppid=16678 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16680/task/16683/stat : 16683 (java) S 16678 16680 14240 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 344855694 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060788804648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16684] ppid=16678 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16680/task/16684/stat : 16684 (java) S 16678 16680 14240 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 344855694 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060787751848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16685] ppid=16678 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16680/task/16685/stat : 16685 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 344855694 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060786699048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16686] ppid=16678 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/16680/task/16686/stat : 16686 (java) S 16678 16680 14240 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 18 0 344855694 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060785646248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16687] ppid=16678 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/16680/task/16687/stat : 16687 (java) S 16678 16680 14240 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 344855694 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060784593448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16688] ppid=16678 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/16680/task/16688/stat : 16688 (java) S 16678 16680 14240 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 344855694 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060783540648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16689] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16689/stat : 16689 (java) S 16678 16680 14240 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 344855694 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060782487848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16690] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16690/stat : 16690 (java) S 16678 16680 14240 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 344855694 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060781435048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16691] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16691/stat : 16691 (java) S 16678 16680 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344855696 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060769025000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16692] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16692/stat : 16692 (java) S 16678 16680 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344855696 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060767971064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16693] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16693/stat : 16693 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344855696 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060766918152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16694] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16694/stat : 16694 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344855699 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060765866640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16695] ppid=16678 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/16680/task/16695/stat : 16695 (java) S 16678 16680 14240 0 -1 4202560 2086 0 0 0 28 0 0 0 20 0 18 0 344855699 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060764813752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16696] ppid=16678 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/16680/task/16696/stat : 16696 (java) S 16678 16680 14240 0 -1 4202560 2510 0 0 0 28 0 0 0 20 0 18 0 344855699 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060763760952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16697] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16697/stat : 16697 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344855699 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060645124472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16698] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16698/stat : 16698 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344855699 3028844544 124282 33554432000 1073741824 1073778376 140734085059264 140060644071880 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 2957856

[startup+3.10069 s]
/proc/loadavg: 2.02 2.03 2.01 3/212 16698
/proc/meminfo: memFree=25379596/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=2957856 CPUtime=4.22 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 9441 0 1 0 394 28 0 0 20 0 18 0 344855692 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 739464 155068 2266 9 0 729885 0
[pid=16680/tid=16682] ppid=16678 vsize=2957856 CPUtime=2.86 cores=0,2,4,6
/proc/16680/task/16682/stat : 16682 (java) R 16678 16680 14240 0 -1 4202560 3244 0 1 0 277 9 0 0 20 0 18 0 344855693 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060805369968 140060645691631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16683] ppid=16678 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/16680/task/16683/stat : 16683 (java) S 16678 16680 14240 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 18 0 344855694 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060788804648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16684] ppid=16678 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/16680/task/16684/stat : 16684 (java) S 16678 16680 14240 0 -1 4202560 85 0 0 0 11 4 0 0 20 0 18 0 344855694 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060787751848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16685] ppid=16678 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/16680/task/16685/stat : 16685 (java) S 16678 16680 14240 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 18 0 344855694 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060786699048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16686] ppid=16678 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/16680/task/16686/stat : 16686 (java) S 16678 16680 14240 0 -1 4202560 60 0 0 0 6 3 0 0 20 0 18 0 344855694 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060785646248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16687] ppid=16678 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/16680/task/16687/stat : 16687 (java) S 16678 16680 14240 0 -1 4202560 42 0 0 0 4 1 0 0 20 0 18 0 344855694 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060784593448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16688] ppid=16678 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/16680/task/16688/stat : 16688 (java) S 16678 16680 14240 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 18 0 344855694 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060783540648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16689] ppid=16678 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/16680/task/16689/stat : 16689 (java) S 16678 16680 14240 0 -1 4202560 85 0 0 0 10 4 0 0 20 0 18 0 344855694 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060782487848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16690] ppid=16678 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/16680/task/16690/stat : 16690 (java) S 16678 16680 14240 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 18 0 344855694 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060781435048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16691] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16691/stat : 16691 (java) S 16678 16680 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344855696 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060769025000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16692] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16692/stat : 16692 (java) S 16678 16680 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344855696 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060767971064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16693] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16693/stat : 16693 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344855696 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060766918152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16694] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16694/stat : 16694 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344855699 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060765866640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16695] ppid=16678 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/16680/task/16695/stat : 16695 (java) S 16678 16680 14240 0 -1 4202560 2086 0 0 0 28 0 0 0 20 0 18 0 344855699 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060764813752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16696] ppid=16678 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/16680/task/16696/stat : 16696 (java) S 16678 16680 14240 0 -1 4202560 2510 0 0 0 28 0 0 0 20 0 18 0 344855699 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060763760952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16697] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16697/stat : 16697 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344855699 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060645124472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16698] ppid=16678 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16698/stat : 16698 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344855699 3028844544 155068 33554432000 1073741824 1073778376 140734085059264 140060644071880 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 2957856

[startup+6.30068 s]
/proc/loadavg: 2.01 2.03 2.00 3/212 16698
/proc/meminfo: memFree=25190744/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=3024420 CPUtime=8.64 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 11225 0 1 0 827 37 0 0 20 0 19 0 344855692 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 756105 172576 2295 9 0 746526 0
[pid=16680/tid=16682] ppid=16678 vsize=3024420 CPUtime=5.78 cores=0,2,4,6
/proc/16680/task/16682/stat : 16682 (java) R 16678 16680 14240 0 -1 4202560 3262 0 1 0 569 9 0 0 20 0 19 0 344855693 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060805370312 140060808663959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16683] ppid=16678 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/16680/task/16683/stat : 16683 (java) S 16678 16680 14240 0 -1 4202560 61 0 0 0 11 2 0 0 20 0 19 0 344855694 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060788804648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16684] ppid=16678 vsize=3024420 CPUtime=0.29 cores=0,2,4,6
/proc/16680/task/16684/stat : 16684 (java) S 16678 16680 14240 0 -1 4202560 105 0 0 0 24 5 0 0 20 0 19 0 344855694 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060787751848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16685] ppid=16678 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16680/task/16685/stat : 16685 (java) S 16678 16680 14240 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 19 0 344855694 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060786699048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16686] ppid=16678 vsize=3024420 CPUtime=0.17 cores=0,2,4,6
/proc/16680/task/16686/stat : 16686 (java) S 16678 16680 14240 0 -1 4202560 78 0 0 0 13 4 0 0 20 0 19 0 344855694 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060785646248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16687] ppid=16678 vsize=3024420 CPUtime=0.18 cores=0,2,4,6
/proc/16680/task/16687/stat : 16687 (java) S 16678 16680 14240 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 19 0 344855694 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060784593448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16688] ppid=16678 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/16680/task/16688/stat : 16688 (java) S 16678 16680 14240 0 -1 4202560 63 0 0 0 16 3 0 0 20 0 19 0 344855694 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060783540648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16689] ppid=16678 vsize=3024420 CPUtime=0.24 cores=0,2,4,6
/proc/16680/task/16689/stat : 16689 (java) S 16678 16680 14240 0 -1 4202560 107 0 0 0 19 5 0 0 20 0 19 0 344855694 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060782487848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16690] ppid=16678 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16680/task/16690/stat : 16690 (java) S 16678 16680 14240 0 -1 4202560 61 0 0 0 18 3 0 0 20 0 19 0 344855694 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060781435048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16691] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16691/stat : 16691 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060769025000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16692] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16692/stat : 16692 (java) S 16678 16680 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060767971064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16693] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16693/stat : 16693 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060766918152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16694] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16694/stat : 16694 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060765866640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16695] ppid=16678 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/16680/task/16695/stat : 16695 (java) S 16678 16680 14240 0 -1 4202560 3021 0 0 0 47 0 0 0 20 0 19 0 344855699 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060764813752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16696] ppid=16678 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/16680/task/16696/stat : 16696 (java) R 16678 16680 14240 0 -1 4202560 3158 0 0 0 61 0 0 0 20 0 19 0 344855699 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060763760952 140060807955397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16697] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16697/stat : 16697 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060645124472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16698] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16698/stat : 16698 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172576 33554432000 1073741824 1073778376 140734085059264 140060644071880 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 16699
/proc/meminfo: memFree=25189132/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=3024420 CPUtime=15.09 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 11228 0 1 0 1471 38 0 0 20 0 19 0 344855692 3097006080 172223 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 756105 172223 2295 9 0 746526 0
[pid=16680/tid=16682] ppid=16678 vsize=3024420 CPUtime=12.16 cores=0,2,4,6

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

[pid=16680/tid=16695] ppid=16678 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/16680/task/16695/stat : 16695 (java) S 16678 16680 14240 0 -1 4202560 3040 0 0 0 58 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060764813752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16696] ppid=16678 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/16680/task/16696/stat : 16696 (java) S 16678 16680 14240 0 -1 4202560 3160 0 0 0 70 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060763760952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16697] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16697/stat : 16697 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060645124472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16698] ppid=16678 vsize=3024420 CPUtime=0.72 cores=0,2,4,6
/proc/16680/task/16698/stat : 16698 (java) S 16678 16680 14240 0 -1 4202560 101 0 0 0 35 37 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060644071880 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16699] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16699/stat : 16699 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344856267 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060641941160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.03 3/213 16778
/proc/meminfo: memFree=24013300/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=3024420 CPUtime=1785.01 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 11358 0 1 0 178436 65 0 0 20 0 19 0 344855692 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 756105 172224 2296 9 0 746526 0
[pid=16680/tid=16682] ppid=16678 vsize=3024420 CPUtime=1777.12 cores=0,2,4,6
/proc/16680/task/16682/stat : 16682 (java) R 16678 16680 14240 0 -1 4202560 3267 0 1 0 177673 39 0 0 20 0 19 0 344855693 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060805376432 140060646073166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16683] ppid=16678 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/16680/task/16683/stat : 16683 (java) S 16678 16680 14240 0 -1 4202560 61 0 0 0 11 2 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060788804648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16684] ppid=16678 vsize=3024420 CPUtime=0.29 cores=0,2,4,6
/proc/16680/task/16684/stat : 16684 (java) S 16678 16680 14240 0 -1 4202560 105 0 0 0 24 5 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060787751848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16685] ppid=16678 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16680/task/16685/stat : 16685 (java) S 16678 16680 14240 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060786699048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16686] ppid=16678 vsize=3024420 CPUtime=0.17 cores=0,2,4,6
/proc/16680/task/16686/stat : 16686 (java) S 16678 16680 14240 0 -1 4202560 78 0 0 0 13 4 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060785646248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16687] ppid=16678 vsize=3024420 CPUtime=0.18 cores=0,2,4,6
/proc/16680/task/16687/stat : 16687 (java) S 16678 16680 14240 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060784593448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16688] ppid=16678 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/16680/task/16688/stat : 16688 (java) S 16678 16680 14240 0 -1 4202560 63 0 0 0 16 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060783540648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16689] ppid=16678 vsize=3024420 CPUtime=0.24 cores=0,2,4,6
/proc/16680/task/16689/stat : 16689 (java) S 16678 16680 14240 0 -1 4202560 107 0 0 0 19 5 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060782487848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16690] ppid=16678 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16680/task/16690/stat : 16690 (java) S 16678 16680 14240 0 -1 4202560 61 0 0 0 18 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060781435048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16691] ppid=16678 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/16680/task/16691/stat : 16691 (java) S 16678 16680 14240 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060769025000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16692] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16692/stat : 16692 (java) S 16678 16680 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060767971064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16693] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16693/stat : 16693 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060766918152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16694] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16694/stat : 16694 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060765866640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16695] ppid=16678 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/16680/task/16695/stat : 16695 (java) S 16678 16680 14240 0 -1 4202560 3040 0 0 0 58 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060764813752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16696] ppid=16678 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/16680/task/16696/stat : 16696 (java) S 16678 16680 14240 0 -1 4202560 3160 0 0 0 70 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060763760952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16697] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16697/stat : 16697 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060645124472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16698] ppid=16678 vsize=3024420 CPUtime=0.75 cores=0,2,4,6
/proc/16680/task/16698/stat : 16698 (java) S 16678 16680 14240 0 -1 4202560 103 0 0 0 36 39 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060644071880 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16699] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16699/stat : 16699 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344856267 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060641941160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.03 2.03 2.03 3/213 16778
/proc/meminfo: memFree=24013044/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=3024420 CPUtime=1800.02 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 11360 0 1 0 179937 65 0 0 20 0 19 0 344855692 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 756105 172224 2296 9 0 746526 0
[pid=16680/tid=16682] ppid=16678 vsize=3024420 CPUtime=1792.1 cores=0,2,4,6
/proc/16680/task/16682/stat : 16682 (java) R 16678 16680 14240 0 -1 4202560 3267 0 1 0 179171 39 0 0 20 0 19 0 344855693 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060805376432 140060646038386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16683] ppid=16678 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/16680/task/16683/stat : 16683 (java) S 16678 16680 14240 0 -1 4202560 61 0 0 0 11 2 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060788804648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16684] ppid=16678 vsize=3024420 CPUtime=0.29 cores=0,2,4,6
/proc/16680/task/16684/stat : 16684 (java) S 16678 16680 14240 0 -1 4202560 105 0 0 0 24 5 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060787751848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16685] ppid=16678 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16680/task/16685/stat : 16685 (java) S 16678 16680 14240 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060786699048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16686] ppid=16678 vsize=3024420 CPUtime=0.17 cores=0,2,4,6
/proc/16680/task/16686/stat : 16686 (java) S 16678 16680 14240 0 -1 4202560 78 0 0 0 13 4 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060785646248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16687] ppid=16678 vsize=3024420 CPUtime=0.18 cores=0,2,4,6
/proc/16680/task/16687/stat : 16687 (java) S 16678 16680 14240 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060784593448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16688] ppid=16678 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/16680/task/16688/stat : 16688 (java) S 16678 16680 14240 0 -1 4202560 63 0 0 0 16 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060783540648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16689] ppid=16678 vsize=3024420 CPUtime=0.24 cores=0,2,4,6
/proc/16680/task/16689/stat : 16689 (java) S 16678 16680 14240 0 -1 4202560 107 0 0 0 19 5 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060782487848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16690] ppid=16678 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16680/task/16690/stat : 16690 (java) S 16678 16680 14240 0 -1 4202560 61 0 0 0 18 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060781435048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16691] ppid=16678 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/16680/task/16691/stat : 16691 (java) S 16678 16680 14240 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060769025000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16692] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16692/stat : 16692 (java) S 16678 16680 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060767971064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16693] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16693/stat : 16693 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060766918152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16694] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16694/stat : 16694 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060765866640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16695] ppid=16678 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/16680/task/16695/stat : 16695 (java) S 16678 16680 14240 0 -1 4202560 3040 0 0 0 58 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060764813752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16696] ppid=16678 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/16680/task/16696/stat : 16696 (java) S 16678 16680 14240 0 -1 4202560 3160 0 0 0 70 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060763760952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16697] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16697/stat : 16697 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060645124472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16698] ppid=16678 vsize=3024420 CPUtime=0.76 cores=0,2,4,6
/proc/16680/task/16698/stat : 16698 (java) S 16678 16680 14240 0 -1 4202560 105 0 0 0 36 40 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060644071880 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16699] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16699/stat : 16699 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344856267 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060641941160 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.3 s]
/proc/loadavg: 2.03 2.03 2.03 3/213 16778
/proc/meminfo: memFree=24013044/32873844 swapFree=7628/7628
[pid=16680] ppid=16678 vsize=3024420 CPUtime=1800.02 cores=0,2,4,6
/proc/16680/stat : 16680 (java) S 16678 16680 14240 0 -1 4202496 11360 0 1 0 179937 65 0 0 20 0 19 0 344855692 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140734085050400 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16680/statm: 756105 172224 2296 9 0 746526 0
[pid=16680/tid=16682] ppid=16678 vsize=3024420 CPUtime=1792.1 cores=0,2,4,6
/proc/16680/task/16682/stat : 16682 (java) R 16678 16680 14240 0 -1 4202560 3267 0 1 0 179171 39 0 0 20 0 19 0 344855693 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060805376432 140060646038386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16683] ppid=16678 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/16680/task/16683/stat : 16683 (java) S 16678 16680 14240 0 -1 4202560 61 0 0 0 11 2 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060788804648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16684] ppid=16678 vsize=3024420 CPUtime=0.29 cores=0,2,4,6
/proc/16680/task/16684/stat : 16684 (java) S 16678 16680 14240 0 -1 4202560 105 0 0 0 24 5 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060787751848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16685] ppid=16678 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16680/task/16685/stat : 16685 (java) S 16678 16680 14240 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060786699048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16680/tid=16686] ppid=16678 vsize=3024420 CPUtime=0.17 cores=0,2,4,6
/proc/16680/task/16686/stat : 16686 (java) S 16678 16680 14240 0 -1 4202560 78 0 0 0 13 4 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060785646248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16687] ppid=16678 vsize=3024420 CPUtime=0.18 cores=0,2,4,6
/proc/16680/task/16687/stat : 16687 (java) S 16678 16680 14240 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060784593448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16688] ppid=16678 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/16680/task/16688/stat : 16688 (java) S 16678 16680 14240 0 -1 4202560 63 0 0 0 16 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060783540648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16689] ppid=16678 vsize=3024420 CPUtime=0.24 cores=0,2,4,6
/proc/16680/task/16689/stat : 16689 (java) S 16678 16680 14240 0 -1 4202560 107 0 0 0 19 5 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060782487848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16690] ppid=16678 vsize=3024420 CPUtime=0.21 cores=0,2,4,6
/proc/16680/task/16690/stat : 16690 (java) S 16678 16680 14240 0 -1 4202560 61 0 0 0 18 3 0 0 20 0 19 0 344855694 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060781435048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16691] ppid=16678 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/16680/task/16691/stat : 16691 (java) S 16678 16680 14240 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060769025000 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16692] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16692/stat : 16692 (java) S 16678 16680 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060767971064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16693] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16693/stat : 16693 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344855696 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060766918152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16694] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16694/stat : 16694 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060765866640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16695] ppid=16678 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/16680/task/16695/stat : 16695 (java) S 16678 16680 14240 0 -1 4202560 3040 0 0 0 58 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060764813752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16680/tid=16696] ppid=16678 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/16680/task/16696/stat : 16696 (java) S 16678 16680 14240 0 -1 4202560 3160 0 0 0 70 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060763760952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16697] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16697/stat : 16697 (java) S 16678 16680 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060645124472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16680/tid=16698] ppid=16678 vsize=3024420 CPUtime=0.76 cores=0,2,4,6
/proc/16680/task/16698/stat : 16698 (java) S 16678 16680 14240 0 -1 4202560 105 0 0 0 36 40 0 0 20 0 19 0 344855699 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060644071880 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16680/tid=16699] ppid=16678 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/16680/task/16699/stat : 16699 (java) S 16678 16680 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344856267 3097006080 172224 33554432000 1073741824 1073778376 140734085059264 140060641941160 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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16680 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=848141
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=203816
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.32
CPU time (s): 1800.02
CPU user time (s): 1799.37
CPU system time (s): 0.65
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.85
system time used= 1.20382
maximum resident set size= 691096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11390
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38186
involuntary context switches= 4480

runsolver used 5.97209 second user time and 15.0817 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 07:21:53
IDJOB=3743810
IDBENCH=92615
IDSOLVER=2319
FILE ID=node145/3743810-1338787312
RUNJOBID= node145-1338762649-14256
PBS_JOBID= 14636810
Free space on /tmp= 70864 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_unif_10null0mast_rapportOE2.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-3743810-1338787312/watcher-3743810-1338787312 -o /tmp/evaluation-result-3743810-1338787312/solver-3743810-1338787312 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743810-1338787312.opb           

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

MD5SUM BENCH= 9306639b4fe31ed54dc3203c6f1fc129
RANDOM SEED=732359478

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:        25871636 kB
Buffers:          454460 kB
Cached:          4957900 kB
SwapCached:            0 kB
Active:          2481296 kB
Inactive:        3651892 kB
Active(anon):     712368 kB
Inactive(anon):    10916 kB
Active(file):    1768928 kB
Inactive(file):  3640976 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             34848 kB
Writeback:             0 kB
AnonPages:        728572 kB
Mapped:            22396 kB
Shmem:               200 kB
Slab:             727588 kB
SReclaimable:     168756 kB
SUnreclaim:       558832 kB
KernelStack:        1592 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 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= 70672 MiB
End job on node145 at 2012-06-04 07:51:53