Trace number 3744260

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_4_mh.opb
MD5SUMe26037534ca85468c1cdb9d8f58c6c52
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3385478
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 148877000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 69830910074
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 148877000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 69830910074
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3744260-1338797006.opb
0.08/0.11	c reading problem ... 
6.55/4.56	c ... done. Wall clock time 4.453s.
6.55/4.56	c CPU time (experimental) 4.11s.
6.55/4.56	c #vars     250200
6.55/4.56	c #constraints  610308
1786.51/1727.54	c cleaning 46492 clauses out of 93000 for limit 2.7612900952913442E-5
1800.09/1740.51	c starts		: 16
1800.09/1740.51	c conflicts		: 93189
1800.09/1740.51	c decisions		: 479042
1800.09/1740.51	c propagations		: 282080342
1800.09/1740.51	c inspects		: 3766650544
1800.09/1740.51	c learnt literals	: 0
1800.09/1740.51	c learnt binary clauses	: 7
1800.09/1740.51	c learnt ternary clauses	: 2
1800.09/1740.51	c learnt clauses	: 93188
1800.09/1740.51	c root simplifications	: 0
1800.09/1740.51	c removed literals (reason simplification)	: 0
1800.09/1740.51	c reason swapping (by a shorter reason)	: 0
1800.09/1740.51	c Calls to reduceDB	: 1
1800.09/1740.51	c speed (decisions/second)	: 275.9852790029912
1800.09/1740.51	c non guided choices	0
1800.09/1740.51	s UNKNOWN
1800.09/1740.51	c Total wall clock time (ms): 1740.403

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/191 11774
/proc/meminfo: memFree=25794164/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/11774/stat : 11774 (java) R 11772 11774 9704 0 -1 4202496 284 0 0 0 0 0 0 0 20 0 1 0 345826607 278528 33 33554432000 1073741824 1073778376 140734670156032 140733479164344 273439354151 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 68 33 25 9 0 25 0

[startup+0.0235459 s]
/proc/loadavg: 2.00 2.01 2.00 3/191 11774
/proc/meminfo: memFree=25794164/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=1880456 CPUtime=0 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 2645 0 1 0 0 0 0 0 20 0 2 0 345826607 1925586944 2326 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 470114 2345 942 9 0 461223 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1880456

[startup+0.10023 s]
/proc/loadavg: 2.00 2.01 2.00 3/191 11774
/proc/meminfo: memFree=25794164/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 4894 0 1 0 7 1 0 0 20 0 18 0 345826607 3028844544 6102 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 739464 6102 2089 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.30024 s]
/proc/loadavg: 2.00 2.01 2.00 3/191 11774
/proc/meminfo: memFree=25794164/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 5910 0 1 0 41 2 0 0 20 0 18 0 345826607 3028844544 16052 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 739464 16052 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700276 s]
/proc/loadavg: 2.00 2.01 2.00 3/191 11774
/proc/meminfo: memFree=25794164/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=2957856 CPUtime=1.01 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 6305 0 1 0 96 5 0 0 20 0 18 0 345826607 3028844544 53614 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 739464 53614 2243 9 0 729885 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 2957856

[startup+1.50068 s]
/proc/loadavg: 2.00 2.01 2.00 3/209 11792
/proc/meminfo: memFree=25492668/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=2957856 CPUtime=2.41 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 10274 0 1 0 226 15 0 0 20 0 18 0 345826607 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 739464 128485 2274 9 0 729885 0
[pid=11774/tid=11776] ppid=11772 vsize=2957856 CPUtime=1.39 cores=0,2,4,6
/proc/11774/task/11776/stat : 11776 (java) R 11772 11774 9704 0 -1 4202560 3277 0 1 0 131 8 0 0 20 0 18 0 345826608 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405232582120 140405172851548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11777] ppid=11772 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11774/task/11777/stat : 11777 (java) S 11772 11774 9704 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 345826610 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405098146088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11778] ppid=11772 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11774/task/11778/stat : 11778 (java) S 11772 11774 9704 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 18 0 345826610 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405097093288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11779] ppid=11772 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11774/task/11779/stat : 11779 (java) S 11772 11774 9704 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345826610 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405096041000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11780] ppid=11772 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11774/task/11780/stat : 11780 (java) S 11772 11774 9704 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 18 0 345826610 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405094988200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11781] ppid=11772 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11774/task/11781/stat : 11781 (java) S 11772 11774 9704 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 345826610 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405093935912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11782] ppid=11772 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11774/task/11782/stat : 11782 (java) S 11772 11774 9704 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345826610 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405092883112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11783] ppid=11772 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11774/task/11783/stat : 11783 (java) S 11772 11774 9704 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 345826610 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405091830824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11784] ppid=11772 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11774/task/11784/stat : 11784 (java) S 11772 11774 9704 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 345826610 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405090778024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11785] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11785/stat : 11785 (java) S 11772 11774 9704 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345826611 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405078579432 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11786] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11786/stat : 11786 (java) S 11772 11774 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345826612 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405077525496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11787] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11787/stat : 11787 (java) S 11772 11774 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345826612 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405076473096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11788] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11788/stat : 11788 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826614 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405075421584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11789] ppid=11772 vsize=2957856 CPUtime=0.36 cores=0,2,4,6
/proc/11774/task/11789/stat : 11789 (java) S 11772 11774 9704 0 -1 4202560 2558 0 0 0 36 0 0 0 20 0 18 0 345826614 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405074369208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11790] ppid=11772 vsize=2957856 CPUtime=0.32 cores=0,2,4,6
/proc/11774/task/11790/stat : 11790 (java) S 11772 11774 9704 0 -1 4202560 3074 0 0 0 32 0 0 0 20 0 18 0 345826614 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405073316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11791] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11791/stat : 11791 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826614 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405072264312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11792] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11792/stat : 11792 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826614 3028844544 128485 33554432000 1073741824 1073778376 140734670156032 140405071211720 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 2957856

[startup+3.10068 s]
/proc/loadavg: 2.00 2.01 2.00 3/209 11792
/proc/meminfo: memFree=25288304/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=2957856 CPUtime=4.5 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 14091 0 1 0 423 27 0 0 20 0 18 0 345826607 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 739464 152421 2284 9 0 729885 0
[pid=11774/tid=11776] ppid=11772 vsize=2957856 CPUtime=2.88 cores=0,2,4,6
/proc/11774/task/11776/stat : 11776 (java) R 11772 11774 9704 0 -1 4202560 3278 0 1 0 279 9 0 0 20 0 18 0 345826608 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405232574752 140405172386208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11777] ppid=11772 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11774/task/11777/stat : 11777 (java) S 11772 11774 9704 0 -1 4202560 48 0 0 0 4 2 0 0 20 0 18 0 345826610 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405098146088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11778] ppid=11772 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/11774/task/11778/stat : 11778 (java) S 11772 11774 9704 0 -1 4202560 50 0 0 0 5 3 0 0 20 0 18 0 345826610 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405097093288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11779] ppid=11772 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11774/task/11779/stat : 11779 (java) S 11772 11774 9704 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 18 0 345826610 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405096041000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11780] ppid=11772 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/11774/task/11780/stat : 11780 (java) S 11772 11774 9704 0 -1 4202560 76 0 0 0 8 3 0 0 20 0 18 0 345826610 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405094988200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11781] ppid=11772 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/11774/task/11781/stat : 11781 (java) S 11772 11774 9704 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 18 0 345826610 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405093935912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11782] ppid=11772 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/11774/task/11782/stat : 11782 (java) S 11772 11774 9704 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 18 0 345826610 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405092883112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11783] ppid=11772 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11774/task/11783/stat : 11783 (java) S 11772 11774 9704 0 -1 4202560 44 0 0 0 5 1 0 0 20 0 18 0 345826610 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405091830824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11784] ppid=11772 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11774/task/11784/stat : 11784 (java) S 11772 11774 9704 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 18 0 345826610 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405090778024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11785] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11785/stat : 11785 (java) S 11772 11774 9704 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345826611 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405078579432 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11786] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11786/stat : 11786 (java) S 11772 11774 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345826612 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405077525496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11787] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11787/stat : 11787 (java) S 11772 11774 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345826612 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405076473096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11788] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11788/stat : 11788 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826614 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405075421584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11789] ppid=11772 vsize=2957856 CPUtime=0.55 cores=0,2,4,6
/proc/11774/task/11789/stat : 11789 (java) R 11772 11774 9704 0 -1 4202560 6163 0 0 0 55 0 0 0 20 0 18 0 345826614 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405074369384 140405238546002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11790] ppid=11772 vsize=2957856 CPUtime=0.34 cores=0,2,4,6
/proc/11774/task/11790/stat : 11790 (java) R 11772 11774 9704 0 -1 4202560 3077 0 0 0 34 0 0 0 20 0 18 0 345826614 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405073316408 140405235451041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11791] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11791/stat : 11791 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826614 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405072264312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11792] ppid=11772 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11792/stat : 11792 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826614 3028844544 152421 33554432000 1073741824 1073778376 140734670156032 140405071211720 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 2957856

[startup+6.30071 s]
/proc/loadavg: 2.00 2.01 2.00 11/210 11793
/proc/meminfo: memFree=25123476/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=3024420 CPUtime=9.11 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 14708 0 1 0 876 35 0 0 20 0 19 0 345826607 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 756105 173998 2299 9 0 746526 0
[pid=11774/tid=11776] ppid=11772 vsize=3024420 CPUtime=5.75 cores=0,2,4,6
/proc/11774/task/11776/stat : 11776 (java) R 11772 11774 9704 0 -1 4202560 3288 0 1 0 565 10 0 0 20 0 19 0 345826608 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405232583016 140405173168499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11777] ppid=11772 vsize=3024420 CPUtime=0.34 cores=0,2,4,6
/proc/11774/task/11777/stat : 11777 (java) S 11772 11774 9704 0 -1 4202560 104 0 0 0 30 4 0 0 20 0 19 0 345826610 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405098146088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11778] ppid=11772 vsize=3024420 CPUtime=0.2 cores=0,2,4,6
/proc/11774/task/11778/stat : 11778 (java) S 11772 11774 9704 0 -1 4202560 74 0 0 0 17 3 0 0 20 0 19 0 345826610 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405097093288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11779] ppid=11772 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/11774/task/11779/stat : 11779 (java) S 11772 11774 9704 0 -1 4202560 58 0 0 0 13 3 0 0 20 0 19 0 345826610 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405096041000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11780] ppid=11772 vsize=3024420 CPUtime=0.24 cores=0,2,4,6
/proc/11774/task/11780/stat : 11780 (java) S 11772 11774 9704 0 -1 4202560 104 0 0 0 20 4 0 0 20 0 19 0 345826610 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405094988200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11781] ppid=11772 vsize=3024420 CPUtime=0.23 cores=0,2,4,6
/proc/11774/task/11781/stat : 11781 (java) S 11772 11774 9704 0 -1 4202560 71 0 0 0 20 3 0 0 20 0 19 0 345826610 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405093935912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11782] ppid=11772 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/11774/task/11782/stat : 11782 (java) S 11772 11774 9704 0 -1 4202560 78 0 0 0 15 4 0 0 20 0 19 0 345826610 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405092883112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11783] ppid=11772 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/11774/task/11783/stat : 11783 (java) S 11772 11774 9704 0 -1 4202560 71 0 0 0 19 3 0 0 20 0 19 0 345826610 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405091830824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11784] ppid=11772 vsize=3024420 CPUtime=0.2 cores=0,2,4,6
/proc/11774/task/11784/stat : 11784 (java) S 11772 11774 9704 0 -1 4202560 78 0 0 0 17 3 0 0 20 0 19 0 345826610 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405090778024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11785] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11785/stat : 11785 (java) S 11772 11774 9704 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 345826611 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405078579432 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11786] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11786/stat : 11786 (java) S 11772 11774 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405077525496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11787] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11787/stat : 11787 (java) S 11772 11774 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405076473096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11788] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11788/stat : 11788 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405075421584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11789] ppid=11772 vsize=3024420 CPUtime=0.75 cores=0,2,4,6
/proc/11774/task/11789/stat : 11789 (java) S 11772 11774 9704 0 -1 4202560 6202 0 0 0 75 0 0 0 20 0 19 0 345826614 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405074369208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11790] ppid=11772 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/11774/task/11790/stat : 11790 (java) S 11772 11774 9704 0 -1 4202560 3390 0 0 0 69 0 0 0 20 0 19 0 345826614 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405073316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11791] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11791/stat : 11791 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405072264312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11792] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11792/stat : 11792 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405071211720 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11793] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11793/stat : 11793 (java) S 11772 11774 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345827084 3097006080 173998 33554432000 1073741824 1073778376 140734670156032 140405069079464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.52 2.12 2.04 3/210 11793
/proc/meminfo: memFree=25040688/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=3024420 CPUtime=16.42 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 15106 0 1 0 1601 41 0 0 20 0 19 0 345826607 3097006080 190123 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=11774/tid=11782] ppid=11772 vsize=3024420 CPUtime=9.2 cores=0,2,4,6
/proc/11774/task/11782/stat : 11782 (java) S 11772 11774 9704 0 -1 4202560 443 0 0 0 907 13 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405092883112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11783] ppid=11772 vsize=3024420 CPUtime=9.43 cores=0,2,4,6
/proc/11774/task/11783/stat : 11783 (java) S 11772 11774 9704 0 -1 4202560 448 0 0 0 930 13 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405091830824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11784] ppid=11772 vsize=3024420 CPUtime=9.48 cores=0,2,4,6
/proc/11774/task/11784/stat : 11784 (java) S 11772 11774 9704 0 -1 4202560 439 0 0 0 933 15 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405090778024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11785] ppid=11772 vsize=3024420 CPUtime=0.87 cores=0,2,4,6
/proc/11774/task/11785/stat : 11785 (java) S 11772 11774 9704 0 -1 4202560 126 0 0 0 84 3 0 0 20 0 19 0 345826611 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405078579432 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11786] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11786/stat : 11786 (java) S 11772 11774 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405077525496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11787] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11787/stat : 11787 (java) S 11772 11774 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405076473096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11788] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11788/stat : 11788 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405075421584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11789] ppid=11772 vsize=3024420 CPUtime=0.75 cores=0,2,4,6
/proc/11774/task/11789/stat : 11789 (java) S 11772 11774 9704 0 -1 4202560 6202 0 0 0 75 0 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405074369208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11790] ppid=11772 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/11774/task/11790/stat : 11790 (java) S 11772 11774 9704 0 -1 4202560 3396 0 0 0 73 0 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405073316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11791] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11791/stat : 11791 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405072264312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11792] ppid=11772 vsize=3024420 CPUtime=0.66 cores=0,2,4,6
/proc/11774/task/11792/stat : 11792 (java) S 11772 11774 9704 0 -1 4202560 95 0 0 0 31 35 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405071211720 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11793] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11793/stat : 11793 (java) S 11772 11774 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345827084 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405069079464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1718.86
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.04 3/211 11869
/proc/meminfo: memFree=24169472/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=3024420 CPUtime=1781.06 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 18708 0 1 0 177959 147 0 0 20 0 19 0 345826607 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 756105 418512 2306 9 0 746526 0
[pid=11774/tid=11776] ppid=11772 vsize=3024420 CPUtime=1699.44 cores=0,2,4,6
/proc/11774/task/11776/stat : 11776 (java) R 11772 11774 9704 0 -1 4202560 4118 0 1 0 169904 40 0 0 20 0 19 0 345826608 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405232581888 140405173168734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11777] ppid=11772 vsize=3024420 CPUtime=9.85 cores=0,2,4,6
/proc/11774/task/11777/stat : 11777 (java) S 11772 11774 9704 0 -1 4202560 465 0 0 0 971 14 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405098146088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11778] ppid=11772 vsize=3024420 CPUtime=9.89 cores=0,2,4,6
/proc/11774/task/11778/stat : 11778 (java) S 11772 11774 9704 0 -1 4202560 439 0 0 0 976 13 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405097093288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11779] ppid=11772 vsize=3024420 CPUtime=9.95 cores=0,2,4,6
/proc/11774/task/11779/stat : 11779 (java) S 11772 11774 9704 0 -1 4202560 451 0 0 0 980 15 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405096041000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11780] ppid=11772 vsize=3024420 CPUtime=10.21 cores=0,2,4,6
/proc/11774/task/11780/stat : 11780 (java) S 11772 11774 9704 0 -1 4202560 475 0 0 0 1005 16 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405094988200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11781] ppid=11772 vsize=3024420 CPUtime=10.05 cores=0,2,4,6
/proc/11774/task/11781/stat : 11781 (java) S 11772 11774 9704 0 -1 4202560 428 0 0 0 993 12 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405093935912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11782] ppid=11772 vsize=3024420 CPUtime=9.63 cores=0,2,4,6
/proc/11774/task/11782/stat : 11782 (java) S 11772 11774 9704 0 -1 4202560 443 0 0 0 950 13 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405092883112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11783] ppid=11772 vsize=3024420 CPUtime=9.82 cores=0,2,4,6
/proc/11774/task/11783/stat : 11783 (java) S 11772 11774 9704 0 -1 4202560 448 0 0 0 969 13 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405091830824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11784] ppid=11772 vsize=3024420 CPUtime=9.87 cores=0,2,4,6
/proc/11774/task/11784/stat : 11784 (java) S 11772 11774 9704 0 -1 4202560 439 0 0 0 972 15 0 0 20 0 19 0 345826610 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405090778024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11785] ppid=11772 vsize=3024420 CPUtime=0.88 cores=0,2,4,6
/proc/11774/task/11785/stat : 11785 (java) S 11772 11774 9704 0 -1 4202560 128 0 0 0 84 4 0 0 20 0 19 0 345826611 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405078579432 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11786] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11786/stat : 11786 (java) S 11772 11774 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405077525496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11787] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11787/stat : 11787 (java) S 11772 11774 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405076473096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11788] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11788/stat : 11788 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405075421584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11789] ppid=11772 vsize=3024420 CPUtime=0.75 cores=0,2,4,6
/proc/11774/task/11789/stat : 11789 (java) S 11772 11774 9704 0 -1 4202560 6202 0 0 0 75 0 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405074369208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11790] ppid=11772 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/11774/task/11790/stat : 11790 (java) S 11772 11774 9704 0 -1 4202560 3396 0 0 0 73 0 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405073316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11791] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11791/stat : 11791 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405072264312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11792] ppid=11772 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/11774/task/11792/stat : 11792 (java) S 11772 11774 9704 0 -1 4202560 97 0 0 0 33 36 0 0 20 0 19 0 345826614 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405071211720 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11793] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11793/stat : 11793 (java) S 11772 11774 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345827084 3097006080 418512 33554432000 1073741824 1073778376 140734670156032 140405069079464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.06
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1740.5 s]
/proc/loadavg: 2.00 2.06 2.04 3/211 11869
/proc/meminfo: memFree=24167424/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=3024420 CPUtime=1800.09 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 18729 0 1 0 179861 148 0 0 20 0 19 0 345826607 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 756105 419028 2310 9 0 746526 0
[pid=11774/tid=11776] ppid=11772 vsize=3024420 CPUtime=1717.37 cores=0,2,4,6
/proc/11774/task/11776/stat : 11776 (java) R 11772 11774 9704 0 -1 4202560 4126 0 1 0 171696 41 0 0 20 0 19 0 345826608 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405232581856 140405173364683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11777] ppid=11772 vsize=3024420 CPUtime=9.98 cores=0,2,4,6
/proc/11774/task/11777/stat : 11777 (java) S 11772 11774 9704 0 -1 4202560 466 0 0 0 984 14 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405098146088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11778] ppid=11772 vsize=3024420 CPUtime=10.03 cores=0,2,4,6
/proc/11774/task/11778/stat : 11778 (java) S 11772 11774 9704 0 -1 4202560 439 0 0 0 990 13 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405097093288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11779] ppid=11772 vsize=3024420 CPUtime=10.05 cores=0,2,4,6
/proc/11774/task/11779/stat : 11779 (java) S 11772 11774 9704 0 -1 4202560 451 0 0 0 990 15 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405096041000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11780] ppid=11772 vsize=3024420 CPUtime=10.33 cores=0,2,4,6
/proc/11774/task/11780/stat : 11780 (java) S 11772 11774 9704 0 -1 4202560 475 0 0 0 1017 16 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405094988200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11781] ppid=11772 vsize=3024420 CPUtime=10.18 cores=0,2,4,6
/proc/11774/task/11781/stat : 11781 (java) S 11772 11774 9704 0 -1 4202560 429 0 0 0 1006 12 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405093935912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11782] ppid=11772 vsize=3024420 CPUtime=9.78 cores=0,2,4,6
/proc/11774/task/11782/stat : 11782 (java) S 11772 11774 9704 0 -1 4202560 443 0 0 0 965 13 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405092883112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11783] ppid=11772 vsize=3024420 CPUtime=9.96 cores=0,2,4,6
/proc/11774/task/11783/stat : 11783 (java) S 11772 11774 9704 0 -1 4202560 449 0 0 0 983 13 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405091830824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11784] ppid=11772 vsize=3024420 CPUtime=9.99 cores=0,2,4,6
/proc/11774/task/11784/stat : 11784 (java) S 11772 11774 9704 0 -1 4202560 439 0 0 0 984 15 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405090778024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11785] ppid=11772 vsize=3024420 CPUtime=0.88 cores=0,2,4,6
/proc/11774/task/11785/stat : 11785 (java) S 11772 11774 9704 0 -1 4202560 130 0 0 0 84 4 0 0 20 0 19 0 345826611 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405078579432 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11786] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11786/stat : 11786 (java) S 11772 11774 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405077525496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11787] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11787/stat : 11787 (java) S 11772 11774 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405076473096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11788] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11788/stat : 11788 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405075421584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11789] ppid=11772 vsize=3024420 CPUtime=0.78 cores=0,2,4,6
/proc/11774/task/11789/stat : 11789 (java) S 11772 11774 9704 0 -1 4202560 6203 0 0 0 78 0 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405074369208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11790] ppid=11772 vsize=3024420 CPUtime=0.77 cores=0,2,4,6
/proc/11774/task/11790/stat : 11790 (java) S 11772 11774 9704 0 -1 4202560 3401 0 0 0 77 0 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405073316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11791] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11791/stat : 11791 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405072264312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11792] ppid=11772 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/11774/task/11792/stat : 11792 (java) S 11772 11774 9704 0 -1 4202560 99 0 0 0 33 36 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405071211720 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11793] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11793/stat : 11793 (java) S 11772 11774 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345827084 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405069079464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1740.5 s]
/proc/loadavg: 2.00 2.06 2.04 3/211 11869
/proc/meminfo: memFree=24167424/32873852 swapFree=6856/6856
[pid=11774] ppid=11772 vsize=3024420 CPUtime=1800.09 cores=0,2,4,6
/proc/11774/stat : 11774 (java) S 11772 11774 9704 0 -1 4202496 18729 0 1 0 179861 148 0 0 20 0 19 0 345826607 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140734670147168 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11774/statm: 756105 419028 2310 9 0 746526 0
[pid=11774/tid=11776] ppid=11772 vsize=3024420 CPUtime=1717.37 cores=0,2,4,6
/proc/11774/task/11776/stat : 11776 (java) R 11772 11774 9704 0 -1 4202560 4126 0 1 0 171696 41 0 0 20 0 19 0 345826608 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405232581856 140405173364683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11777] ppid=11772 vsize=3024420 CPUtime=9.98 cores=0,2,4,6
/proc/11774/task/11777/stat : 11777 (java) S 11772 11774 9704 0 -1 4202560 466 0 0 0 984 14 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405098146088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11778] ppid=11772 vsize=3024420 CPUtime=10.03 cores=0,2,4,6
/proc/11774/task/11778/stat : 11778 (java) S 11772 11774 9704 0 -1 4202560 439 0 0 0 990 13 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405097093288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11774/tid=11779] ppid=11772 vsize=3024420 CPUtime=10.05 cores=0,2,4,6
/proc/11774/task/11779/stat : 11779 (java) S 11772 11774 9704 0 -1 4202560 451 0 0 0 990 15 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405096041000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11780] ppid=11772 vsize=3024420 CPUtime=10.33 cores=0,2,4,6
/proc/11774/task/11780/stat : 11780 (java) S 11772 11774 9704 0 -1 4202560 475 0 0 0 1017 16 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405094988200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11781] ppid=11772 vsize=3024420 CPUtime=10.18 cores=0,2,4,6
/proc/11774/task/11781/stat : 11781 (java) S 11772 11774 9704 0 -1 4202560 429 0 0 0 1006 12 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405093935912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11782] ppid=11772 vsize=3024420 CPUtime=9.78 cores=0,2,4,6
/proc/11774/task/11782/stat : 11782 (java) S 11772 11774 9704 0 -1 4202560 443 0 0 0 965 13 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405092883112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11783] ppid=11772 vsize=3024420 CPUtime=9.96 cores=0,2,4,6
/proc/11774/task/11783/stat : 11783 (java) S 11772 11774 9704 0 -1 4202560 449 0 0 0 983 13 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405091830824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11784] ppid=11772 vsize=3024420 CPUtime=9.99 cores=0,2,4,6
/proc/11774/task/11784/stat : 11784 (java) S 11772 11774 9704 0 -1 4202560 439 0 0 0 984 15 0 0 20 0 19 0 345826610 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405090778024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11785] ppid=11772 vsize=3024420 CPUtime=0.88 cores=0,2,4,6
/proc/11774/task/11785/stat : 11785 (java) S 11772 11774 9704 0 -1 4202560 130 0 0 0 84 4 0 0 20 0 19 0 345826611 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405078579432 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11774/tid=11786] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11786/stat : 11786 (java) S 11772 11774 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405077525496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11787] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11787/stat : 11787 (java) S 11772 11774 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345826612 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405076473096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11788] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11788/stat : 11788 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405075421584 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11789] ppid=11772 vsize=3024420 CPUtime=0.78 cores=0,2,4,6
/proc/11774/task/11789/stat : 11789 (java) S 11772 11774 9704 0 -1 4202560 6203 0 0 0 78 0 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405074369208 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11790] ppid=11772 vsize=3024420 CPUtime=0.77 cores=0,2,4,6
/proc/11774/task/11790/stat : 11790 (java) S 11772 11774 9704 0 -1 4202560 3401 0 0 0 77 0 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405073316408 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11791] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11791/stat : 11791 (java) S 11772 11774 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405072264312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11774/tid=11792] ppid=11772 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/11774/task/11792/stat : 11792 (java) S 11772 11774 9704 0 -1 4202560 99 0 0 0 33 36 0 0 20 0 19 0 345826614 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405071211720 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11774/tid=11793] ppid=11772 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11793/stat : 11793 (java) S 11772 11774 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345827084 3097006080 419028 33554432000 1073741824 1073778376 140734670156032 140405069079464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3024420

Child status: 143
Real time (s): 1740.52
CPU time (s): 1801.04
CPU user time (s): 1798.99
CPU system time (s): 2.05469
CPU usage (%): 103.477
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 2.05469
maximum resident set size= 1676228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18758
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63189
involuntary context switches= 111856

runsolver used 6.28005 second user time and 13.9639 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 10:03:27
IDJOB=3744260
IDBENCH=92715
IDSOLVER=2319
FILE ID=node128/3744260-1338797006
RUNJOBID= node128-1338773754-9720
PBS_JOBID= 14636825
Free space on /tmp= 70396 MiB

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

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

MD5SUM BENCH= e26037534ca85468c1cdb9d8f58c6c52
RANDOM SEED=569987183

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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		: 2666.389
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		: 2666.389
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		: 2666.389
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:       32873852 kB
MemFree:        25794808 kB
Buffers:          562844 kB
Cached:          3924636 kB
SwapCached:          744 kB
Active:          3767192 kB
Inactive:        2411520 kB
Active(anon):    1682016 kB
Inactive(anon):    11420 kB
Active(file):    2085176 kB
Inactive(file):  2400100 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             29088 kB
Writeback:            24 kB
AnonPages:       1699292 kB
Mapped:            22324 kB
Shmem:               200 kB
Slab:             758604 kB
SReclaimable:     200428 kB
SUnreclaim:       558176 kB
KernelStack:        1576 kB
PageTables:         7304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1825648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 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= 70396 MiB
End job on node128 at 2012-06-04 10:32:30