Trace number 2660774

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.16 1782

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
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 benchmark713.924
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660774-1276695542.opb
0.25/0.21	c reading problem ... 
0.76/0.54	c ... done. Wall clock time 0.329s.
0.76/0.54	c #vars     490
0.76/0.54	c #constraints  1085
0.76/0.54	c constraints type 
0.76/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.76/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.76/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.76/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
548.18/541.16	c cleaning 0 clauses out of 5004 with flag 0/5004
1800.04/1781.92	c starts		: 30
1800.04/1781.92	c conflicts		: 8820
1800.04/1781.92	c decisions		: 10315
1800.04/1781.92	c propagations		: 407527
1800.04/1781.92	c inspects		: 648858448
1800.04/1781.92	c learnt literals	: 0
1800.04/1781.92	c learnt binary clauses	: 0
1800.04/1781.92	c learnt ternary clauses	: 0
1800.04/1781.92	c learnt clauses	: 8820
1800.04/1781.92	c ignored clauses	: 0
1800.04/1781.92	c root simplifications	: 0
1800.04/1781.92	c removed literals (reason simplification)	: 0
1800.04/1781.92	c reason swapping (by a shorter reason)	: 0
1800.04/1781.92	c Calls to reduceDB	: 1
1800.04/1781.92	c number of reductions to clauses (during analyze)	: 0
1800.04/1781.92	c number of learned constraints concerned by reduction	: 0
1800.04/1781.92	c number of learning phase by resolution	: 0
1800.04/1781.92	c number of learning phase by cutting planes	: 0
1800.04/1781.92	c speed (assignments/second)	: 228.76974938039783
1800.04/1781.92	c non guided choices	27
1800.04/1781.94	c learnt constraints type 
1800.04/1781.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.04/1781.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8816
1800.04/1781.94	c constraints type 
1800.04/1781.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
1800.04/1781.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
1800.04/1781.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.04/1781.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
1800.04/1781.94	s UNKNOWN
1800.04/1781.94	c Total wall clock time (in seconds): 1781.734

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-2660774-1276695542/watcher-2660774-1276695542 -o /tmp/evaluation-result-2660774-1276695542/solver-2660774-1276695542 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660774-1276695542.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.03 0.34 3/106 15779
/proc/meminfo: memFree=1836712/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1832 CPUtime=0
/proc/15779/stat : 15779 (java6) R 15777 15779 15754 0 -1 4194304 249 0 0 0 0 0 0 0 19 0 1 0 10846842 1875968 152 1992294400 134512640 134550932 4294209088 18446744073709551615 12954144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15779/statm: 459 154 116 10 0 64 0

[startup+0.035303 s]
/proc/loadavg: 0.00 0.03 0.34 3/106 15779
/proc/meminfo: memFree=1836712/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1520176 CPUtime=0.01
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 2961 0 1 0 0 1 0 0 18 0 4 0 10846842 1556660224 2404 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 380044 2404 661 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1520176

[startup+0.101309 s]
/proc/loadavg: 0.00 0.03 0.34 3/106 15779
/proc/meminfo: memFree=1836712/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1524184 CPUtime=0.08
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 3956 0 1 0 6 2 0 0 18 0 12 0 10846842 1560764416 3395 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 381046 3395 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301661 s]
/proc/loadavg: 0.00 0.03 0.34 3/106 15779
/proc/meminfo: memFree=1836712/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1526152 CPUtime=0.37
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 5336 0 1 0 33 4 0 0 18 0 12 0 10846842 1562779648 4773 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 381538 4773 1362 10 0 378840 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526152

[startup+0.700649 s]
/proc/loadavg: 0.00 0.03 0.34 3/106 15779
/proc/meminfo: memFree=1836712/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1531296 CPUtime=1.16
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 8090 0 1 0 111 5 0 0 18 0 13 0 10846842 1568047104 7027 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 382824 7027 1412 10 0 380126 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1531296

[startup+1.50162 s]
/proc/loadavg: 0.00 0.03 0.34 5/119 15792
/proc/meminfo: memFree=1807044/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1535476 CPUtime=2.75
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 12299 0 1 0 268 7 0 0 18 0 13 0 10846842 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 383869 10287 1418 10 0 381171 0
[pid=15779/tid=15781] ppid=15777 vsize=1535476 CPUtime=1.46
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 6989 0 1 0 142 4 0 0 19 0 13 0 10846844 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4108732767 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 10846845 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10846845 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 10846847 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 10846848 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 10846848 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1535476 CPUtime=0.66
/proc/15779/task/15788/stat : 15788 (java) R 15777 15779 15754 0 -1 4202560 1429 0 0 0 66 0 0 0 25 0 13 0 10846852 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 105817771 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1535476 CPUtime=0.59
/proc/15779/task/15789/stat : 15789 (java) R 15777 15779 15754 0 -1 4202560 2814 0 0 0 59 0 0 0 25 0 13 0 10846852 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 106257851 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10846852 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1535476 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1572327424 10287 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1535476

[startup+3.10158 s]
/proc/loadavg: 0.00 0.03 0.34 4/119 15792
/proc/meminfo: memFree=1775548/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1546964 CPUtime=5.94
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 41676 0 1 0 577 17 0 0 18 0 13 0 10846842 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 386741 35724 1429 10 0 384043 0
[pid=15779/tid=15781] ppid=15777 vsize=1546964 CPUtime=2.98
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 29563 0 1 0 286 12 0 0 21 0 13 0 10846844 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4108740808 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 10846845 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10846845 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 10846847 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 10846848 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 10846848 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1546964 CPUtime=2.06
/proc/15779/task/15788/stat : 15788 (java) R 15777 15779 15754 0 -1 4202560 8044 0 0 0 203 3 0 0 18 0 13 0 10846852 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 104138263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1546964 CPUtime=0.86
/proc/15779/task/15789/stat : 15789 (java) R 15777 15779 15754 0 -1 4202560 3001 0 0 0 86 0 0 0 25 0 13 0 10846852 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10846852 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1546964 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1584091136 35724 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1546964

[startup+6.30148 s]
/proc/loadavg: 0.32 0.09 0.36 2/119 15794
/proc/meminfo: memFree=1681060/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1542468 CPUtime=10.16
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 49064 0 1 0 994 22 0 0 18 0 13 0 10846842 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 385617 40728 1438 10 0 382919 0
[pid=15779/tid=15781] ppid=15777 vsize=1542468 CPUtime=6.06
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 32071 0 1 0 593 13 0 0 25 0 13 0 10846844 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4109118606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1542468 CPUtime=0.06
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 1614 0 0 0 5 1 0 0 15 0 13 0 10846845 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1542468 CPUtime=0.06
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 1856 0 0 0 6 0 0 0 16 0 13 0 10846845 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 10846847 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1542468 CPUtime=2.72
/proc/15779/task/15788/stat : 15788 (java) S 15777 15779 15754 0 -1 4202560 9144 0 0 0 269 3 0 0 15 0 13 0 10846852 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1542468 CPUtime=1.19
/proc/15779/task/15789/stat : 15789 (java) S 15777 15779 15754 0 -1 4202560 3291 0 0 0 118 1 0 0 15 0 13 0 10846852 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10846852 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1579487232 40728 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 1542468

[startup+12.7014 s]
/proc/loadavg: 0.37 0.11 0.36 2/119 15794
/proc/meminfo: memFree=1641380/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1542468 CPUtime=16.73
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 58753 0 1 0 1646 27 0 0 18 0 13 0 10846842 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 385617 49922 1438 10 0 382919 0
[pid=15779/tid=15781] ppid=15777 vsize=1542468 CPUtime=12.27
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 33171 0 1 0 1213 14 0 0 25 0 13 0 10846844 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4109562268 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1542468 CPUtime=0.23
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 5996 0 0 0 20 3 0 0 15 0 13 0 10846845 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1542468 CPUtime=0.24
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 6055 0 0 0 21 3 0 0 15 0 13 0 10846845 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 10846847 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1542468 CPUtime=2.72
/proc/15779/task/15788/stat : 15788 (java) S 15777 15779 15754 0 -1 4202560 9144 0 0 0 269 3 0 0 15 0 13 0 10846852 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1542468 CPUtime=1.23
/proc/15779/task/15789/stat : 15789 (java) S 15777 15779 15754 0 -1 4202560 3291 0 0 0 122 1 0 0 15 0 13 0 10846852 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10846852 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1579487232 49922 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.73
Current children cumulated vsize (KiB) 1542468

[startup+25.5015 s]
/proc/loadavg: 0.51 0.15 0.37 2/119 15794
/proc/meminfo: memFree=1632080/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1542468 CPUtime=29.67
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 61339 0 1 0 2937 30 0 0 18 0 13 0 10846842 1579487232 52277 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 385617 52277 1438 10 0 382919 0
[pid=15779/tid=15781] ppid=15777 vsize=1542468 CPUtime=24.97
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 33182 0 1 0 2483 14 0 0 25 0 13 0 10846844 1579487232 52277 1992294400 134512640 134550932 4290320080 18446744073709551615 4109178907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1542468 CPUtime=0.32
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 7013 0 0 0 27 5 0 0 16 0 13 0 10846845 1579487232 52277 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1542468 CPUtime=0.33
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 7613 0 0 0 30 3 0 0 15 0 13 0 10846845 1579487232 52277 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1542468 CPUtime=0

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

[pid=15779] ppid=15777 vsize=1542468 CPUtime=1618.16
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 97687 0 1 0 161728 88 0 0 18 0 13 0 10846842 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 385617 86201 1448 10 0 382919 0
[pid=15779/tid=15781] ppid=15777 vsize=1542468 CPUtime=1588.54
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 33857 0 1 0 158838 16 0 0 25 0 13 0 10846844 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4109178881 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1542468 CPUtime=12.51
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 24277 0 0 0 1220 31 0 0 16 0 13 0 10846845 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1542468 CPUtime=12.5
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 25736 0 0 0 1221 29 0 0 15 0 13 0 10846845 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1542468 CPUtime=0.44
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 214 0 0 0 39 5 0 0 16 0 13 0 10846847 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1542468 CPUtime=2.73
/proc/15779/task/15788/stat : 15788 (java) S 15777 15779 15754 0 -1 4202560 9144 0 0 0 270 3 0 0 15 0 13 0 10846852 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1542468 CPUtime=1.39
/proc/15779/task/15789/stat : 15789 (java) S 15777 15779 15754 0 -1 4202560 3299 0 0 0 138 1 0 0 15 0 13 0 10846852 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 10846852 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1579487232 86201 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.16
Current children cumulated vsize (KiB) 1542468

[startup+1662.3 s]
/proc/loadavg: 1.13 1.04 0.87 2/119 15847
/proc/meminfo: memFree=1486628/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1542468 CPUtime=1678.89
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 99735 0 1 0 167795 94 0 0 18 0 13 0 10846842 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 385617 88160 1448 10 0 382919 0
[pid=15779/tid=15781] ppid=15777 vsize=1542468 CPUtime=1647.72
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 33882 0 1 0 164756 16 0 0 25 0 13 0 10846844 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4109171699 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1542468 CPUtime=13.27
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 24961 0 0 0 1291 36 0 0 16 0 13 0 10846845 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1542468 CPUtime=13.26
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 27067 0 0 0 1297 29 0 0 16 0 13 0 10846845 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1542468 CPUtime=0.44
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 218 0 0 0 39 5 0 0 15 0 13 0 10846847 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1542468 CPUtime=2.73
/proc/15779/task/15788/stat : 15788 (java) S 15777 15779 15754 0 -1 4202560 9144 0 0 0 270 3 0 0 15 0 13 0 10846852 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1542468 CPUtime=1.39
/proc/15779/task/15789/stat : 15789 (java) S 15777 15779 15754 0 -1 4202560 3299 0 0 0 138 1 0 0 15 0 13 0 10846852 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 10846852 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1579487232 88160 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1678.89
Current children cumulated vsize (KiB) 1542468

[startup+1722.3 s]
/proc/loadavg: 1.18 1.06 0.89 2/119 15847
/proc/meminfo: memFree=1481172/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1542468 CPUtime=1739.64
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 101129 0 1 0 173864 100 0 0 18 0 13 0 10846842 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 385617 89472 1448 10 0 382919 0
[pid=15779/tid=15781] ppid=15777 vsize=1542468 CPUtime=1706.91
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 33906 0 1 0 170675 16 0 0 25 0 13 0 10846844 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4109118448 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1542468 CPUtime=14.05
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 25335 0 0 0 1364 41 0 0 16 0 13 0 10846845 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1542468 CPUtime=14.05
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 28055 0 0 0 1375 30 0 0 16 0 13 0 10846845 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1542468 CPUtime=0.45
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 222 0 0 0 40 5 0 0 15 0 13 0 10846847 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1542468 CPUtime=2.73
/proc/15779/task/15788/stat : 15788 (java) S 15777 15779 15754 0 -1 4202560 9144 0 0 0 270 3 0 0 15 0 13 0 10846852 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1542468 CPUtime=1.39
/proc/15779/task/15789/stat : 15789 (java) S 15777 15779 15754 0 -1 4202560 3299 0 0 0 138 1 0 0 15 0 13 0 10846852 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 10846852 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1579487232 89472 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1739.64
Current children cumulated vsize (KiB) 1542468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.9 s]
/proc/loadavg: 1.07 1.05 0.90 2/119 15849
/proc/meminfo: memFree=1475344/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1542468 CPUtime=1800.04
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 102645 0 1 0 179899 105 0 0 18 0 13 0 10846842 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 385617 90911 1448 10 0 382919 0
[pid=15779/tid=15781] ppid=15777 vsize=1542468 CPUtime=1765.67
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 33931 0 1 0 176550 17 0 0 25 0 13 0 10846844 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4109171773 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1542468 CPUtime=14.88
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 26379 0 0 0 1446 42 0 0 15 0 13 0 10846845 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1542468 CPUtime=14.87
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 28496 0 0 0 1453 34 0 0 16 0 13 0 10846845 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1542468 CPUtime=0.45
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 224 0 0 0 40 5 0 0 15 0 13 0 10846847 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1542468 CPUtime=2.73
/proc/15779/task/15788/stat : 15788 (java) S 15777 15779 15754 0 -1 4202560 9144 0 0 0 270 3 0 0 15 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1542468 CPUtime=1.39
/proc/15779/task/15789/stat : 15789 (java) S 15777 15779 15754 0 -1 4202560 3299 0 0 0 138 1 0 0 15 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1542468

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

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

[startup+1781.9 s]
/proc/loadavg: 1.07 1.05 0.90 2/119 15849
/proc/meminfo: memFree=1475344/2059040 swapFree=4192888/4192956
[pid=15779] ppid=15777 vsize=1542468 CPUtime=1800.04
/proc/15779/stat : 15779 (java) S 15777 15779 15754 0 -1 4202496 102645 0 1 0 179899 105 0 0 18 0 13 0 10846842 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15779/statm: 385617 90911 1448 10 0 382919 0
[pid=15779/tid=15781] ppid=15777 vsize=1542468 CPUtime=1765.67
/proc/15779/task/15781/stat : 15781 (java) R 15777 15779 15754 0 -1 4202560 33931 0 1 0 176550 17 0 0 25 0 13 0 10846844 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4109171773 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15779/tid=15782] ppid=15777 vsize=1542468 CPUtime=14.88
/proc/15779/task/15782/stat : 15782 (java) S 15777 15779 15754 0 -1 4202560 26379 0 0 0 1446 42 0 0 15 0 13 0 10846845 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15783] ppid=15777 vsize=1542468 CPUtime=14.87
/proc/15779/task/15783/stat : 15783 (java) S 15777 15779 15754 0 -1 4202560 28496 0 0 0 1453 34 0 0 16 0 13 0 10846845 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15784] ppid=15777 vsize=1542468 CPUtime=0.45
/proc/15779/task/15784/stat : 15784 (java) S 15777 15779 15754 0 -1 4202560 224 0 0 0 40 5 0 0 15 0 13 0 10846847 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15785] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15785/stat : 15785 (java) S 15777 15779 15754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15786] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15786/stat : 15786 (java) S 15777 15779 15754 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846848 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 1 0 0 0
[pid=15779/tid=15787] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15787/stat : 15787 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15788] ppid=15777 vsize=1542468 CPUtime=2.73
/proc/15779/task/15788/stat : 15788 (java) S 15777 15779 15754 0 -1 4202560 9144 0 0 0 270 3 0 0 15 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15789] ppid=15777 vsize=1542468 CPUtime=1.39
/proc/15779/task/15789/stat : 15789 (java) S 15777 15779 15754 0 -1 4202560 3299 0 0 0 138 1 0 0 15 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15790] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15790/stat : 15790 (java) S 15777 15779 15754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15791] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15791/stat : 15791 (java) S 15777 15779 15754 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 10846852 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
[pid=15779/tid=15792] ppid=15777 vsize=1542468 CPUtime=0
/proc/15779/task/15792/stat : 15792 (java) S 15777 15779 15754 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10846897 1579487232 90911 1992294400 134512640 134550932 4290320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437862592576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1542468

Child status: 143
Real time (s): 1782
CPU time (s): 1800.16
CPU user time (s): 1799.06
CPU system time (s): 1.09383
CPU usage (%): 101.019
Max. virtual memory (cumulated for all children) (KiB): 1547724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.09383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102668
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= 42904
involuntary context switches= 25252

runsolver used 3.66544 second user time and 9.44356 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-16 15:39:02
IDJOB=2660774
IDBENCH=1160
IDSOLVER=1165
FILE ID=node041/2660774-1276695542
PBS_JOBID= 11174059
Free space on /tmp= 62084 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-army13.24bt.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660774-1276695542/watcher-2660774-1276695542 -o /tmp/evaluation-result-2660774-1276695542/solver-2660774-1276695542 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660774-1276695542.opb

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=761292726

node041.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.251
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.50
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.251
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.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1837116 kB
Buffers:          6676 kB
Cached:          85280 kB
SwapCached:         64 kB
Active:         124448 kB
Inactive:        26900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1837116 kB
SwapTotal:     4192956 kB
SwapFree:      4192888 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       59300 kB
Mapped:          15376 kB
Slab:            48724 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180652 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= 62084 MiB
End job on node041 at 2010-06-16 16:08:46