Trace number 3744698

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-23No Cert. 832.27 826.256

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb1-0.20-13.opb
MD5SUM33fd175b84968779bfb4b5b76f997c8b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11676
Best CPU time to get the best result obtained on this benchmark1800.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables216117
Total number of constraints3620088
Number of constraints which are clauses3620088
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3744698-1338807341.opb
0.08/0.10	c reading problem ... 
17.36/14.24	c ... done. Wall clock time 14.139s.
17.36/14.24	c CPU time (experimental) 13.22s.
17.36/14.24	c #vars     216117
17.36/14.24	c #constraints  1364497
21.77/18.11	c SATISFIABLE
21.77/18.11	c OPTIMIZING...
21.77/18.11	c Got one! Elapsed wall clock time (in seconds):18.007
23.41/19.76	o 884472
26.31/22.56	c Got one! Elapsed wall clock time (in seconds):22.461
28.02/24.23	o 739840
31.96/28.06	c Got one! Elapsed wall clock time (in seconds):27.961
33.66/29.75	o 571368
37.76/33.83	c Got one! Elapsed wall clock time (in seconds):33.724
39.46/35.55	o 363283
47.07/43.15	c Got one! Elapsed wall clock time (in seconds):43.047
48.76/44.87	o 314542
66.25/62.16	c Got one! Elapsed wall clock time (in seconds):62.06
67.95/63.90	o 238403
812.06/806.04	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
813.46/807.46		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
813.46/807.46		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
816.56/810.50		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
816.56/810.50		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
822.75/816.71	c starts		: 49
822.75/816.71	c conflicts		: 447176
822.75/816.71	c decisions		: 5626843
822.75/816.71	c propagations		: 480335933
822.75/816.71	c inspects		: 372629513
822.75/816.71	c learnt literals	: 112
822.75/816.71	c learnt binary clauses	: 291
822.75/816.71	c learnt ternary clauses	: 647
822.75/816.71	c learnt clauses	: 447063
822.75/816.71	c root simplifications	: 0
824.85/818.84	c removed literals (reason simplification)	: 0
828.86/822.87	c reason swapping (by a shorter reason)	: 0
828.86/822.87	c Calls to reduceDB	: 0
828.86/822.87	c speed (decisions/second)	: 7431.05971162405
828.86/822.87	c non guided choices	715478
828.86/822.87	s SATISFIABLE
832.27/826.24	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 11412
/proc/meminfo: memFree=26641860/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11412/stat : 11412 (java) D 11410 11412 8924 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 346860084 9515008 183 33554432000 1073741824 1073778376 140734436283792 140734436274824 272886480565 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/11412/statm: 2323 183 140 9 0 71 0

[startup+0.020526 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 11412
/proc/meminfo: memFree=26641860/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 346860084 105127936 1109 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 25666 1109 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100302 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 11412
/proc/meminfo: memFree=26641860/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 4872 0 1 0 8 0 0 0 20 0 18 0 346860084 3028844544 6570 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 739464 6571 2099 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300297 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 11412
/proc/meminfo: memFree=26641860/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=2957856 CPUtime=0.46 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 6025 0 1 0 45 1 0 0 20 0 18 0 346860084 3028844544 12234 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 739464 12234 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2957856

[startup+0.700328 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 11412
/proc/meminfo: memFree=26641860/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=2957856 CPUtime=1.1 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 9508 0 1 0 106 4 0 0 20 0 18 0 346860084 3028844544 49213 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 739464 49213 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2957856

[startup+1.50079 s]
/proc/loadavg: 1.99 2.00 1.99 3/212 11430
/proc/meminfo: memFree=26303480/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=2957856 CPUtime=2.02 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 9706 0 1 0 190 12 0 0 20 0 18 0 346860084 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 739464 116824 2266 9 0 729885 0
[pid=11412/tid=11414] ppid=11410 vsize=2957856 CPUtime=1.42 cores=1,3,5,7
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 8924 0 -1 4202560 3221 0 1 0 133 9 0 0 20 0 18 0 346860086 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139678128169072 272889865485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 8924 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346860087 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139678111603240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 8924 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 346860087 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139678110550440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 8924 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 346860087 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139678109497640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 8924 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 346860087 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677990381736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 8924 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346860087 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677989329960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 8924 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346860087 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677988277160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 8924 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346860087 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677987224360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11422] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11422/stat : 11422 (java) S 11410 11412 8924 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346860087 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677986171560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11423] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11423/stat : 11423 (java) S 11410 11412 8924 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346860088 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677503842792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11424] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11424/stat : 11424 (java) S 11410 11412 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346860089 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677502788856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11425] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11425/stat : 11425 (java) S 11410 11412 8924 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346860089 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677501735944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11426] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11426/stat : 11426 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677500684432 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11427] ppid=11410 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/11412/task/11427/stat : 11427 (java) S 11410 11412 8924 0 -1 4202560 2641 0 0 0 23 0 0 0 20 0 18 0 346860091 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677499632568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11428] ppid=11410 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/11412/task/11428/stat : 11428 (java) S 11410 11412 8924 0 -1 4202560 2587 0 0 0 18 0 0 0 20 0 18 0 346860091 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677498579768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11429] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11429/stat : 11429 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677497527160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11430] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11430/stat : 11430 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 116824 33554432000 1073741824 1073778376 140737085902368 139677496474568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 2957856

[startup+3.10078 s]
/proc/loadavg: 1.99 2.00 1.99 3/212 11430
/proc/meminfo: memFree=26143244/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=2957856 CPUtime=3.89 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 9831 0 1 0 369 20 0 0 20 0 18 0 346860084 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 739464 129140 2266 9 0 729885 0
[pid=11412/tid=11414] ppid=11410 vsize=2957856 CPUtime=2.92 cores=1,3,5,7
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 8924 0 -1 4202560 3223 0 1 0 283 9 0 0 20 0 18 0 346860086 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139678128169360 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 8924 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 346860087 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139678111603240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 8924 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 346860087 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139678110550440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 8924 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 18 0 346860087 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139678109497640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 8924 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 18 0 346860087 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677990381736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 8924 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 346860087 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677989329960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 8924 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 346860087 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677988277160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 8924 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 18 0 346860087 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677987224360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11422] ppid=11410 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11412/task/11422/stat : 11422 (java) S 11410 11412 8924 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 346860087 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677986171560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11423] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11423/stat : 11423 (java) S 11410 11412 8924 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346860088 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677503842792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11424] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11424/stat : 11424 (java) S 11410 11412 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346860089 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677502788856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11425] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11425/stat : 11425 (java) S 11410 11412 8924 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346860089 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677501735944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11426] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11426/stat : 11426 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677500684432 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11427] ppid=11410 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/11412/task/11427/stat : 11427 (java) S 11410 11412 8924 0 -1 4202560 2641 0 0 0 23 0 0 0 20 0 18 0 346860091 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677499632568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11428] ppid=11410 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/11412/task/11428/stat : 11428 (java) S 11410 11412 8924 0 -1 4202560 2587 0 0 0 18 0 0 0 20 0 18 0 346860091 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677498579768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11429] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11429/stat : 11429 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677497527160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11430] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11430/stat : 11430 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 129140 33554432000 1073741824 1073778376 140737085902368 139677496474568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 2957856

[startup+6.30077 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 11430
/proc/meminfo: memFree=26083288/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=2957856 CPUtime=7.8 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 10069 0 1 0 748 32 0 0 20 0 18 0 346860084 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 739464 149176 2266 9 0 729885 0
[pid=11412/tid=11414] ppid=11410 vsize=2957856 CPUtime=5.86 cores=1,3,5,7
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 8924 0 -1 4202560 3228 0 1 0 577 9 0 0 20 0 18 0 346860086 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139678128169520 139677990948291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 8924 0 -1 4202560 68 0 0 0 20 3 0 0 20 0 18 0 346860087 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139678111603240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=2957856 CPUtime=0.14 cores=1,3,5,7
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 8924 0 -1 4202560 41 0 0 0 12 2 0 0 20 0 18 0 346860087 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139678110550440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 8924 0 -1 4202560 44 0 0 0 13 2 0 0 20 0 18 0 346860087 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139678109497640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 8924 0 -1 4202560 80 0 0 0 20 4 0 0 20 0 18 0 346860087 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677990381736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=2957856 CPUtime=0.17 cores=1,3,5,7
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 8924 0 -1 4202560 66 0 0 0 14 3 0 0 20 0 18 0 346860087 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677989329960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 8924 0 -1 4202560 45 0 0 0 13 2 0 0 20 0 18 0 346860087 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677988277160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 8924 0 -1 4202560 49 0 0 0 13 3 0 0 20 0 18 0 346860087 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677987224360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11422] ppid=11410 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/11412/task/11422/stat : 11422 (java) S 11410 11412 8924 0 -1 4202560 37 0 0 0 8 2 0 0 20 0 18 0 346860087 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677986171560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11423] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11423/stat : 11423 (java) S 11410 11412 8924 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346860088 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677503842792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11424] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11424/stat : 11424 (java) S 11410 11412 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346860089 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677502788856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11425] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11425/stat : 11425 (java) S 11410 11412 8924 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346860089 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677501735944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11426] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11426/stat : 11426 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677500684432 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11427] ppid=11410 vsize=2957856 CPUtime=0.25 cores=1,3,5,7
/proc/11412/task/11427/stat : 11427 (java) S 11410 11412 8924 0 -1 4202560 2642 0 0 0 25 0 0 0 20 0 18 0 346860091 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677499632568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11428] ppid=11410 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/11412/task/11428/stat : 11428 (java) S 11410 11412 8924 0 -1 4202560 2587 0 0 0 18 0 0 0 20 0 18 0 346860091 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677498579768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11429] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11429/stat : 11429 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677497527160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11430] ppid=11410 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11430/stat : 11430 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346860091 3028844544 149176 33554432000 1073741824 1073778376 140737085902368 139677496474568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 11430
/proc/meminfo: memFree=25953912/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=2957856 CPUtime=15.62 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 11467 0 1 0 1514 48 0 0 20 0 18 0 346860084 3028844544 175477 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 739464 175477 2266 9 0 729885 0
[pid=11412/tid=11414] ppid=11410 vsize=2957856 CPUtime=11.75 cores=1,3,5,7

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

/proc/11412/task/11426/stat : 11426 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677500684432 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11427] ppid=11410 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/11412/task/11427/stat : 11427 (java) S 11410 11412 8924 0 -1 4202560 3700 0 0 0 73 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677499632568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11428] ppid=11410 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/11412/task/11428/stat : 11428 (java) S 11410 11412 8924 0 -1 4202560 3365 0 0 0 55 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677498579768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11429] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11429/stat : 11429 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677497527160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11430] ppid=11410 vsize=3090984 CPUtime=0.19 cores=1,3,5,7
/proc/11412/task/11430/stat : 11430 (java) S 11410 11412 8924 0 -1 4202560 47 0 0 0 10 9 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677496474568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11437] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11437/stat : 11437 (java) S 11410 11412 8924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346866651 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677494343080 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11467] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11467/stat : 11467 (java) S 11410 11412 8924 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 346941419 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677493289512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 830.96
Current children cumulated vsize (KiB) 3090984

[startup+825.701 s]
/proc/loadavg: 2.08 2.07 2.01 3/215 11467
/proc/meminfo: memFree=24832460/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=3090984 CPUtime=831.76 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 15513 0 1 0 83018 158 0 0 20 0 20 0 346860084 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 772746 420199 2305 9 0 763167 0
[pid=11412/tid=11414] ppid=11410 vsize=3090984 CPUtime=777.01 cores=1,3,5,7
/proc/11412/task/11414/stat : 11414 (java) S 11410 11412 8924 0 -1 4202560 3312 0 1 0 77677 24 0 0 20 0 20 0 346860086 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678128178360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 8924 0 -1 4202560 380 0 0 0 64 15 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678111603240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=3090984 CPUtime=0.7 cores=1,3,5,7
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 8924 0 -1 4202560 448 0 0 0 58 12 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678110550440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 8924 0 -1 4202560 490 0 0 0 66 18 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678109497640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 8924 0 -1 4202560 515 0 0 0 62 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677990381736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 8924 0 -1 4202560 383 0 0 0 56 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677989329960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 8924 0 -1 4202560 501 0 0 0 67 18 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677988277160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 8924 0 -1 4202560 491 0 0 0 62 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677987224360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11422] ppid=11410 vsize=3090984 CPUtime=0.77 cores=1,3,5,7
/proc/11412/task/11422/stat : 11422 (java) S 11410 11412 8924 0 -1 4202560 522 0 0 0 60 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677986171560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11423] ppid=11410 vsize=3090984 CPUtime=44.83 cores=1,3,5,7
/proc/11412/task/11423/stat : 11423 (java) R 11410 11412 8924 0 -1 4202560 129 0 0 0 4480 3 0 0 20 0 20 0 346860088 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677503842952 139678132339057 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11424] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11424/stat : 11424 (java) S 11410 11412 8924 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346860089 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677502788856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11425] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11425/stat : 11425 (java) S 11410 11412 8924 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 346860089 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677501735944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11426] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11426/stat : 11426 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677500684432 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11427] ppid=11410 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/11412/task/11427/stat : 11427 (java) S 11410 11412 8924 0 -1 4202560 3700 0 0 0 73 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677499632568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11428] ppid=11410 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/11412/task/11428/stat : 11428 (java) S 11410 11412 8924 0 -1 4202560 3365 0 0 0 55 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677498579768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11429] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11429/stat : 11429 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677497527160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11430] ppid=11410 vsize=3090984 CPUtime=0.19 cores=1,3,5,7
/proc/11412/task/11430/stat : 11430 (java) S 11410 11412 8924 0 -1 4202560 47 0 0 0 10 9 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677496474568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11437] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11437/stat : 11437 (java) S 11410 11412 8924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346866651 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677494343080 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11467] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11467/stat : 11467 (java) S 11410 11412 8924 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 346941419 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677493289720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 831.76
Current children cumulated vsize (KiB) 3090984

[startup+826.101 s]
/proc/loadavg: 2.08 2.07 2.01 3/215 11467
/proc/meminfo: memFree=24832460/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=3090984 CPUtime=832.16 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 15513 0 1 0 83058 158 0 0 20 0 20 0 346860084 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 772746 420199 2305 9 0 763167 0
[pid=11412/tid=11414] ppid=11410 vsize=3090984 CPUtime=777.01 cores=1,3,5,7
/proc/11412/task/11414/stat : 11414 (java) S 11410 11412 8924 0 -1 4202560 3312 0 1 0 77677 24 0 0 20 0 20 0 346860086 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678128178360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 8924 0 -1 4202560 380 0 0 0 64 15 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678111603240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=3090984 CPUtime=0.7 cores=1,3,5,7
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 8924 0 -1 4202560 448 0 0 0 58 12 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678110550440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 8924 0 -1 4202560 490 0 0 0 66 18 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678109497640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 8924 0 -1 4202560 515 0 0 0 62 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677990381736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 8924 0 -1 4202560 383 0 0 0 56 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677989329960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 8924 0 -1 4202560 501 0 0 0 67 18 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677988277160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 8924 0 -1 4202560 491 0 0 0 62 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677987224360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11422] ppid=11410 vsize=3090984 CPUtime=0.77 cores=1,3,5,7
/proc/11412/task/11422/stat : 11422 (java) S 11410 11412 8924 0 -1 4202560 522 0 0 0 60 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677986171560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11423] ppid=11410 vsize=3090984 CPUtime=45.23 cores=1,3,5,7
/proc/11412/task/11423/stat : 11423 (java) R 11410 11412 8924 0 -1 4202560 129 0 0 0 4520 3 0 0 20 0 20 0 346860088 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677503842952 272886153492 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11424] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11424/stat : 11424 (java) S 11410 11412 8924 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346860089 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677502788856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11425] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11425/stat : 11425 (java) S 11410 11412 8924 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 346860089 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677501735944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11426] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11426/stat : 11426 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677500684432 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11427] ppid=11410 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/11412/task/11427/stat : 11427 (java) S 11410 11412 8924 0 -1 4202560 3700 0 0 0 73 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677499632568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11428] ppid=11410 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/11412/task/11428/stat : 11428 (java) S 11410 11412 8924 0 -1 4202560 3365 0 0 0 55 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677498579768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11429] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11429/stat : 11429 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677497527160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11430] ppid=11410 vsize=3090984 CPUtime=0.19 cores=1,3,5,7
/proc/11412/task/11430/stat : 11430 (java) S 11410 11412 8924 0 -1 4202560 47 0 0 0 10 9 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677496474568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11437] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11437/stat : 11437 (java) S 11410 11412 8924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346866651 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677494343080 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11467] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11467/stat : 11467 (java) S 11410 11412 8924 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 346941419 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677493289720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 832.16
Current children cumulated vsize (KiB) 3090984

[startup+826.201 s]
/proc/loadavg: 2.08 2.07 2.01 3/215 11467
/proc/meminfo: memFree=24832460/32873844 swapFree=7112/7112
[pid=11412] ppid=11410 vsize=3090984 CPUtime=832.27 cores=1,3,5,7
/proc/11412/stat : 11412 (java) S 11410 11412 8924 0 -1 4202496 15513 0 1 0 83069 158 0 0 20 0 20 0 346860084 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 140737085893504 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11412/statm: 772746 420199 2305 9 0 763167 0
[pid=11412/tid=11414] ppid=11410 vsize=3090984 CPUtime=777.01 cores=1,3,5,7
/proc/11412/task/11414/stat : 11414 (java) S 11410 11412 8924 0 -1 4202560 3312 0 1 0 77677 24 0 0 20 0 20 0 346860086 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678128178360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 8924 0 -1 4202560 380 0 0 0 64 15 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678111603240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=3090984 CPUtime=0.7 cores=1,3,5,7
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 8924 0 -1 4202560 448 0 0 0 58 12 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678110550440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 8924 0 -1 4202560 490 0 0 0 66 18 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139678109497640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 8924 0 -1 4202560 515 0 0 0 62 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677990381736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 8924 0 -1 4202560 383 0 0 0 56 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677989329960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 8924 0 -1 4202560 501 0 0 0 67 18 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677988277160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=3090984 CPUtime=0.79 cores=1,3,5,7
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 8924 0 -1 4202560 491 0 0 0 62 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677987224360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11422] ppid=11410 vsize=3090984 CPUtime=0.77 cores=1,3,5,7
/proc/11412/task/11422/stat : 11422 (java) S 11410 11412 8924 0 -1 4202560 522 0 0 0 60 17 0 0 20 0 20 0 346860087 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677986171560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11423] ppid=11410 vsize=3090984 CPUtime=45.33 cores=1,3,5,7
/proc/11412/task/11423/stat : 11423 (java) R 11410 11412 8924 0 -1 4202560 129 0 0 0 4530 3 0 0 20 0 20 0 346860088 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677503842952 272886153548 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11424] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11424/stat : 11424 (java) S 11410 11412 8924 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346860089 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677502788856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11425] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11425/stat : 11425 (java) S 11410 11412 8924 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 346860089 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677501735944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11426] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11426/stat : 11426 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677500684432 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11427] ppid=11410 vsize=3090984 CPUtime=0.73 cores=1,3,5,7
/proc/11412/task/11427/stat : 11427 (java) S 11410 11412 8924 0 -1 4202560 3700 0 0 0 73 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677499632568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11412/tid=11428] ppid=11410 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/11412/task/11428/stat : 11428 (java) S 11410 11412 8924 0 -1 4202560 3365 0 0 0 55 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677498579768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11429] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11429/stat : 11429 (java) S 11410 11412 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677497527160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11412/tid=11430] ppid=11410 vsize=3090984 CPUtime=0.19 cores=1,3,5,7
/proc/11412/task/11430/stat : 11430 (java) S 11410 11412 8924 0 -1 4202560 47 0 0 0 10 9 0 0 20 0 20 0 346860091 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677496474568 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11412/tid=11437] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11437/stat : 11437 (java) S 11410 11412 8924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346866651 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677494343080 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11412/tid=11467] ppid=11410 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/11412/task/11467/stat : 11467 (java) S 11410 11412 8924 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 346941419 3165167616 420199 33554432000 1073741824 1073778376 140737085902368 139677493289720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 832.27
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11412 and gives
#  childrusage.ru_utime.tv_sec=828
#  childrusage.ru_utime.tv_usec=566038
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=800726
# CPU time returned by wait4() is 830.367
# while last known CPU time is 832.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 826.256
CPU time (s): 832.27
CPU user time (s): 830.69
CPU system time (s): 1.58
CPU usage (%): 100.728
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 828.566
system time used= 1.80073
maximum resident set size= 1680812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15526
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18603
involuntary context switches= 6216

runsolver used 1.92371 second user time and 4.82427 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-04 12:55:44
IDJOB=3744698
IDBENCH=92809
IDSOLVER=2319
FILE ID=node119/3744698-1338807341
RUNJOBID= node119-1338784193-8941
PBS_JOBID= 14636847
Free space on /tmp= 70728 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb1-0.20-13.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744698-1338807341/watcher-3744698-1338807341 -o /tmp/evaluation-result-3744698-1338807341/solver-3744698-1338807341 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744698-1338807341.opb           

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

MD5SUM BENCH= 33fd175b84968779bfb4b5b76f997c8b
RANDOM SEED=1772379290

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26642240 kB
Buffers:          436668 kB
Cached:          3391344 kB
SwapCached:         1936 kB
Active:          3262256 kB
Inactive:        2115380 kB
Active(anon):    1545260 kB
Inactive(anon):     6616 kB
Active(file):    1716996 kB
Inactive(file):  2108764 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100224 kB
Dirty:            116588 kB
Writeback:             0 kB
AnonPages:       1555284 kB
Mapped:            20028 kB
Shmem:                 0 kB
Slab:             710372 kB
SReclaimable:     151972 kB
SUnreclaim:       558400 kB
KernelStack:        1584 kB
PageTables:         7208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1832340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1511424 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= 70724 MiB
End job on node119 at 2012-06-04 13:09:30