Trace number 3743846

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) 1802 1787.03

General information on the benchmark

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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.04/0.09	c no version file found!!!
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version	1.6.0_24
0.04/0.09	c os.name	Linux
0.04/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch	amd64
0.04/0.09	c Free memory 1599470296
0.04/0.09	c Max memory 1607860224
0.04/0.09	c Total memory 1607860224
0.04/0.09	c Number of processors 8
0.07/0.12	--- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.12	c No reason simplification
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3743846-1338788104.opb
0.07/0.12	c reading problem ... 
119.55/105.85	c ... done. Wall clock time 105.731s.
119.55/105.85	c CPU time (experimental) 26.18s.
119.55/105.85	c #vars     2000400
119.55/105.85	c #constraints  4940608

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.11 2.03 3/194 16748
/proc/meminfo: memFree=25694296/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16748/stat : 16748 (java) D 16746 16748 14240 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344935311 9515008 182 33554432000 1073741824 1073778376 140735525175312 140735525166344 254750310069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/16748/statm: 2323 182 140 9 0 71 0

[startup+0.0741039 s]
/proc/loadavg: 2.16 2.11 2.03 3/194 16748
/proc/meminfo: memFree=25694296/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=2956736 CPUtime=0.04 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 4027 0 1 0 3 1 0 0 20 0 18 0 344935311 3027697664 5746 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 739184 5748 1745 9 0 729885 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2956736

[startup+0.100333 s]
/proc/loadavg: 2.16 2.11 2.03 3/194 16748
/proc/meminfo: memFree=25694296/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 4132 0 1 0 6 1 0 0 20 0 18 0 344935311 3028844544 5850 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 739464 5850 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300205 s]
/proc/loadavg: 2.16 2.11 2.03 3/194 16748
/proc/meminfo: memFree=25694296/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 6043 0 1 0 40 4 0 0 20 0 18 0 344935311 3028844544 28633 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 739464 28633 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700196 s]
/proc/loadavg: 2.16 2.11 2.03 3/194 16748
/proc/meminfo: memFree=25694296/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=2957856 CPUtime=0.83 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 6106 0 1 0 77 6 0 0 20 0 18 0 344935311 3028844544 60889 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 739464 60889 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2957856

[startup+1.50082 s]
/proc/loadavg: 2.16 2.11 2.03 3/212 16766
/proc/meminfo: memFree=25361892/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=2957856 CPUtime=1.94 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 6397 0 1 0 174 20 0 0 20 0 18 0 344935311 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 739464 137763 2249 9 0 729885 0
[pid=16748/tid=16750] ppid=16746 vsize=2957856 CPUtime=1.35 cores=1,3,5,7
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 14240 0 -1 4202560 3233 0 1 0 126 9 0 0 20 0 18 0 344935312 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854977650096 254753694989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 14240 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 18 0 344935313 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854961076776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 14240 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 344935313 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854960023976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 14240 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 18 0 344935313 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854958971176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 14240 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 18 0 344935313 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854957918376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 14240 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 344935313 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854956866600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 14240 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 18 0 344935313 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854955813800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 14240 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 18 0 344935313 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854954761000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 14240 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 344935313 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854953708200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854941297128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854822237432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854821184520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16762] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16762/stat : 16762 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854820133008 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16763] ppid=16746 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/16748/task/16763/stat : 16763 (java) S 16746 16748 14240 0 -1 4202560 820 0 0 0 7 0 0 0 20 0 18 0 344935318 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854819081144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16764] ppid=16746 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/16748/task/16764/stat : 16764 (java) S 16746 16748 14240 0 -1 4202560 967 0 0 0 7 0 0 0 20 0 18 0 344935318 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854818028344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16765] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16765/stat : 16765 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854816975736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16766] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16766/stat : 16766 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 137763 33554432000 1073741824 1073778376 140736738937328 139854815923144 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 2957856

[startup+3.1008 s]
/proc/loadavg: 2.22 2.13 2.04 4/212 16766
/proc/meminfo: memFree=25159008/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=2957856 CPUtime=4.15 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 7054 0 1 0 379 36 0 0 20 0 18 0 344935311 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 739464 179503 2267 9 0 729885 0
[pid=16748/tid=16750] ppid=16746 vsize=2957856 CPUtime=2.79 cores=1,3,5,7
/proc/16748/task/16750/stat : 16750 (java) R 16746 16748 14240 0 -1 4202560 3245 0 1 0 270 9 0 0 20 0 18 0 344935312 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854977650304 139854822831538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 14240 0 -1 4202560 50 0 0 0 6 3 0 0 20 0 18 0 344935313 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854961076776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 14240 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 18 0 344935313 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854960023976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 14240 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 344935313 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854958971176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 14240 0 -1 4202560 71 0 0 0 11 4 0 0 20 0 18 0 344935313 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854957918376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 14240 0 -1 4202560 81 0 0 0 13 5 0 0 20 0 18 0 344935313 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854956866600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 14240 0 -1 4202560 76 0 0 0 13 5 0 0 20 0 18 0 344935313 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854955813800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 14240 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 344935313 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854954761000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 14240 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 18 0 344935313 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854953708200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854941297128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854822237432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854821184520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16762] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16762/stat : 16762 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854820133008 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16763] ppid=16746 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/16748/task/16763/stat : 16763 (java) S 16746 16748 14240 0 -1 4202560 965 0 0 0 13 0 0 0 20 0 18 0 344935318 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854819081144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16764] ppid=16746 vsize=2957856 CPUtime=0.17 cores=1,3,5,7
/proc/16748/task/16764/stat : 16764 (java) S 16746 16748 14240 0 -1 4202560 1225 0 0 0 17 0 0 0 20 0 18 0 344935318 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854818028344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16765] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16765/stat : 16765 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854816975736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16766] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16766/stat : 16766 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 179503 33554432000 1073741824 1073778376 140736738937328 139854815923144 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 2957856

[startup+6.30069 s]
/proc/loadavg: 2.22 2.13 2.04 3/212 16766
/proc/meminfo: memFree=24790892/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=2957856 CPUtime=9.87 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 15466 0 1 0 914 73 0 0 20 0 18 0 344935311 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 739464 246589 2277 9 0 729885 0
[pid=16748/tid=16750] ppid=16746 vsize=2957856 CPUtime=5.29 cores=1,3,5,7
/proc/16748/task/16750/stat : 16750 (java) S 16746 16748 14240 0 -1 4202560 3249 0 1 0 519 10 0 0 20 0 18 0 344935312 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854977650088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=2957856 CPUtime=0.4 cores=1,3,5,7
/proc/16748/task/16751/stat : 16751 (java) R 16746 16748 14240 0 -1 4202560 160 0 0 0 34 6 0 0 20 0 18 0 344935313 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854961076952 139854984159552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=2957856 CPUtime=0.41 cores=1,3,5,7
/proc/16748/task/16752/stat : 16752 (java) R 16746 16748 14240 0 -1 4202560 148 0 0 0 35 6 0 0 20 0 18 0 344935313 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854960024000 139854984547054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=2957856 CPUtime=0.37 cores=1,3,5,7
/proc/16748/task/16753/stat : 16753 (java) R 16746 16748 14240 0 -1 4202560 139 0 0 0 30 7 0 0 20 0 18 0 344935313 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854958971352 139854981826735 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=2957856 CPUtime=0.48 cores=1,3,5,7
/proc/16748/task/16754/stat : 16754 (java) R 16746 16748 14240 0 -1 4202560 169 0 0 0 39 9 0 0 20 0 18 0 344935313 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854957918376 139854984547070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=2957856 CPUtime=0.49 cores=1,3,5,7
/proc/16748/task/16755/stat : 16755 (java) R 16746 16748 14240 0 -1 4202560 183 0 0 0 40 9 0 0 20 0 18 0 344935313 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854956866776 139854984159616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=2957856 CPUtime=0.59 cores=1,3,5,7
/proc/16748/task/16756/stat : 16756 (java) R 16746 16748 14240 0 -1 4202560 193 0 0 0 49 10 0 0 20 0 18 0 344935313 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854955813800 139854981812988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=2957856 CPUtime=0.35 cores=1,3,5,7
/proc/16748/task/16757/stat : 16757 (java) R 16746 16748 14240 0 -1 4202560 132 0 0 0 29 6 0 0 20 0 18 0 344935313 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854954761176 139854980122355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=2957856 CPUtime=0.38 cores=1,3,5,7
/proc/16748/task/16758/stat : 16758 (java) R 16746 16748 14240 0 -1 4202560 149 0 0 0 31 7 0 0 20 0 18 0 344935313 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854953708376 139854984159616 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16759/stat : 16759 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854941296008 254753682492 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854822237432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344935315 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854821184520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16762] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16762/stat : 16762 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854820133008 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16763] ppid=16746 vsize=2957856 CPUtime=0.39 cores=1,3,5,7
/proc/16748/task/16763/stat : 16763 (java) S 16746 16748 14240 0 -1 4202560 3807 0 0 0 39 0 0 0 20 0 18 0 344935318 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854819081144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16764] ppid=16746 vsize=2957856 CPUtime=0.52 cores=1,3,5,7
/proc/16748/task/16764/stat : 16764 (java) S 16746 16748 14240 0 -1 4202560 5954 0 0 0 52 0 0 0 20 0 18 0 344935318 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854818028344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16765] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16765/stat : 16765 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854816975736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16766] ppid=16746 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16766/stat : 16766 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344935318 3028844544 246589 33554432000 1073741824 1073778376 140736738937328 139854815923144 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (KiB) 2957856

[startup+12.7007 s]
/proc/loadavg: 2.27 2.14 2.04 3/212 16766
/proc/meminfo: memFree=24466224/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=2957856 CPUtime=21.31 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 19509 0 1 0 2029 102 0 0 20 0 18 0 344935311 3028844544 317484 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 739464 317484 2277 9 0 729885 0
[pid=16748/tid=16750] ppid=16746 vsize=2957856 CPUtime=9.96 cores=1,3,5,7

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

/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 14240 0 -1 4202560 895 0 0 0 198 15 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854953708200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=3024420 CPUtime=1641.25 cores=1,3,5,7
/proc/16748/task/16759/stat : 16759 (java) R 16746 16748 14240 0 -1 4202560 153 0 0 0 164099 26 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854941297288 139854984159304 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854822237432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854821184520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16762] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16762/stat : 16762 (java) S 16746 16748 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854820132552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16763] ppid=16746 vsize=3024420 CPUtime=0.76 cores=1,3,5,7
/proc/16748/task/16763/stat : 16763 (java) S 16746 16748 14240 0 -1 4202560 3883 0 0 0 76 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854819081144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16764] ppid=16746 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/16748/task/16764/stat : 16764 (java) S 16746 16748 14240 0 -1 4202560 5973 0 0 0 74 1 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854818028344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16765] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16765/stat : 16765 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854816975736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16766] ppid=16746 vsize=3024420 CPUtime=1.14 cores=1,3,5,7
/proc/16748/task/16766/stat : 16766 (java) S 16746 16748 14240 0 -1 4202560 100 0 0 0 58 56 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854815923144 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16768] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16768/stat : 16768 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344948789 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854813791400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 3024420

[startup+1786.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 16865
/proc/meminfo: memFree=22801612/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=3024420 CPUtime=1801.2 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 20841 0 1 0 179913 207 0 0 20 0 19 0 344935311 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 756105 423520 2306 9 0 746526 0
[pid=16748/tid=16750] ppid=16746 vsize=3024420 CPUtime=134.99 cores=1,3,5,7
/proc/16748/task/16750/stat : 16750 (java) S 16746 16748 14240 0 -1 4202560 3716 0 1 0 13481 18 0 0 20 0 19 0 344935312 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854977650008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=3024420 CPUtime=2.17 cores=1,3,5,7
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 14240 0 -1 4202560 519 0 0 0 202 15 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854961076776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=3024420 CPUtime=2.23 cores=1,3,5,7
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 14240 0 -1 4202560 762 0 0 0 207 16 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854960023976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=3024420 CPUtime=1.78 cores=1,3,5,7
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 14240 0 -1 4202560 579 0 0 0 165 13 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854958971176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=3024420 CPUtime=2.08 cores=1,3,5,7
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 14240 0 -1 4202560 658 0 0 0 192 16 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854957918376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=3024420 CPUtime=2.22 cores=1,3,5,7
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 14240 0 -1 4202560 1127 0 0 0 204 18 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854956866600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=3024420 CPUtime=2.28 cores=1,3,5,7
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 14240 0 -1 4202560 817 0 0 0 208 20 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854955813800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=3024420 CPUtime=2.06 cores=1,3,5,7
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 14240 0 -1 4202560 476 0 0 0 189 17 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854954761000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=3024420 CPUtime=2.13 cores=1,3,5,7
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 14240 0 -1 4202560 895 0 0 0 198 15 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854953708200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=3024420 CPUtime=1642.05 cores=1,3,5,7
/proc/16748/task/16759/stat : 16759 (java) R 16746 16748 14240 0 -1 4202560 153 0 0 0 164179 26 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854941297288 139854984159304 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854822237432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854821184520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16762] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16762/stat : 16762 (java) S 16746 16748 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854820132552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16763] ppid=16746 vsize=3024420 CPUtime=0.76 cores=1,3,5,7
/proc/16748/task/16763/stat : 16763 (java) S 16746 16748 14240 0 -1 4202560 3883 0 0 0 76 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854819081144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16764] ppid=16746 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/16748/task/16764/stat : 16764 (java) S 16746 16748 14240 0 -1 4202560 5973 0 0 0 74 1 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854818028344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16765] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16765/stat : 16765 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854816975736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16766] ppid=16746 vsize=3024420 CPUtime=1.14 cores=1,3,5,7
/proc/16748/task/16766/stat : 16766 (java) S 16746 16748 14240 0 -1 4202560 100 0 0 0 58 56 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854815923144 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16768] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16768/stat : 16768 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344948789 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854813791400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1801.2
Current children cumulated vsize (KiB) 3024420

[startup+1786.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 16865
/proc/meminfo: memFree=22801604/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=3024420 CPUtime=1801.6 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 20841 0 1 0 179953 207 0 0 20 0 19 0 344935311 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 756105 423520 2306 9 0 746526 0
[pid=16748/tid=16750] ppid=16746 vsize=3024420 CPUtime=134.99 cores=1,3,5,7
/proc/16748/task/16750/stat : 16750 (java) S 16746 16748 14240 0 -1 4202560 3716 0 1 0 13481 18 0 0 20 0 19 0 344935312 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854977650008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=3024420 CPUtime=2.17 cores=1,3,5,7
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 14240 0 -1 4202560 519 0 0 0 202 15 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854961076776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=3024420 CPUtime=2.23 cores=1,3,5,7
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 14240 0 -1 4202560 762 0 0 0 207 16 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854960023976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=3024420 CPUtime=1.78 cores=1,3,5,7
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 14240 0 -1 4202560 579 0 0 0 165 13 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854958971176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=3024420 CPUtime=2.08 cores=1,3,5,7
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 14240 0 -1 4202560 658 0 0 0 192 16 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854957918376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=3024420 CPUtime=2.22 cores=1,3,5,7
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 14240 0 -1 4202560 1127 0 0 0 204 18 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854956866600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=3024420 CPUtime=2.28 cores=1,3,5,7
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 14240 0 -1 4202560 817 0 0 0 208 20 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854955813800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=3024420 CPUtime=2.06 cores=1,3,5,7
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 14240 0 -1 4202560 476 0 0 0 189 17 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854954761000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=3024420 CPUtime=2.13 cores=1,3,5,7
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 14240 0 -1 4202560 895 0 0 0 198 15 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854953708200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=3024420 CPUtime=1642.44 cores=1,3,5,7
/proc/16748/task/16759/stat : 16759 (java) R 16746 16748 14240 0 -1 4202560 153 0 0 0 164218 26 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854941297288 139854981812514 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854822237432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854821184520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16762] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16762/stat : 16762 (java) S 16746 16748 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854820132552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16763] ppid=16746 vsize=3024420 CPUtime=0.76 cores=1,3,5,7
/proc/16748/task/16763/stat : 16763 (java) S 16746 16748 14240 0 -1 4202560 3883 0 0 0 76 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854819081144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16764] ppid=16746 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/16748/task/16764/stat : 16764 (java) S 16746 16748 14240 0 -1 4202560 5973 0 0 0 74 1 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854818028344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16765] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16765/stat : 16765 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854816975736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16766] ppid=16746 vsize=3024420 CPUtime=1.14 cores=1,3,5,7
/proc/16748/task/16766/stat : 16766 (java) S 16746 16748 14240 0 -1 4202560 100 0 0 0 58 56 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854815923144 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16768] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16768/stat : 16768 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344948789 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854813791400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 3024420

[startup+1787 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 16865
/proc/meminfo: memFree=22801604/32873844 swapFree=7628/7628
[pid=16748] ppid=16746 vsize=3024420 CPUtime=1802 cores=1,3,5,7
/proc/16748/stat : 16748 (java) S 16746 16748 14240 0 -1 4202496 20841 0 1 0 179993 207 0 0 20 0 19 0 344935311 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 140736738928464 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16748/statm: 756105 423520 2306 9 0 746526 0
[pid=16748/tid=16750] ppid=16746 vsize=3024420 CPUtime=134.99 cores=1,3,5,7
/proc/16748/task/16750/stat : 16750 (java) S 16746 16748 14240 0 -1 4202560 3716 0 1 0 13481 18 0 0 20 0 19 0 344935312 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854977650008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16751] ppid=16746 vsize=3024420 CPUtime=2.17 cores=1,3,5,7
/proc/16748/task/16751/stat : 16751 (java) S 16746 16748 14240 0 -1 4202560 519 0 0 0 202 15 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854961076776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16752] ppid=16746 vsize=3024420 CPUtime=2.23 cores=1,3,5,7
/proc/16748/task/16752/stat : 16752 (java) S 16746 16748 14240 0 -1 4202560 762 0 0 0 207 16 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854960023976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16753] ppid=16746 vsize=3024420 CPUtime=1.78 cores=1,3,5,7
/proc/16748/task/16753/stat : 16753 (java) S 16746 16748 14240 0 -1 4202560 579 0 0 0 165 13 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854958971176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16754] ppid=16746 vsize=3024420 CPUtime=2.08 cores=1,3,5,7
/proc/16748/task/16754/stat : 16754 (java) S 16746 16748 14240 0 -1 4202560 658 0 0 0 192 16 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854957918376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16755] ppid=16746 vsize=3024420 CPUtime=2.22 cores=1,3,5,7
/proc/16748/task/16755/stat : 16755 (java) S 16746 16748 14240 0 -1 4202560 1127 0 0 0 204 18 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854956866600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16756] ppid=16746 vsize=3024420 CPUtime=2.28 cores=1,3,5,7
/proc/16748/task/16756/stat : 16756 (java) S 16746 16748 14240 0 -1 4202560 817 0 0 0 208 20 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854955813800 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16757] ppid=16746 vsize=3024420 CPUtime=2.06 cores=1,3,5,7
/proc/16748/task/16757/stat : 16757 (java) S 16746 16748 14240 0 -1 4202560 476 0 0 0 189 17 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854954761000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16758] ppid=16746 vsize=3024420 CPUtime=2.13 cores=1,3,5,7
/proc/16748/task/16758/stat : 16758 (java) S 16746 16748 14240 0 -1 4202560 895 0 0 0 198 15 0 0 20 0 19 0 344935313 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854953708200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16759] ppid=16746 vsize=3024420 CPUtime=1642.84 cores=1,3,5,7
/proc/16748/task/16759/stat : 16759 (java) R 16746 16748 14240 0 -1 4202560 153 0 0 0 164258 26 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854941297288 254749983203 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16760] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16760/stat : 16760 (java) S 16746 16748 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854822237432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16761] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16761/stat : 16761 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344935315 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854821184520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16762] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16762/stat : 16762 (java) S 16746 16748 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854820132552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16748/tid=16763] ppid=16746 vsize=3024420 CPUtime=0.76 cores=1,3,5,7
/proc/16748/task/16763/stat : 16763 (java) S 16746 16748 14240 0 -1 4202560 3883 0 0 0 76 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854819081144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16764] ppid=16746 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/16748/task/16764/stat : 16764 (java) S 16746 16748 14240 0 -1 4202560 5973 0 0 0 74 1 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854818028344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16748/tid=16765] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16765/stat : 16765 (java) S 16746 16748 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854816975736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16748/tid=16766] ppid=16746 vsize=3024420 CPUtime=1.14 cores=1,3,5,7
/proc/16748/task/16766/stat : 16766 (java) S 16746 16748 14240 0 -1 4202560 100 0 0 0 58 56 0 0 20 0 19 0 344935318 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854815923144 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16748/tid=16768] ppid=16746 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16748/task/16768/stat : 16768 (java) S 16746 16748 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344948789 3097006080 423520 33554432000 1073741824 1073778376 140736738937328 139854813791400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 3024420

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16748 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=258079
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=453626
# CPU time returned by wait4() is 1797.71
# while last known CPU time is 1802
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.03
CPU time (s): 1802
CPU user time (s): 1799.93
CPU system time (s): 2.07
CPU usage (%): 100.838
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.26
system time used= 2.45363
maximum resident set size= 1694304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20841
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38484
involuntary context switches= 15825

runsolver used 4.5663 second user time and 10.2284 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 07:35:09
IDJOB=3743846
IDBENCH=92636
IDSOLVER=2319
FILE ID=node145/3743846-1338788104
RUNJOBID= node145-1338762649-14257
PBS_JOBID= 14636810
Free space on /tmp= 70676 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_3_mh.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743846-1338788104/watcher-3743846-1338788104 -o /tmp/evaluation-result-3743846-1338788104/solver-3743846-1338788104 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743846-1338788104.opb           

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

MD5SUM BENCH= 5db3e12693d0fde048524c9639b75499
RANDOM SEED=626448836

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25694576 kB
Buffers:          454748 kB
Cached:          5152628 kB
SwapCached:            0 kB
Active:          2664340 kB
Inactive:        3636440 kB
Active(anon):     684652 kB
Inactive(anon):    10916 kB
Active(file):    1979688 kB
Inactive(file):  3625524 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            225496 kB
Writeback:             0 kB
AnonPages:        700608 kB
Mapped:            22352 kB
Shmem:               200 kB
Slab:             737180 kB
SReclaimable:     174440 kB
SUnreclaim:       562740 kB
KernelStack:        1584 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 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= 70484 MiB
End job on node145 at 2012-06-04 08:04:57