Trace number 2660772

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
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.12 1781.58

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark39.1281
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660772-1276695537.opb
0.22/0.22	c reading problem ... 
0.71/0.50	c ... done. Wall clock time 0.281s.
0.71/0.50	c #vars     370
0.71/0.50	c #constraints  809
0.71/0.50	c constraints type 
0.71/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
0.71/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
0.71/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.71/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
379.84/374.48	c cleaning 0 clauses out of 5002 with flag 0/5002
1800.02/1781.51	c starts		: 34
1800.02/1781.51	c conflicts		: 10260
1800.02/1781.51	c decisions		: 11536
1800.02/1781.51	c propagations		: 402176
1800.02/1781.51	c inspects		: 709549470
1800.02/1781.51	c learnt literals	: 0
1800.02/1781.51	c learnt binary clauses	: 0
1800.02/1781.51	c learnt ternary clauses	: 0
1800.02/1781.51	c learnt clauses	: 10260
1800.02/1781.51	c ignored clauses	: 0
1800.02/1781.51	c root simplifications	: 0
1800.02/1781.51	c removed literals (reason simplification)	: 0
1800.02/1781.51	c reason swapping (by a shorter reason)	: 0
1800.02/1781.51	c Calls to reduceDB	: 1
1800.02/1781.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1781.51	c number of learned constraints concerned by reduction	: 0
1800.02/1781.51	c number of learning phase by resolution	: 0
1800.02/1781.51	c number of learning phase by cutting planes	: 0
1800.02/1781.51	c speed (assignments/second)	: 225.81268219937382
1800.02/1781.52	c non guided choices	30
1800.02/1781.54	c learnt constraints type 
1800.02/1781.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10260
1800.02/1781.54	c constraints type 
1800.02/1781.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
1800.02/1781.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
1800.02/1781.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.02/1781.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
1800.02/1781.54	s UNKNOWN
1800.02/1781.54	c Total wall clock time (in seconds): 1781.32

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660772-1276695537/watcher-2660772-1276695537 -o /tmp/evaluation-result-2660772-1276695537/solver-2660772-1276695537 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660772-1276695537.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.01 0.28 3/106 15488
/proc/meminfo: memFree=1692268/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1752 CPUtime=0
/proc/15488/stat : 15488 (java6) R 15486 15488 15463 0 -1 4194304 160 0 0 0 0 0 0 0 19 0 1 0 10845592 1794048 78 1992294400 134512640 134550932 4288221968 18446744073709551615 3873200 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15488/statm: 438 80 64 10 0 30 0

[startup+0.0195421 s]
/proc/loadavg: 0.00 0.01 0.28 3/106 15488
/proc/meminfo: memFree=1692268/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=13480 CPUtime=0
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 1113 0 0 0 0 0 0 0 15 0 2 0 10845592 13803520 582 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.100598 s]
/proc/loadavg: 0.00 0.01 0.28 3/106 15488
/proc/meminfo: memFree=1692268/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1524024 CPUtime=0.08
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 3934 0 1 0 6 2 0 0 15 0 12 0 10845592 1560600576 3372 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 381006 3372 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300612 s]
/proc/loadavg: 0.00 0.01 0.28 3/106 15488
/proc/meminfo: memFree=1692268/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1526432 CPUtime=0.35
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 5337 0 1 0 33 2 0 0 15 0 12 0 10845592 1563066368 4773 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 381608 4773 1359 10 0 378910 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526432

[startup+0.710654 s]
/proc/loadavg: 0.00 0.01 0.28 3/106 15488
/proc/meminfo: memFree=1692268/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1528964 CPUtime=1.08
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 6888 0 1 0 105 3 0 0 15 0 13 0 10845592 1565659136 6274 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 382241 6274 1415 10 0 379543 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528964

[startup+1.50173 s]
/proc/loadavg: 0.00 0.01 0.28 4/119 15503
/proc/meminfo: memFree=1666808/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1537040 CPUtime=2.65
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 12184 0 1 0 260 5 0 0 15 0 13 0 10845592 1573928960 10180 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 384260 10180 1415 10 0 381562 0
[pid=15488/tid=15490] ppid=15486 vsize=1537040 CPUtime=1.47
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 6639 0 1 0 145 2 0 0 25 0 13 0 10845594 1573928960 10180 1992294400 134512640 134550932 4293271152 18446744073709551615 4109530979 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 10845595 1573928960 10180 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10845595 1573928960 10180 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10845597 1573928960 10180 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 10845597 1573928960 10180 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 10845597 1573928960 10181 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1573928960 10181 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1537040 CPUtime=0.07
/proc/15488/task/15497/stat : 15497 (java) R 15486 15488 15463 0 -1 4202560 348 0 0 0 7 0 0 0 21 0 13 0 10845602 1573928960 10181 1992294400 134512640 134550932 4293271152 18446744073709551615 105708459 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1537040 CPUtime=1.08
/proc/15488/task/15498/stat : 15498 (java) R 15486 15488 15463 0 -1 4202560 4131 0 0 0 107 1 0 0 16 0 13 0 10845602 1573928960 10181 1992294400 134512640 134550932 4293271152 18446744073709551615 105499346 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1573928960 10181 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10845602 1573928960 10181 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1537040 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1573928960 10181 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1537040

[startup+3.10189 s]
/proc/loadavg: 0.32 0.08 0.30 5/119 15503
/proc/meminfo: memFree=1642256/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1547200 CPUtime=5.84
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 36483 0 1 0 570 14 0 0 15 0 13 0 10845592 1584332800 30295 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 386800 30296 1429 10 0 384102 0
[pid=15488/tid=15490] ppid=15486 vsize=1547200 CPUtime=2.73
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 23997 0 1 0 265 8 0 0 25 0 13 0 10845594 1584332800 30297 1992294400 134512640 134550932 4293271152 18446744073709551615 4109879014 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 10845595 1584332800 30298 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10845595 1584332800 30299 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10845597 1584332800 30300 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 10845597 1584332800 30300 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 10845597 1584332800 30302 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1584332800 30303 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1547200 CPUtime=0.43
/proc/15488/task/15497/stat : 15497 (java) R 15486 15488 15463 0 -1 4202560 598 0 0 0 43 0 0 0 22 0 13 0 10845602 1584332800 30304 1992294400 134512640 134550932 4293271152 18446744073709551615 104143395 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1547200 CPUtime=2.64
/proc/15488/task/15498/stat : 15498 (java) R 15486 15488 15463 0 -1 4202560 10824 0 0 0 260 4 0 0 18 0 13 0 10845602 1584332800 30305 1992294400 134512640 134550932 4293271152 18446744073709551615 104140814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1584332800 30306 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10845602 1584332800 30307 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1547200 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1584332800 30309 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1547200

[startup+6.30218 s]
/proc/loadavg: 0.32 0.08 0.30 2/119 15503
/proc/meminfo: memFree=1540328/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1540796 CPUtime=9.8
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 49036 0 1 0 960 20 0 0 15 0 13 0 10845592 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 385199 39703 1438 10 0 382501 0
[pid=15488/tid=15490] ppid=15486 vsize=1540796 CPUtime=5.68
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 32070 0 1 0 556 12 0 0 18 0 13 0 10845594 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4110208047 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1540796 CPUtime=0.05
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 1380 0 0 0 5 0 0 0 16 0 13 0 10845595 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1540796 CPUtime=0.04
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 1427 0 0 0 4 0 0 0 16 0 13 0 10845595 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 13 0 10845597 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1540796 CPUtime=0.7
/proc/15488/task/15497/stat : 15497 (java) S 15486 15488 15463 0 -1 4202560 660 0 0 0 70 0 0 0 15 0 13 0 10845602 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1540796 CPUtime=3.27
/proc/15488/task/15498/stat : 15498 (java) S 15486 15488 15463 0 -1 4202560 12413 0 0 0 323 4 0 0 15 0 13 0 10845602 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10845602 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1577775104 39703 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 1540796

[startup+12.7018 s]
/proc/loadavg: 0.42 0.11 0.30 2/119 15503
/proc/meminfo: memFree=1505856/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1540796 CPUtime=16.33
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 58053 0 1 0 1610 23 0 0 15 0 13 0 10845592 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 385199 48246 1438 10 0 382501 0
[pid=15488/tid=15490] ppid=15486 vsize=1540796 CPUtime=11.92
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 35111 0 1 0 1179 13 0 0 25 0 13 0 10845594 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4109935682 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1540796 CPUtime=0.18
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 4500 0 0 0 17 1 0 0 16 0 13 0 10845595 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1540796 CPUtime=0.18
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 4274 0 0 0 17 1 0 0 15 0 13 0 10845595 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 10845597 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1540796 CPUtime=0.7
/proc/15488/task/15497/stat : 15497 (java) S 15486 15488 15463 0 -1 4202560 660 0 0 0 70 0 0 0 15 0 13 0 10845602 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1540796 CPUtime=3.28
/proc/15488/task/15498/stat : 15498 (java) S 15486 15488 15463 0 -1 4202560 12414 0 0 0 324 4 0 0 15 0 13 0 10845602 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10845602 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1577775104 48246 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.33
Current children cumulated vsize (KiB) 1540796

[startup+25.5009 s]
/proc/loadavg: 0.51 0.14 0.31 2/119 15503
/proc/meminfo: memFree=1497548/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1540796 CPUtime=29.2
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 59945 0 1 0 2896 24 0 0 15 0 13 0 10845592 1577775104 49935 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 385199 49935 1438 10 0 382501 0
[pid=15488/tid=15490] ppid=15486 vsize=1540796 CPUtime=24.62
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 35122 0 1 0 2449 13 0 0 25 0 13 0 10845594 1577775104 49935 1992294400 134512640 134550932 4293271152 18446744073709551615 4110208305 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1540796 CPUtime=0.27
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 5630 0 0 0 25 2 0 0 16 0 13 0 10845595 1577775104 49935 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1540796 CPUtime=0.27
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 5025 0 0 0 25 2 0 0 16 0 13 0 10845595 1577775104 49935 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1540796 CPUtime=0

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

[pid=15488] ppid=15486 vsize=1540796 CPUtime=1618.51
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 93767 0 1 0 161760 91 0 0 15 0 13 0 10845592 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 385199 81553 1448 10 0 382501 0
[pid=15488/tid=15490] ppid=15486 vsize=1540796 CPUtime=1587.23
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 36342 0 1 0 158694 29 0 0 25 0 13 0 10845594 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4110208211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1540796 CPUtime=13.34
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 22038 0 0 0 1307 27 0 0 15 0 13 0 10845595 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1540796 CPUtime=13.35
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 20897 0 0 0 1313 22 0 0 16 0 13 0 10845595 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1540796 CPUtime=0.39
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 244 0 0 0 34 5 0 0 15 0 13 0 10845597 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1540796 CPUtime=0.71
/proc/15488/task/15497/stat : 15497 (java) S 15486 15488 15463 0 -1 4202560 661 0 0 0 71 0 0 0 15 0 13 0 10845602 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1540796 CPUtime=3.42
/proc/15488/task/15498/stat : 15498 (java) S 15486 15488 15463 0 -1 4202560 12421 0 0 0 338 4 0 0 16 0 13 0 10845602 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 10845602 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1577775104 81553 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.51
Current children cumulated vsize (KiB) 1540796

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 0.87 2/119 15556
/proc/meminfo: memFree=1366852/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1540796 CPUtime=1679.29
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 94326 0 1 0 167836 93 0 0 15 0 13 0 10845592 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 385199 82073 1448 10 0 382501 0
[pid=15488/tid=15490] ppid=15486 vsize=1540796 CPUtime=1646.39
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 36370 0 1 0 164610 29 0 0 25 0 13 0 10845594 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4110208047 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1540796 CPUtime=14.16
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 22163 0 0 0 1388 28 0 0 15 0 13 0 10845595 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1540796 CPUtime=14.16
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 21295 0 0 0 1392 24 0 0 16 0 13 0 10845595 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1540796 CPUtime=0.39
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 248 0 0 0 34 5 0 0 15 0 13 0 10845597 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1540796 CPUtime=0.71
/proc/15488/task/15497/stat : 15497 (java) S 15486 15488 15463 0 -1 4202560 661 0 0 0 71 0 0 0 15 0 13 0 10845602 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1540796 CPUtime=3.42
/proc/15488/task/15498/stat : 15498 (java) S 15486 15488 15463 0 -1 4202560 12421 0 0 0 338 4 0 0 16 0 13 0 10845602 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 10845602 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1577775104 82073 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1679.29
Current children cumulated vsize (KiB) 1540796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 0.88 2/119 15556
/proc/meminfo: memFree=1364372/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1540796 CPUtime=1740.06
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 94981 0 1 0 173910 96 0 0 15 0 13 0 10845592 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 385199 82669 1448 10 0 382501 0
[pid=15488/tid=15490] ppid=15486 vsize=1540796 CPUtime=1705.56
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 36397 0 1 0 170527 29 0 0 25 0 13 0 10845594 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4109939501 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1540796 CPUtime=14.96
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 22371 0 0 0 1468 28 0 0 15 0 13 0 10845595 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1540796 CPUtime=14.95
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 21711 0 0 0 1470 25 0 0 16 0 13 0 10845595 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1540796 CPUtime=0.39
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 250 0 0 0 34 5 0 0 15 0 13 0 10845597 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1540796 CPUtime=0.71
/proc/15488/task/15497/stat : 15497 (java) S 15486 15488 15463 0 -1 4202560 661 0 0 0 71 0 0 0 15 0 13 0 10845602 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1540796 CPUtime=3.42
/proc/15488/task/15498/stat : 15498 (java) S 15486 15488 15463 0 -1 4202560 12421 0 0 0 338 4 0 0 16 0 13 0 10845602 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 10845602 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1577775104 82669 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1740.06
Current children cumulated vsize (KiB) 1540796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.5 s]
/proc/loadavg: 1.00 1.02 0.88 2/119 15558
/proc/meminfo: memFree=1362636/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1540796 CPUtime=1800.02
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 95375 0 1 0 179904 98 0 0 15 0 13 0 10845592 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 385199 83027 1448 10 0 382501 0
[pid=15488/tid=15490] ppid=15486 vsize=1540796 CPUtime=1763.98
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 36423 0 1 0 176369 29 0 0 25 0 13 0 10845594 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4109935545 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1540796 CPUtime=15.72
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 22454 0 0 0 1544 28 0 0 16 0 13 0 10845595 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1540796 CPUtime=15.7
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 21987 0 0 0 1544 26 0 0 15 0 13 0 10845595 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1540796 CPUtime=0.39
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 255 0 0 0 34 5 0 0 15 0 13 0 10845597 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1540796 CPUtime=0.71
/proc/15488/task/15497/stat : 15497 (java) S 15486 15488 15463 0 -1 4202560 661 0 0 0 71 0 0 0 15 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1540796 CPUtime=3.42
/proc/15488/task/15498/stat : 15498 (java) S 15486 15488 15463 0 -1 4202560 12421 0 0 0 338 4 0 0 16 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1540796

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1781.5 s]
/proc/loadavg: 1.00 1.02 0.88 2/119 15558
/proc/meminfo: memFree=1362636/2059040 swapFree=4187148/4192956
[pid=15488] ppid=15486 vsize=1540796 CPUtime=1800.02
/proc/15488/stat : 15488 (java) S 15486 15488 15463 0 -1 4202496 95375 0 1 0 179904 98 0 0 15 0 13 0 10845592 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15488/statm: 385199 83027 1448 10 0 382501 0
[pid=15488/tid=15490] ppid=15486 vsize=1540796 CPUtime=1763.98
/proc/15488/task/15490/stat : 15490 (java) R 15486 15488 15463 0 -1 4202560 36423 0 1 0 176369 29 0 0 25 0 13 0 10845594 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4109935545 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15488/tid=15491] ppid=15486 vsize=1540796 CPUtime=15.72
/proc/15488/task/15491/stat : 15491 (java) S 15486 15488 15463 0 -1 4202560 22454 0 0 0 1544 28 0 0 16 0 13 0 10845595 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15492] ppid=15486 vsize=1540796 CPUtime=15.7
/proc/15488/task/15492/stat : 15492 (java) S 15486 15488 15463 0 -1 4202560 21987 0 0 0 1544 26 0 0 15 0 13 0 10845595 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15493] ppid=15486 vsize=1540796 CPUtime=0.39
/proc/15488/task/15493/stat : 15493 (java) S 15486 15488 15463 0 -1 4202560 255 0 0 0 34 5 0 0 15 0 13 0 10845597 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15494] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15494/stat : 15494 (java) S 15486 15488 15463 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15495] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15486 15488 15463 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845597 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15496] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15486 15488 15463 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15497] ppid=15486 vsize=1540796 CPUtime=0.71
/proc/15488/task/15497/stat : 15497 (java) S 15486 15488 15463 0 -1 4202560 661 0 0 0 71 0 0 0 15 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15498] ppid=15486 vsize=1540796 CPUtime=3.42
/proc/15488/task/15498/stat : 15498 (java) S 15486 15488 15463 0 -1 4202560 12421 0 0 0 338 4 0 0 16 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15499] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15499/stat : 15499 (java) S 15486 15488 15463 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
[pid=15488/tid=15500] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15500/stat : 15500 (java) S 15486 15488 15463 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 10845602 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 1 0 0 0
[pid=15488/tid=15501] ppid=15486 vsize=1540796 CPUtime=0
/proc/15488/task/15501/stat : 15501 (java) S 15486 15488 15463 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845643 1577775104 83027 1992294400 134512640 134550932 4293271152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861172288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1540796

Child status: 143
Real time (s): 1781.58
CPU time (s): 1800.12
CPU user time (s): 1799.1
CPU system time (s): 1.01684
CPU usage (%): 101.041
Max. virtual memory (cumulated for all children) (KiB): 1547208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.01684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95398
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44240
involuntary context switches= 34113

runsolver used 3.55346 second user time and 9.58654 second system time

The end

Launcher Data

Begin job on node048 at 2010-06-16 15:38:57
IDJOB=2660772
IDBENCH=1158
IDSOLVER=1165
FILE ID=node048/2660772-1276695537
PBS_JOBID= 11174054
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660772-1276695537/watcher-2660772-1276695537 -o /tmp/evaluation-result-2660772-1276695537/solver-2660772-1276695537 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660772-1276695537.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=1212921200

node048.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1692788 kB
Buffers:        107300 kB
Cached:         138380 kB
SwapCached:        280 kB
Active:          97344 kB
Inactive:       202076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1692788 kB
SwapTotal:     4192956 kB
SwapFree:      4187148 kB
Dirty:             316 kB
Writeback:           0 kB
AnonPages:       53456 kB
Mapped:          15352 kB
Slab:            45052 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183276 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62456 MiB
End job on node048 at 2010-06-16 16:08:41