Trace number 3741181

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.08 1795.92

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 568
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3741181-1338741411.opb
0.09/0.10	c reading problem ... 
7.40/5.38	c ... done. Wall clock time 5.281s.
7.53/5.43	c CPU time (experimental) 4.93s.
7.53/5.43	c #vars     33692
7.53/5.43	c #constraints  737318
1800.08/1795.91	c starts		: 20
1800.08/1795.91	c conflicts		: 562413
1800.08/1795.91	c decisions		: 664288
1800.08/1795.91	c propagations		: 547428320
1800.08/1795.91	c inspects		: 10323753115
1800.08/1795.91	c learnt literals	: 1
1800.08/1795.91	c learnt binary clauses	: 1
1800.08/1795.91	c learnt ternary clauses	: 4
1800.08/1795.91	c learnt clauses	: 562412
1800.08/1795.91	c root simplifications	: 0
1800.08/1795.91	c removed literals (reason simplification)	: 0
1800.08/1795.91	c reason swapping (by a shorter reason)	: 0
1800.08/1795.91	c Calls to reduceDB	: 0
1800.08/1795.91	c speed (decisions/second)	: 371.00490921581
1800.08/1795.91	c non guided choices	2611
1800.08/1795.91	s UNKNOWN
1800.08/1795.91	c Total wall clock time (ms): 1795.809

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

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

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


[startup+0 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 8721
/proc/meminfo: memFree=30468396/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8721/stat : 8721 (java) R 8719 8721 30888 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 340269669 9515008 182 33554432000 1073741824 1073778376 140737438557792 140737438548824 249650036405 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8721/statm: 2323 182 140 9 0 71 0

[startup+0.030098 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 8721
/proc/meminfo: memFree=30468396/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=2414972 CPUtime=0 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 3196 0 1 0 0 0 0 0 20 0 10 0 340269669 2472931328 3896 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 603743 3897 1536 9 0 594444 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2414972

[startup+0.10032 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 8721
/proc/meminfo: memFree=30468396/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 4474 0 1 0 8 1 0 0 20 0 18 0 340269669 3028844544 6163 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 739464 6163 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300295 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 8721
/proc/meminfo: memFree=30468396/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 5212 0 1 0 43 1 0 0 20 0 18 0 340269669 3028844544 8764 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 739464 8764 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700316 s]
/proc/loadavg: 1.95 2.01 1.99 3/194 8721
/proc/meminfo: memFree=30468396/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=2957856 CPUtime=1.56 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 13786 0 1 0 151 5 0 0 20 0 18 0 340269669 3028844544 36445 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 739464 36445 2254 9 0 729885 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 2957856

[startup+1.5008 s]
/proc/loadavg: 1.95 2.01 1.99 3/212 8739
/proc/meminfo: memFree=30179228/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=2957856 CPUtime=2.5 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 13997 0 1 0 235 15 0 0 20 0 18 0 340269669 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 739464 117367 2270 9 0 729885 0
[pid=8721/tid=8723] ppid=8719 vsize=2957856 CPUtime=1.43 cores=1,3,5,7
/proc/8721/task/8723/stat : 8723 (java) R 8719 8721 30888 0 -1 4202560 2767 0 1 0 133 10 0 0 20 0 18 0 340269670 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842322152968 139842262362403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8724] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8724/stat : 8724 (java) S 8719 8721 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340269672 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842257435560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8725] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8725/stat : 8725 (java) S 8719 8721 30888 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340269672 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842186808360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8726] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8726/stat : 8726 (java) S 8719 8721 30888 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340269672 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842185755304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8727] ppid=8719 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/8721/task/8727/stat : 8727 (java) S 8719 8721 30888 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 340269672 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842184702760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8728/stat : 8728 (java) S 8719 8721 30888 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340269672 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842183649704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8729] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8729/stat : 8729 (java) S 8719 8721 30888 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340269672 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842182597160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8730] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8730/stat : 8730 (java) S 8719 8721 30888 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 340269672 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842181544104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8731] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8731/stat : 8731 (java) S 8719 8721 30888 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340269672 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842180491560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8732] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8732/stat : 8732 (java) S 8719 8721 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340269673 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842168294248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8733] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8733/stat : 8733 (java) S 8719 8721 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340269673 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842167240568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8734] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8734/stat : 8734 (java) S 8719 8721 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340269673 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842166187400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8735] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8735/stat : 8735 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340269676 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842165136144 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8736] ppid=8719 vsize=2957856 CPUtime=0.48 cores=1,3,5,7
/proc/8721/task/8736/stat : 8736 (java) S 8719 8721 30888 0 -1 4202560 5308 0 0 0 48 0 0 0 20 0 18 0 340269676 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842164083000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8737] ppid=8719 vsize=2957856 CPUtime=0.42 cores=1,3,5,7
/proc/8721/task/8737/stat : 8737 (java) S 8719 8721 30888 0 -1 4202560 4686 0 0 0 41 1 0 0 20 0 18 0 340269676 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842163030456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8738/stat : 8738 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340269676 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842161977592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8739] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8739/stat : 8739 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340269676 3028844544 117367 33554432000 1073741824 1073778376 140733533275408 139842160925256 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 2957856

[startup+3.10081 s]
/proc/loadavg: 1.95 2.01 1.99 10/212 8739
/proc/meminfo: memFree=29969208/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=2957856 CPUtime=4.45 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 14137 0 1 0 419 26 0 0 20 0 18 0 340269669 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 739464 134781 2270 9 0 729885 0
[pid=8721/tid=8723] ppid=8719 vsize=2957856 CPUtime=2.9 cores=1,3,5,7
/proc/8721/task/8723/stat : 8723 (java) R 8719 8721 30888 0 -1 4202560 2769 0 1 0 280 10 0 0 20 0 18 0 340269670 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842322145392 139842262252182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8724] ppid=8719 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/8721/task/8724/stat : 8724 (java) S 8719 8721 30888 0 -1 4202560 32 0 0 0 5 3 0 0 20 0 18 0 340269672 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842257435560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8725] ppid=8719 vsize=2957856 CPUtime=0.12 cores=1,3,5,7
/proc/8721/task/8725/stat : 8725 (java) S 8719 8721 30888 0 -1 4202560 41 0 0 0 9 3 0 0 20 0 18 0 340269672 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842186808360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8726] ppid=8719 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/8721/task/8726/stat : 8726 (java) S 8719 8721 30888 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 340269672 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842185755304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8727] ppid=8719 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/8721/task/8727/stat : 8727 (java) S 8719 8721 30888 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 340269672 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842184702760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/8721/task/8728/stat : 8728 (java) S 8719 8721 30888 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 18 0 340269672 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842183649704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8729] ppid=8719 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/8721/task/8729/stat : 8729 (java) S 8719 8721 30888 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 18 0 340269672 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842182597160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8730] ppid=8719 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/8721/task/8730/stat : 8730 (java) S 8719 8721 30888 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 340269672 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842181544104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8731] ppid=8719 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/8721/task/8731/stat : 8731 (java) S 8719 8721 30888 0 -1 4202560 30 0 0 0 6 2 0 0 20 0 18 0 340269672 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842180491560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8732] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8732/stat : 8732 (java) S 8719 8721 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340269673 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842168294248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8733] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8733/stat : 8733 (java) S 8719 8721 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340269673 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842167240568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8734] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8734/stat : 8734 (java) S 8719 8721 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340269673 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842166187400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8735] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8735/stat : 8735 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340269676 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842165136144 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8736] ppid=8719 vsize=2957856 CPUtime=0.5 cores=1,3,5,7
/proc/8721/task/8736/stat : 8736 (java) S 8719 8721 30888 0 -1 4202560 5310 0 0 0 50 0 0 0 20 0 18 0 340269676 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842164083000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8737] ppid=8719 vsize=2957856 CPUtime=0.42 cores=1,3,5,7
/proc/8721/task/8737/stat : 8737 (java) S 8719 8721 30888 0 -1 4202560 4686 0 0 0 41 1 0 0 20 0 18 0 340269676 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842163030456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8738/stat : 8738 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340269676 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842161977592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8739] ppid=8719 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8739/stat : 8739 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340269676 3028844544 134781 33554432000 1073741824 1073778376 140733533275408 139842160925256 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 2957856

[startup+6.30079 s]
/proc/loadavg: 2.51 2.13 2.03 5/212 8739
/proc/meminfo: memFree=29854708/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=3024420 CPUtime=8.7 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 14404 0 1 0 829 41 0 0 20 0 19 0 340269669 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 756105 154829 2288 9 0 746526 0
[pid=8721/tid=8723] ppid=8719 vsize=3024420 CPUtime=5.84 cores=1,3,5,7
/proc/8721/task/8723/stat : 8723 (java) R 8719 8721 30888 0 -1 4202560 2788 0 1 0 573 11 0 0 20 0 19 0 340269670 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842322153896 139842262830892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8724] ppid=8719 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/8721/task/8724/stat : 8724 (java) S 8719 8721 30888 0 -1 4202560 56 0 0 0 18 5 0 0 20 0 19 0 340269672 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842257435560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8725] ppid=8719 vsize=3024420 CPUtime=0.26 cores=1,3,5,7
/proc/8721/task/8725/stat : 8725 (java) S 8719 8721 30888 0 -1 4202560 71 0 0 0 21 5 0 0 20 0 19 0 340269672 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842186808360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8726] ppid=8719 vsize=3024420 CPUtime=0.14 cores=1,3,5,7
/proc/8721/task/8726/stat : 8726 (java) S 8719 8721 30888 0 -1 4202560 38 0 0 0 11 3 0 0 20 0 19 0 340269672 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842185755304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8727] ppid=8719 vsize=3024420 CPUtime=0.14 cores=1,3,5,7
/proc/8721/task/8727/stat : 8727 (java) S 8719 8721 30888 0 -1 4202560 43 0 0 0 11 3 0 0 20 0 19 0 340269672 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842184702760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=3024420 CPUtime=0.19 cores=1,3,5,7
/proc/8721/task/8728/stat : 8728 (java) S 8719 8721 30888 0 -1 4202560 42 0 0 0 16 3 0 0 20 0 19 0 340269672 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842183649704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8729] ppid=8719 vsize=3024420 CPUtime=0.17 cores=1,3,5,7
/proc/8721/task/8729/stat : 8729 (java) S 8719 8721 30888 0 -1 4202560 49 0 0 0 13 4 0 0 20 0 19 0 340269672 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842182597160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8730] ppid=8719 vsize=3024420 CPUtime=0.17 cores=1,3,5,7
/proc/8721/task/8730/stat : 8730 (java) S 8719 8721 30888 0 -1 4202560 40 0 0 0 14 3 0 0 20 0 19 0 340269672 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842181544104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8731] ppid=8719 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/8721/task/8731/stat : 8731 (java) S 8719 8721 30888 0 -1 4202560 46 0 0 0 12 4 0 0 20 0 19 0 340269672 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842180491560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8732] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8732/stat : 8732 (java) S 8719 8721 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842168294248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8733] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8733/stat : 8733 (java) S 8719 8721 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842167240568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8734] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8734/stat : 8734 (java) S 8719 8721 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842166187400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8735] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8735/stat : 8735 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842165136144 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8736] ppid=8719 vsize=3024420 CPUtime=0.65 cores=1,3,5,7
/proc/8721/task/8736/stat : 8736 (java) S 8719 8721 30888 0 -1 4202560 5333 0 0 0 65 0 0 0 20 0 19 0 340269676 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842164083000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8737] ppid=8719 vsize=3024420 CPUtime=0.57 cores=1,3,5,7
/proc/8721/task/8737/stat : 8737 (java) S 8719 8721 30888 0 -1 4202560 4709 0 0 0 56 1 0 0 20 0 19 0 340269676 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842163030456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8738/stat : 8738 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842161977592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8739] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8739/stat : 8739 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842160925256 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8740] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8740/stat : 8740 (java) S 8719 8721 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340270210 3097006080 154829 33554432000 1073741824 1073778376 140733533275408 139842158724648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.7
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]
/proc/loadavg: 2.47 2.12 2.03 3/213 8740
/proc/meminfo: memFree=29855948/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=3024420 CPUtime=15.25 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 14441 0 1 0 1484 41 0 0 20 0 19 0 340269669 3097006080 154854 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=8721/tid=8736] ppid=8719 vsize=3024420 CPUtime=0.8 cores=1,3,5,7
/proc/8721/task/8736/stat : 8736 (java) S 8719 8721 30888 0 -1 4202560 5365 0 0 0 80 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842164083000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8737] ppid=8719 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/8721/task/8737/stat : 8737 (java) S 8719 8721 30888 0 -1 4202560 4711 0 0 0 59 1 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842163030456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8738/stat : 8738 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842161977592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8739] ppid=8719 vsize=3024420 CPUtime=0.99 cores=1,3,5,7
/proc/8721/task/8739/stat : 8739 (java) S 8719 8721 30888 0 -1 4202560 99 0 0 0 46 53 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842160925256 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8740] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8740/stat : 8740 (java) S 8719 8721 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340270210 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842158724648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.42
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/213 8837
/proc/meminfo: memFree=29747368/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=3024420 CPUtime=1786.46 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 14836 0 1 0 178513 133 0 0 20 0 19 0 340269669 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 756105 187649 2291 9 0 746526 0
[pid=8721/tid=8723] ppid=8719 vsize=3024420 CPUtime=1776.96 cores=1,3,5,7
/proc/8721/task/8723/stat : 8723 (java) R 8719 8721 30888 0 -1 4202560 2793 0 1 0 177658 38 0 0 20 0 19 0 340269670 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842322152784 139842262768392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8724] ppid=8719 vsize=3024420 CPUtime=0.29 cores=1,3,5,7
/proc/8721/task/8724/stat : 8724 (java) S 8719 8721 30888 0 -1 4202560 83 0 0 0 22 7 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842257435560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8725] ppid=8719 vsize=3024420 CPUtime=0.35 cores=1,3,5,7
/proc/8721/task/8725/stat : 8725 (java) S 8719 8721 30888 0 -1 4202560 104 0 0 0 28 7 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842186808360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8726] ppid=8719 vsize=3024420 CPUtime=0.29 cores=1,3,5,7
/proc/8721/task/8726/stat : 8726 (java) S 8719 8721 30888 0 -1 4202560 81 0 0 0 23 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842185755304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8727] ppid=8719 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/8721/task/8727/stat : 8727 (java) S 8719 8721 30888 0 -1 4202560 83 0 0 0 18 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842184702760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8728/stat : 8728 (java) S 8719 8721 30888 0 -1 4202560 77 0 0 0 21 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842183649704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8729] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8729/stat : 8729 (java) S 8719 8721 30888 0 -1 4202560 95 0 0 0 19 8 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842182597160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8730] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8730/stat : 8730 (java) S 8719 8721 30888 0 -1 4202560 75 0 0 0 21 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842181544104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8731] ppid=8719 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/8721/task/8731/stat : 8731 (java) S 8719 8721 30888 0 -1 4202560 75 0 0 0 19 5 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842180491560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8732] ppid=8719 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/8721/task/8732/stat : 8732 (java) S 8719 8721 30888 0 -1 4202560 11 0 0 0 1 3 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842168294248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8733] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8733/stat : 8733 (java) S 8719 8721 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842167240568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8734] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8734/stat : 8734 (java) S 8719 8721 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842166187400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8735] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8735/stat : 8735 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842165136144 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8736] ppid=8719 vsize=3024420 CPUtime=0.8 cores=1,3,5,7
/proc/8721/task/8736/stat : 8736 (java) S 8719 8721 30888 0 -1 4202560 5365 0 0 0 80 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842164083000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8737] ppid=8719 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/8721/task/8737/stat : 8737 (java) S 8719 8721 30888 0 -1 4202560 4711 0 0 0 59 1 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842163030456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8738/stat : 8738 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842161977592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8739] ppid=8719 vsize=3024420 CPUtime=1.03 cores=1,3,5,7
/proc/8721/task/8739/stat : 8739 (java) S 8719 8721 30888 0 -1 4202560 103 0 0 0 48 55 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842160925256 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8740] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8740/stat : 8740 (java) S 8719 8721 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340270210 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842158724648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.46
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.01 2.05 2.02 3/213 8837
/proc/meminfo: memFree=29747368/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=3024420 CPUtime=1800.08 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 14836 0 1 0 179874 134 0 0 20 0 19 0 340269669 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 756105 187649 2291 9 0 746526 0
[pid=8721/tid=8723] ppid=8719 vsize=3024420 CPUtime=1790.53 cores=1,3,5,7
/proc/8721/task/8723/stat : 8723 (java) R 8719 8721 30888 0 -1 4202560 2793 0 1 0 179015 38 0 0 20 0 19 0 340269670 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842322152784 139842262672969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8724] ppid=8719 vsize=3024420 CPUtime=0.29 cores=1,3,5,7
/proc/8721/task/8724/stat : 8724 (java) S 8719 8721 30888 0 -1 4202560 83 0 0 0 22 7 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842257435560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8725] ppid=8719 vsize=3024420 CPUtime=0.35 cores=1,3,5,7
/proc/8721/task/8725/stat : 8725 (java) S 8719 8721 30888 0 -1 4202560 104 0 0 0 28 7 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842186808360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8726] ppid=8719 vsize=3024420 CPUtime=0.29 cores=1,3,5,7
/proc/8721/task/8726/stat : 8726 (java) S 8719 8721 30888 0 -1 4202560 81 0 0 0 23 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842185755304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8727] ppid=8719 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/8721/task/8727/stat : 8727 (java) S 8719 8721 30888 0 -1 4202560 83 0 0 0 18 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842184702760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8728/stat : 8728 (java) S 8719 8721 30888 0 -1 4202560 77 0 0 0 21 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842183649704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8729] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8729/stat : 8729 (java) S 8719 8721 30888 0 -1 4202560 95 0 0 0 19 8 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842182597160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8730] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8730/stat : 8730 (java) S 8719 8721 30888 0 -1 4202560 75 0 0 0 21 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842181544104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8731] ppid=8719 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/8721/task/8731/stat : 8731 (java) S 8719 8721 30888 0 -1 4202560 75 0 0 0 19 5 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842180491560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8732] ppid=8719 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/8721/task/8732/stat : 8732 (java) S 8719 8721 30888 0 -1 4202560 11 0 0 0 1 3 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842168294248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8733] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8733/stat : 8733 (java) S 8719 8721 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842167240568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8734] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8734/stat : 8734 (java) S 8719 8721 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842166187400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8735] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8735/stat : 8735 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842165136144 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8736] ppid=8719 vsize=3024420 CPUtime=0.8 cores=1,3,5,7
/proc/8721/task/8736/stat : 8736 (java) S 8719 8721 30888 0 -1 4202560 5365 0 0 0 80 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842164083000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8737] ppid=8719 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/8721/task/8737/stat : 8737 (java) S 8719 8721 30888 0 -1 4202560 4711 0 0 0 59 1 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842163030456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8738/stat : 8738 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842161977592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8739] ppid=8719 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/8721/task/8739/stat : 8739 (java) S 8719 8721 30888 0 -1 4202560 103 0 0 0 49 55 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842160925256 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8740] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8740/stat : 8740 (java) S 8719 8721 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340270210 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842158724648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+1795.9 s]
/proc/loadavg: 2.01 2.05 2.02 3/213 8837
/proc/meminfo: memFree=29747368/32873844 swapFree=8656/8656
[pid=8721] ppid=8719 vsize=3024420 CPUtime=1800.08 cores=1,3,5,7
/proc/8721/stat : 8721 (java) S 8719 8721 30888 0 -1 4202496 14836 0 1 0 179874 134 0 0 20 0 19 0 340269669 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 140733533266544 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8721/statm: 756105 187649 2291 9 0 746526 0
[pid=8721/tid=8723] ppid=8719 vsize=3024420 CPUtime=1790.53 cores=1,3,5,7
/proc/8721/task/8723/stat : 8723 (java) R 8719 8721 30888 0 -1 4202560 2793 0 1 0 179015 38 0 0 20 0 19 0 340269670 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842322152784 139842262672969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8724] ppid=8719 vsize=3024420 CPUtime=0.29 cores=1,3,5,7
/proc/8721/task/8724/stat : 8724 (java) S 8719 8721 30888 0 -1 4202560 83 0 0 0 22 7 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842257435560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8725] ppid=8719 vsize=3024420 CPUtime=0.35 cores=1,3,5,7
/proc/8721/task/8725/stat : 8725 (java) S 8719 8721 30888 0 -1 4202560 104 0 0 0 28 7 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842186808360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8726] ppid=8719 vsize=3024420 CPUtime=0.29 cores=1,3,5,7
/proc/8721/task/8726/stat : 8726 (java) S 8719 8721 30888 0 -1 4202560 81 0 0 0 23 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842185755304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8727] ppid=8719 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/8721/task/8727/stat : 8727 (java) S 8719 8721 30888 0 -1 4202560 83 0 0 0 18 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842184702760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8728/stat : 8728 (java) S 8719 8721 30888 0 -1 4202560 77 0 0 0 21 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842183649704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8729] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8729/stat : 8729 (java) S 8719 8721 30888 0 -1 4202560 95 0 0 0 19 8 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842182597160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8730] ppid=8719 vsize=3024420 CPUtime=0.27 cores=1,3,5,7
/proc/8721/task/8730/stat : 8730 (java) S 8719 8721 30888 0 -1 4202560 75 0 0 0 21 6 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842181544104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8731] ppid=8719 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/8721/task/8731/stat : 8731 (java) S 8719 8721 30888 0 -1 4202560 75 0 0 0 19 5 0 0 20 0 19 0 340269672 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842180491560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8732] ppid=8719 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/8721/task/8732/stat : 8732 (java) S 8719 8721 30888 0 -1 4202560 11 0 0 0 1 3 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842168294248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8733] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8733/stat : 8733 (java) S 8719 8721 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842167240568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8734] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8734/stat : 8734 (java) S 8719 8721 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340269673 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842166187400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8735] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8735/stat : 8735 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842165136144 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8736] ppid=8719 vsize=3024420 CPUtime=0.8 cores=1,3,5,7
/proc/8721/task/8736/stat : 8736 (java) S 8719 8721 30888 0 -1 4202560 5365 0 0 0 80 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842164083000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8721/tid=8737] ppid=8719 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/8721/task/8737/stat : 8737 (java) S 8719 8721 30888 0 -1 4202560 4711 0 0 0 59 1 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842163030456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8738/stat : 8738 (java) S 8719 8721 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842161977592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8721/tid=8739] ppid=8719 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/8721/task/8739/stat : 8739 (java) S 8719 8721 30888 0 -1 4202560 103 0 0 0 49 55 0 0 20 0 19 0 340269676 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842160925256 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8721/tid=8740] ppid=8719 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8721/task/8740/stat : 8740 (java) S 8719 8721 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340270210 3097006080 187649 33554432000 1073741824 1073778376 140733533275408 139842158724648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 3024420

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8721 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=888287
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=620753
# CPU time returned by wait4() is 1795.51
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.92
CPU time (s): 1800.08
CPU user time (s): 1798.74
CPU system time (s): 1.34
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 1.62075
maximum resident set size= 750732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14872
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38171
involuntary context switches= 3517

runsolver used 6.49901 second user time and 16.3845 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-03 18:36:51
IDJOB=3741181
IDBENCH=89805
IDSOLVER=2319
FILE ID=node102/3741181-1338741411
RUNJOBID= node102-1338713280-30905
PBS_JOBID= 14636729
Free space on /tmp= 71092 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-112.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741181-1338741411/watcher-3741181-1338741411 -o /tmp/evaluation-result-3741181-1338741411/solver-3741181-1338741411 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741181-1338741411.opb           

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=706736996

node102.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.178
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.35
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.178
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.90
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.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.178
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.178
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	: 5438.54
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.178
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.178
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30468660 kB
Buffers:          188524 kB
Cached:           695500 kB
SwapCached:         5520 kB
Active:          1017620 kB
Inactive:         622684 kB
Active(anon):     752652 kB
Inactive(anon):     5604 kB
Active(file):     264968 kB
Inactive(file):   617080 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:             36192 kB
Writeback:             0 kB
AnonPages:        759752 kB
Mapped:            17616 kB
Shmem:                 0 kB
Slab:             621220 kB
SReclaimable:      62164 kB
SUnreclaim:       559056 kB
KernelStack:        1608 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1828700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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= 71136 MiB
End job on node102 at 2012-06-03 19:06:49