Trace number 3735288

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.03 1796.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.09	c no version file found!!!
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version	1.6.0_24
0.03/0.09	c os.name	Linux
0.03/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch	amd64
0.03/0.09	c Free memory 1599470296
0.03/0.09	c Max memory 1607860224
0.03/0.09	c Total memory 1607860224
0.03/0.09	c Number of processors 8
0.06/0.11	--- Begin Solver configuration ---
0.06/0.11	c Stops conflict analysis at the first Unique Implication Point
0.06/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.06/0.11	c Learn all clauses as in MiniSAT
0.06/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.06/0.11	c No reason simplification
0.06/0.11	c --- End Solver configuration ---
0.06/0.11	c solving HOME/instance-3735288-1338706496.opb
0.06/0.11	c reading problem ... 
4.18/3.23	c ... done. Wall clock time 3.122s.
4.18/3.23	c CPU time (experimental) 3.08s.
4.18/3.23	c #vars     106951
4.18/3.23	c #constraints  318782
1800.03/1796.81	c starts		: 8
1800.03/1796.81	c conflicts		: 4826
1800.03/1796.81	c decisions		: 13817
1800.03/1796.81	c propagations		: 3440913
1800.03/1796.81	c inspects		: 17782402
1800.03/1796.81	c learnt literals	: 0
1800.03/1796.81	c learnt binary clauses	: 0
1800.03/1796.81	c learnt ternary clauses	: 0
1800.03/1796.81	c learnt clauses	: 4826
1800.03/1796.81	c root simplifications	: 0
1800.03/1796.81	c removed literals (reason simplification)	: 0
1800.03/1796.81	c reason swapping (by a shorter reason)	: 0
1800.03/1796.81	c Calls to reduceDB	: 0
1800.03/1796.81	c speed (decisions/second)	: 7.703767636927681
1800.03/1796.81	c non guided choices	206
1800.03/1796.81	s UNKNOWN
1800.03/1796.81	c Total wall clock time (ms): 1796.7

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 1813
/proc/meminfo: memFree=30423216/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/1813/stat : 1813 (java) R 1811 1813 28219 0 -1 4202496 147 0 0 0 0 0 0 0 20 0 1 0 336774636 9379840 84 33554432000 1073741824 1073778376 140735480621936 140735480619064 240568522734 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1813/statm: 2290 101 76 9 0 38 0

[startup+0.064148 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 1813
/proc/meminfo: memFree=30423216/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=2623916 CPUtime=0.03 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 3954 0 1 0 3 0 0 0 20 0 13 0 336774636 2686889984 5163 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 655979 5163 1709 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100426 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 1813
/proc/meminfo: memFree=30423216/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 4345 0 1 0 6 0 0 0 20 0 18 0 336774636 3028844544 6064 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 739464 6064 1950 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.300278 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 1813
/proc/meminfo: memFree=30423216/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 5965 0 1 0 42 1 0 0 20 0 18 0 336774636 3028844544 9762 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 739464 9778 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700292 s]
/proc/loadavg: 1.92 2.00 1.99 3/194 1813
/proc/meminfo: memFree=30423216/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=2957856 CPUtime=1.09 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 9158 0 1 0 105 4 0 0 20 0 18 0 336774636 3028844544 49720 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 739464 49720 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 2957856

[startup+1.50073 s]
/proc/loadavg: 1.92 2.00 1.99 3/212 1838
/proc/meminfo: memFree=30074728/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=2957856 CPUtime=2 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 9358 0 1 0 190 10 0 0 20 0 18 0 336774636 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 739464 117844 2269 9 0 729885 0
[pid=1813/tid=1816] ppid=1811 vsize=2957856 CPUtime=1.42 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) R 1811 1813 28219 0 -1 4202560 3256 0 1 0 136 6 0 0 20 0 18 0 336774637 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140609007624560 140608857969879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 28219 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 336774639 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608991058344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 336774639 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608990005800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 28219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 336774639 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608988952744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 28219 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 336774639 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608987900200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 28219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 336774639 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608986848168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 28219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 336774639 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608985795624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 28219 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 336774639 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608984742568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 336774639 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608983690024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 336774640 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608853223784 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 336774640 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608852170104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 28219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 336774640 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608851116936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336774643 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608850065680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=2957856 CPUtime=0.21 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 28219 0 -1 4202560 2415 0 0 0 21 0 0 0 20 0 18 0 336774643 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608849013560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1834] ppid=1811 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/1813/task/1834/stat : 1834 (java) S 1811 1813 28219 0 -1 4202560 2428 0 0 0 18 0 0 0 20 0 18 0 336774643 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608847961016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1836] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1836/stat : 1836 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336774643 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608846908152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1838] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1838/stat : 1838 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336774643 3028844544 117844 33554432000 1073741824 1073778376 140737057155392 140608845855816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 2957856

[startup+3.10062 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 1841
/proc/meminfo: memFree=29959048/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=2957856 CPUtime=4.05 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 13263 0 1 0 387 18 0 0 20 0 18 0 336774636 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 739464 134543 2273 9 0 729885 0
[pid=1813/tid=1816] ppid=1811 vsize=2957856 CPUtime=2.94 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) R 1811 1813 28219 0 -1 4202560 3257 0 1 0 288 6 0 0 20 0 18 0 336774637 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140609007630936 140608857552960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 28219 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 18 0 336774639 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608991058344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 28219 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 336774639 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608990005800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 28219 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 18 0 336774639 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608988952744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 28219 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 18 0 336774639 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608987900200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 28219 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 336774639 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608986848168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 28219 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 18 0 336774639 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608985795624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 28219 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 336774639 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608984742568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 28219 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 336774639 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608983690024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 28219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 336774640 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608853223784 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 336774640 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608852170104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 28219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 336774640 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608851116936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336774643 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608850065680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=2957856 CPUtime=0.23 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 28219 0 -1 4202560 2597 0 0 0 23 0 0 0 20 0 18 0 336774643 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608849013560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1834] ppid=1811 vsize=2957856 CPUtime=0.4 cores=0,2,4,6
/proc/1813/task/1834/stat : 1834 (java) R 1811 1813 28219 0 -1 4202560 6024 0 0 0 40 0 0 0 20 0 18 0 336774643 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608847960896 140609015051072 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1836] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1836/stat : 1836 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336774643 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608846908152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1838] ppid=1811 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1838/stat : 1838 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 336774643 3028844544 134543 33554432000 1073741824 1073778376 140737057155392 140608845855816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 2957856

[startup+6.30068 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 1842
/proc/meminfo: memFree=29894132/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=3024420 CPUtime=7.5 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 13373 0 1 0 732 18 0 0 20 0 19 0 336774636 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 756105 133935 2290 9 0 746526 0
[pid=1813/tid=1816] ppid=1811 vsize=3024420 CPUtime=6.13 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) R 1811 1813 28219 0 -1 4202560 3272 0 1 0 607 6 0 0 20 0 19 0 336774637 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140609007632920 140608858078944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=3024420 CPUtime=0.07 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 28219 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 19 0 336774639 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608991058344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 28219 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 336774639 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608990005800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=3024420 CPUtime=0.07 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 28219 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 19 0 336774639 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608988952744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=3024420 CPUtime=0.05 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 28219 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 336774639 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608987900200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 28219 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 336774639 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608986848168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 28219 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 19 0 336774639 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608985795624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 28219 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 336774639 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608984742568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 28219 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 336774639 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608983690024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 28219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608853223784 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608852170104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 28219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608851116936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608850065680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 28219 0 -1 4202560 2677 0 0 0 38 0 0 0 20 0 19 0 336774643 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608849013560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1834] ppid=1811 vsize=3024420 CPUtime=0.5 cores=0,2,4,6
/proc/1813/task/1834/stat : 1834 (java) S 1811 1813 28219 0 -1 4202560 6025 0 0 0 50 0 0 0 20 0 19 0 336774643 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608847961016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1836] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1836/stat : 1836 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608846908152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1838] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1838/stat : 1838 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608845855816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1842] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1842/stat : 1842 (java) S 1811 1813 28219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 336774966 3097006080 133935 33554432000 1073741824 1073778376 140737057155392 140608843723816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 1842
/proc/meminfo: memFree=29894404/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=3024420 CPUtime=13.9 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 13373 0 1 0 1372 18 0 0 20 0 19 0 336774636 3097006080 133911 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=1813/tid=1832] ppid=1811 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 28219 0 -1 4202560 3085 0 0 0 44 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608849013560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1834] ppid=1811 vsize=3024420 CPUtime=0.63 cores=0,2,4,6
/proc/1813/task/1834/stat : 1834 (java) S 1811 1813 28219 0 -1 4202560 6050 0 0 0 63 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608847961016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1836] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1836/stat : 1836 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608846908152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1838] ppid=1811 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/1813/task/1838/stat : 1838 (java) S 1811 1813 28219 0 -1 4202560 99 0 0 0 21 18 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608845855816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1842] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1842/stat : 1842 (java) S 1811 1813 28219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 336774966 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608843723816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.51
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.02 2.09 2.04 3/213 2168
/proc/meminfo: memFree=29032156/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=3024420 CPUtime=1785.52 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 15722 0 1 0 178418 134 0 0 20 0 19 0 336774636 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 756105 421781 2301 9 0 746526 0
[pid=1813/tid=1816] ppid=1811 vsize=3024420 CPUtime=1775.27 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) R 1811 1813 28219 0 -1 4202560 3289 0 1 0 177494 33 0 0 20 0 19 0 336774637 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140609007631648 140608857909029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 28219 0 -1 4202560 254 0 0 0 21 15 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608991058344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=3024420 CPUtime=0.29 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 28219 0 -1 4202560 179 0 0 0 18 11 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608990005800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=3024420 CPUtime=0.43 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 28219 0 -1 4202560 295 0 0 0 28 15 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608988952744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=3024420 CPUtime=0.31 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 28219 0 -1 4202560 233 0 0 0 17 14 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608987900200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 28219 0 -1 4202560 177 0 0 0 17 10 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608986848168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 28219 0 -1 4202560 175 0 0 0 16 11 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608985795624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 28219 0 -1 4202560 187 0 0 0 15 12 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608984742568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=3024420 CPUtime=0.41 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 28219 0 -1 4202560 306 0 0 0 25 16 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608983690024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=3024420 CPUtime=1.62 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 28219 0 -1 4202560 203 0 0 0 156 6 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608853223784 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608852170104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 28219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608851116936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608850065680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 28219 0 -1 4202560 3085 0 0 0 44 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608849013560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1834] ppid=1811 vsize=3024420 CPUtime=0.63 cores=0,2,4,6
/proc/1813/task/1834/stat : 1834 (java) S 1811 1813 28219 0 -1 4202560 6050 0 0 0 63 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608847961016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1836] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1836/stat : 1836 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608846908152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1838] ppid=1811 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/1813/task/1838/stat : 1838 (java) S 1811 1813 28219 0 -1 4202560 103 0 0 0 22 18 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608845855816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1842] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1842/stat : 1842 (java) S 1811 1813 28219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 336774966 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608843723816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.02 2.08 2.04 3/213 2168
/proc/meminfo: memFree=29032032/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=3024420 CPUtime=1800.03 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 15722 0 1 0 179869 134 0 0 20 0 19 0 336774636 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 756105 421781 2301 9 0 746526 0
[pid=1813/tid=1816] ppid=1811 vsize=3024420 CPUtime=1789.74 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) R 1811 1813 28219 0 -1 4202560 3289 0 1 0 178940 34 0 0 20 0 19 0 336774637 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140609007631648 140608858258445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 28219 0 -1 4202560 254 0 0 0 21 15 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608991058344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=3024420 CPUtime=0.29 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 28219 0 -1 4202560 179 0 0 0 18 11 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608990005800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=3024420 CPUtime=0.43 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 28219 0 -1 4202560 295 0 0 0 28 15 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608988952744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=3024420 CPUtime=0.31 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 28219 0 -1 4202560 233 0 0 0 17 14 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608987900200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 28219 0 -1 4202560 177 0 0 0 17 10 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608986848168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 28219 0 -1 4202560 175 0 0 0 16 11 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608985795624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 28219 0 -1 4202560 187 0 0 0 15 12 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608984742568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=3024420 CPUtime=0.41 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 28219 0 -1 4202560 306 0 0 0 25 16 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608983690024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=3024420 CPUtime=1.62 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 28219 0 -1 4202560 203 0 0 0 156 6 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608853223784 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608852170104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 28219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608851116936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608850065680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 28219 0 -1 4202560 3085 0 0 0 44 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608849013560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1834] ppid=1811 vsize=3024420 CPUtime=0.63 cores=0,2,4,6
/proc/1813/task/1834/stat : 1834 (java) S 1811 1813 28219 0 -1 4202560 6050 0 0 0 63 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608847961016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1836] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1836/stat : 1836 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608846908152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1838] ppid=1811 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/1813/task/1838/stat : 1838 (java) S 1811 1813 28219 0 -1 4202560 103 0 0 0 22 18 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608845855816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1842] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1842/stat : 1842 (java) S 1811 1813 28219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 336774966 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608843723816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+1796.8 s]
/proc/loadavg: 2.02 2.08 2.04 3/213 2168
/proc/meminfo: memFree=29032032/32873844 swapFree=7116/7116
[pid=1813] ppid=1811 vsize=3024420 CPUtime=1800.03 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 28219 0 -1 4202496 15722 0 1 0 179869 134 0 0 20 0 19 0 336774636 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140737057146528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1813/statm: 756105 421781 2301 9 0 746526 0
[pid=1813/tid=1816] ppid=1811 vsize=3024420 CPUtime=1789.74 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) R 1811 1813 28219 0 -1 4202560 3289 0 1 0 178940 34 0 0 20 0 19 0 336774637 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140609007631648 140608858258445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 28219 0 -1 4202560 254 0 0 0 21 15 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608991058344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=3024420 CPUtime=0.29 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 28219 0 -1 4202560 179 0 0 0 18 11 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608990005800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=3024420 CPUtime=0.43 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 28219 0 -1 4202560 295 0 0 0 28 15 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608988952744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=3024420 CPUtime=0.31 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 28219 0 -1 4202560 233 0 0 0 17 14 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608987900200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 28219 0 -1 4202560 177 0 0 0 17 10 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608986848168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 28219 0 -1 4202560 175 0 0 0 16 11 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608985795624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 28219 0 -1 4202560 187 0 0 0 15 12 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608984742568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=3024420 CPUtime=0.41 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 28219 0 -1 4202560 306 0 0 0 25 16 0 0 20 0 19 0 336774639 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608983690024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=3024420 CPUtime=1.62 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 28219 0 -1 4202560 203 0 0 0 156 6 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608853223784 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 28219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608852170104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 28219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336774640 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608851116936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608850065680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 28219 0 -1 4202560 3085 0 0 0 44 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608849013560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1813/tid=1834] ppid=1811 vsize=3024420 CPUtime=0.63 cores=0,2,4,6
/proc/1813/task/1834/stat : 1834 (java) S 1811 1813 28219 0 -1 4202560 6050 0 0 0 63 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608847961016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1836] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1836/stat : 1836 (java) S 1811 1813 28219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608846908152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1813/tid=1838] ppid=1811 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/1813/task/1838/stat : 1838 (java) S 1811 1813 28219 0 -1 4202560 103 0 0 0 22 18 0 0 20 0 19 0 336774643 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608845855816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1813/tid=1842] ppid=1811 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1842/stat : 1842 (java) S 1811 1813 28219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 336774966 3097006080 421781 33554432000 1073741824 1073778376 140737057155392 140608843723816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3024420

Child status: 143

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

Real time (s): 1796.82
CPU time (s): 1800.03
CPU user time (s): 1798.69
CPU system time (s): 1.34
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 1.76073
maximum resident set size= 1687244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15753
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38189
involuntary context switches= 6508

runsolver used 5.50116 second user time and 14.0019 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 08:54:57
IDJOB=3735288
IDBENCH=2960
IDSOLVER=2319
FILE ID=node146/3735288-1338706496
RUNJOBID= node146-1338678624-28238
PBS_JOBID= 14636667
Free space on /tmp= 70844 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735288-1338706496/watcher-3735288-1338706496 -o /tmp/evaluation-result-3735288-1338706496/solver-3735288-1338706496 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3735288-1338706496.opb           

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=1027494535

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30423216 kB
Buffers:          148344 kB
Cached:           305968 kB
SwapCached:         1796 kB
Active:          1430484 kB
Inactive:         243064 kB
Active(anon):    1219980 kB
Inactive(anon):     1664 kB
Active(file):     210504 kB
Inactive(file):   241400 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099884 kB
Dirty:             23788 kB
Writeback:             0 kB
AnonPages:       1250148 kB
Mapped:            17240 kB
Shmem:                 0 kB
Slab:             613232 kB
SReclaimable:      53124 kB
SUnreclaim:       560108 kB
KernelStack:        1592 kB
PageTables:         6700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70860 MiB
End job on node146 at 2012-06-03 09:24:56