Trace number 2660782

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.17 1780.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
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 benchmark30.5064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
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.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.16	c version 2.2.0.v20100526
0.07/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.16	c java.vm.version	11.2-b01
0.07/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version		1.6.0_12
0.07/0.16	c os.name		Linux
0.07/0.16	c os.version		2.6.18-164.el5
0.07/0.16	c os.arch		i386
0.07/0.16	c Free memory 		1393557488
0.07/0.16	c Max memory 		1395916800
0.07/0.16	c Total memory 		1395916800
0.07/0.16	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-2660782-1278546209.opb
0.22/0.22	c reading problem ... 
0.53/0.44	c ... done. Wall clock time 0.229s.
0.53/0.44	c #vars     428
0.53/0.44	c #constraints  644
0.53/0.44	c constraints type 
0.53/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 222
0.53/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132
0.53/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.53/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 288
489.57/482.97	c cleaning 0 clauses out of 5002 with flag 0/5002
1800.05/1780.22	c starts		: 33
1800.05/1780.22	c conflicts		: 9522
1800.05/1780.22	c decisions		: 12634
1800.05/1780.22	c propagations		: 364903
1800.05/1780.22	c inspects		: 674854151
1800.05/1780.22	c learnt literals	: 0
1800.05/1780.22	c learnt binary clauses	: 0
1800.05/1780.22	c learnt ternary clauses	: 0
1800.05/1780.22	c learnt clauses	: 9522
1800.05/1780.22	c ignored clauses	: 0
1800.05/1780.22	c root simplifications	: 0
1800.05/1780.22	c removed literals (reason simplification)	: 0
1800.05/1780.22	c reason swapping (by a shorter reason)	: 0
1800.05/1780.22	c Calls to reduceDB	: 1
1800.05/1780.22	c number of reductions to clauses (during analyze)	: 0
1800.05/1780.22	c number of learned constraints concerned by reduction	: 0
1800.05/1780.22	c number of learning phase by resolution	: 0
1800.05/1780.22	c number of learning phase by cutting planes	: 0
1800.05/1780.22	c speed (assignments/second)	: 205.02817779825483
1800.05/1780.22	c non guided choices	52
1800.05/1780.23	c learnt constraints type 
1800.05/1780.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9522
1800.05/1780.23	c constraints type 
1800.05/1780.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 222
1800.05/1780.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132
1800.05/1780.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.05/1780.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 288
1800.05/1780.23	s UNKNOWN
1800.05/1780.24	c Total wall clock time (in seconds): 1780.02

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-2660782-1278546209/watcher-2660782-1278546209 -o /tmp/evaluation-result-2660782-1278546209/solver-2660782-1278546209 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660782-1278546209.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.07 0.02 0.00 3/105 26252
/proc/meminfo: memFree=1709828/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=248 CPUtime=0
/proc/26252/stat : 26252 (java) R 26250 26252 26193 0 -1 4194304 282 0 0 0 0 0 0 0 25 0 1 0 22829335 253952 29 1992294400 134512640 134550932 4291743728 18446744073709551615 5173726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26252/statm: 62 29 21 10 0 23 0

[startup+0.0822451 s]
/proc/loadavg: 0.07 0.02 0.00 3/105 26252
/proc/meminfo: memFree=1709828/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1521796 CPUtime=0.05
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 3713 0 1 0 3 2 0 0 25 0 7 0 22829335 1558319104 3155 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 380449 3155 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101239 s]
/proc/loadavg: 0.07 0.02 0.00 3/105 26252
/proc/meminfo: memFree=1709828/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1521796 CPUtime=0.07
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 3860 0 1 0 5 2 0 0 25 0 7 0 22829335 1558319104 3302 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 380449 3304 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.301269 s]
/proc/loadavg: 0.07 0.02 0.00 3/105 26252
/proc/meminfo: memFree=1709828/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1526264 CPUtime=0.34
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 5334 0 1 0 31 3 0 0 25 0 12 0 22829335 1562894336 4772 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 381566 4772 1362 10 0 378868 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526264

[startup+0.781311 s]
/proc/loadavg: 0.07 0.02 0.00 3/105 26252
/proc/meminfo: memFree=1709828/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1528536 CPUtime=1.27
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 7368 0 2 0 123 4 0 0 25 0 13 0 22829335 1565220864 6554 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 382134 6554 1415 10 0 379436 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1528536

[startup+1.5014 s]
/proc/loadavg: 0.47 0.10 0.03 5/118 26265
/proc/meminfo: memFree=1681764/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1541540 CPUtime=2.71
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 14062 0 2 0 264 7 0 0 25 0 13 0 22829335 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385385 12252 1415 10 0 382687 0
[pid=26252/tid=26254] ppid=26250 vsize=1541540 CPUtime=1.45
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 7686 0 1 0 141 4 0 0 18 0 13 0 22829337 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4108778962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 13 0 22829339 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829339 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 22829341 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 22829341 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 22829341 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1541540 CPUtime=0.21
/proc/26252/task/26261/stat : 26261 (java) R 26250 26252 26193 0 -1 4202560 326 0 0 0 21 0 0 0 25 0 13 0 22829346 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 103148475 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26262] ppid=26250 vsize=1541540 CPUtime=1.01
/proc/26252/task/26262/stat : 26262 (java) R 26250 26252 26193 0 -1 4202560 4980 0 1 0 100 1 0 0 19 0 13 0 22829346 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 102536039 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26263] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22829346 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1541540 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1578536960 12252 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1541540

[startup+3.10158 s]
/proc/loadavg: 0.47 0.10 0.03 4/118 26265
/proc/meminfo: memFree=1643324/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1545340 CPUtime=5.89
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 43279 0 4 0 567 22 0 0 25 0 13 0 22829335 1582428160 38733 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 386335 38736 1435 10 0 383637 0
[pid=26252/tid=26254] ppid=26250 vsize=1545340 CPUtime=3.02
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 32063 0 1 0 285 17 0 0 19 0 13 0 22829337 1582428160 38737 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1545340 CPUtime=0.01
/proc/26252/task/26255/stat : 26255 (java) R 26250 26252 26193 0 -1 4202560 585 0 0 0 1 0 0 0 18 0 13 0 22829339 1582428160 38739 1992294400 134512640 134550932 4291743728 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1545340 CPUtime=0
/proc/26252/task/26256/stat : 26256 (java) R 26250 26252 26193 0 -1 4202560 238 0 0 0 0 0 0 0 18 0 13 0 22829339 1582428160 38741 1992294400 134512640 134550932 4291743728 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1545340 CPUtime=0
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 22829341 1582428160 38742 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1545340 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 22829341 1582428160 38744 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1545340 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 22829341 1582428160 38746 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1545340 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1582428160 38748 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1545340 CPUtime=0.92
/proc/26252/task/26261/stat : 26261 (java) S 26250 26252 26193 0 -1 4202560 2055 0 1 0 91 1 0 0 25 0 13 0 22829346 1582428160 38749 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 4
[pid=26252/tid=26262] ppid=26250 vsize=1545340 CPUtime=1.9
/proc/26252/task/26262/stat : 26262 (java) R 26250 26252 26193 0 -1 4202560 7279 0 2 0 188 2 0 0 20 0 13 0 22829346 1582428160 38751 1992294400 134512640 134550932 4291743728 18446744073709551615 106797904 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=26252/tid=26263] ppid=26250 vsize=1545340 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1582428160 38753 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1545340 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22829346 1582428160 38755 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1545340 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1582428160 38757 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1545340

[startup+6.30192 s]
/proc/loadavg: 0.47 0.10 0.03 2/118 26265
/proc/meminfo: memFree=1552444/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1542484 CPUtime=9.69
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 47543 0 4 0 945 24 0 0 25 0 13 0 22829335 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385621 41210 1438 10 0 382923 0
[pid=26252/tid=26254] ppid=26250 vsize=1542484 CPUtime=5.93
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 32067 0 1 0 576 17 0 0 25 0 13 0 22829337 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4109451963 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1542484 CPUtime=0.07
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 2040 0 0 0 7 0 0 0 16 0 13 0 22829339 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1542484 CPUtime=0.06
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 1839 0 0 0 6 0 0 0 16 0 13 0 22829339 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 22829341 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1542484 CPUtime=1.39
/proc/26252/task/26261/stat : 26261 (java) S 26250 26252 26193 0 -1 4202560 2963 0 1 0 138 1 0 0 17 0 13 0 22829346 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 4
[pid=26252/tid=26262] ppid=26250 vsize=1542484 CPUtime=2.16
/proc/26252/task/26262/stat : 26262 (java) S 26250 26252 26193 0 -1 4202560 7545 0 2 0 214 2 0 0 18 0 13 0 22829346 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 1
[pid=26252/tid=26263] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22829346 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1579503616 41210 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 1542484

[startup+12.7016 s]
/proc/loadavg: 0.55 0.13 0.04 2/118 26265
/proc/meminfo: memFree=1516360/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1542484 CPUtime=16.62
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 56504 0 4 0 1635 27 0 0 25 0 13 0 22829335 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385621 49738 1438 10 0 382923 0
[pid=26252/tid=26254] ppid=26250 vsize=1542484 CPUtime=12.17
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 33151 0 1 0 1200 17 0 0 25 0 13 0 22829337 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4109451713 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1542484 CPUtime=0.22
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 6034 0 0 0 20 2 0 0 16 0 13 0 22829339 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1542484 CPUtime=0.21
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 5695 0 0 0 20 1 0 0 15 0 13 0 22829339 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 22829341 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1542484 CPUtime=1.46
/proc/26252/task/26261/stat : 26261 (java) S 26250 26252 26193 0 -1 4202560 2965 0 1 0 145 1 0 0 15 0 13 0 22829346 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 4
[pid=26252/tid=26262] ppid=26250 vsize=1542484 CPUtime=2.48
/proc/26252/task/26262/stat : 26262 (java) S 26250 26252 26193 0 -1 4202560 7562 0 2 0 246 2 0 0 15 0 13 0 22829346 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 1
[pid=26252/tid=26263] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22829346 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1579503616 49738 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.62
Current children cumulated vsize (KiB) 1542484

[startup+25.5021 s]
/proc/loadavg: 0.62 0.16 0.05 2/118 26265
/proc/meminfo: memFree=1507556/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1542484 CPUtime=29.58
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 58598 0 4 0 2930 28 0 0 25 0 13 0 22829335 1579503616 51718 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385621 51718 1438 10 0 382923 0
[pid=26252/tid=26254] ppid=26250 vsize=1542484 CPUtime=24.89
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 33161 0 1 0 2472 17 0 0 25 0 13 0 22829337 1579503616 51718 1992294400 134512640 134550932 4291743728 18446744073709551615 4109211432 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1542484 CPUtime=0.3
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 6743 0 0 0 27 3 0 0 16 0 13 0 22829339 1579503616 51718 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1542484 CPUtime=0.29
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 7070 0 0 0 28 1 0 0 15 0 13 0 22829339 1579503616 51718 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1542484 CPUtime=0

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

[pid=26252] ppid=26250 vsize=1542484 CPUtime=1559.01
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 98280 0 4 0 155818 83 0 0 25 0 13 0 22829335 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385621 89547 1448 10 0 382923 0
[pid=26252/tid=26254] ppid=26250 vsize=1542484 CPUtime=1527.26
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 33837 0 1 0 152704 22 0 0 25 0 13 0 22829337 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4109451713 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1542484 CPUtime=13.47
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 31604 0 0 0 1326 21 0 0 16 0 13 0 22829339 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1542484 CPUtime=13.42
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 20902 0 0 0 1314 28 0 0 16 0 13 0 22829339 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1542484 CPUtime=0.45
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 218 0 0 0 41 4 0 0 15 0 13 0 22829341 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1542484 CPUtime=1.48
/proc/26252/task/26261/stat : 26261 (java) S 26250 26252 26193 0 -1 4202560 2965 0 1 0 147 1 0 0 15 0 13 0 22829346 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 4
[pid=26252/tid=26262] ppid=26250 vsize=1542484 CPUtime=2.85
/proc/26252/task/26262/stat : 26262 (java) S 26250 26252 26193 0 -1 4202560 7593 0 2 0 283 2 0 0 15 0 13 0 22829346 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 1
[pid=26252/tid=26263] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 22829346 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1579503616 89547 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1559.01
Current children cumulated vsize (KiB) 1542484

[startup+1602.3 s]
/proc/loadavg: 1.16 1.07 0.83 2/118 26316
/proc/meminfo: memFree=1352432/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1542484 CPUtime=1619.75
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 98851 0 4 0 161892 83 0 0 25 0 13 0 22829335 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385621 90080 1448 10 0 382923 0
[pid=26252/tid=26254] ppid=26250 vsize=1542484 CPUtime=1586.44
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 33862 0 1 0 158622 22 0 0 25 0 13 0 22829337 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4109211248 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1542484 CPUtime=14.25
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 31884 0 0 0 1404 21 0 0 15 0 13 0 22829339 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1542484 CPUtime=14.2
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 21160 0 0 0 1391 29 0 0 16 0 13 0 22829339 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1542484 CPUtime=0.46
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 222 0 0 0 42 4 0 0 15 0 13 0 22829341 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1542484 CPUtime=1.48
/proc/26252/task/26261/stat : 26261 (java) S 26250 26252 26193 0 -1 4202560 2965 0 1 0 147 1 0 0 15 0 13 0 22829346 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 4
[pid=26252/tid=26262] ppid=26250 vsize=1542484 CPUtime=2.85
/proc/26252/task/26262/stat : 26262 (java) S 26250 26252 26193 0 -1 4202560 7593 0 2 0 283 2 0 0 15 0 13 0 22829346 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 1
[pid=26252/tid=26263] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 22829346 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1579503616 90080 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1619.75
Current children cumulated vsize (KiB) 1542484

[startup+1662.3 s]
/proc/loadavg: 1.06 1.05 0.83 2/118 26318
/proc/meminfo: memFree=1350572/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1542484 CPUtime=1680.56
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 99368 0 4 0 167971 85 0 0 25 0 13 0 22829335 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385621 90549 1448 10 0 382923 0
[pid=26252/tid=26254] ppid=26250 vsize=1542484 CPUtime=1645.57
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 33889 0 1 0 164534 23 0 0 25 0 13 0 22829337 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4109211413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1542484 CPUtime=15.08
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 32126 0 0 0 1487 21 0 0 16 0 13 0 22829339 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1542484 CPUtime=15.04
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 21400 0 0 0 1474 30 0 0 16 0 13 0 22829339 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1542484 CPUtime=0.46
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 226 0 0 0 42 4 0 0 15 0 13 0 22829341 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1542484 CPUtime=1.48
/proc/26252/task/26261/stat : 26261 (java) S 26250 26252 26193 0 -1 4202560 2965 0 1 0 147 1 0 0 15 0 13 0 22829346 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 4
[pid=26252/tid=26262] ppid=26250 vsize=1542484 CPUtime=2.85
/proc/26252/task/26262/stat : 26262 (java) S 26250 26252 26193 0 -1 4202560 7593 0 2 0 283 2 0 0 15 0 13 0 22829346 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 1
[pid=26252/tid=26263] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 22829346 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1579503616 90549 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1680.56
Current children cumulated vsize (KiB) 1542484

[startup+1722.3 s]
/proc/loadavg: 1.02 1.04 0.84 2/118 26320
/proc/meminfo: memFree=1348464/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1542484 CPUtime=1741.36
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 99950 0 4 0 174049 87 0 0 25 0 13 0 22829335 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385621 91092 1448 10 0 382923 0
[pid=26252/tid=26254] ppid=26250 vsize=1542484 CPUtime=1704.7
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 33915 0 1 0 170447 23 0 0 25 0 13 0 22829337 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4109211289 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1542484 CPUtime=15.92
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 32372 0 0 0 1570 22 0 0 16 0 13 0 22829339 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1542484 CPUtime=15.87
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 21706 0 0 0 1556 31 0 0 15 0 13 0 22829339 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1542484 CPUtime=0.47
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 228 0 0 0 43 4 0 0 15 0 13 0 22829341 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1542484 CPUtime=1.48
/proc/26252/task/26261/stat : 26261 (java) S 26250 26252 26193 0 -1 4202560 2965 0 1 0 147 1 0 0 15 0 13 0 22829346 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 4
[pid=26252/tid=26262] ppid=26250 vsize=1542484 CPUtime=2.85
/proc/26252/task/26262/stat : 26262 (java) S 26250 26252 26193 0 -1 4202560 7593 0 2 0 283 2 0 0 15 0 13 0 22829346 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 1
[pid=26252/tid=26263] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 22829346 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1579503616 91092 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.36
Current children cumulated vsize (KiB) 1542484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.2 s]
/proc/loadavg: 1.01 1.03 0.85 2/118 26322
/proc/meminfo: memFree=1345860/2059040 swapFree=4139760/4192956
[pid=26252] ppid=26250 vsize=1542484 CPUtime=1800.05
/proc/26252/stat : 26252 (java) S 26250 26252 26193 0 -1 4202496 100533 0 4 0 179917 88 0 0 25 0 13 0 22829335 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26252/statm: 385621 91633 1448 10 0 382923 0
[pid=26252/tid=26254] ppid=26250 vsize=1542484 CPUtime=1761.77
/proc/26252/task/26254/stat : 26254 (java) R 26250 26252 26193 0 -1 4202560 33940 0 1 0 176154 23 0 0 25 0 13 0 22829337 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4109298495 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26252/tid=26255] ppid=26250 vsize=1542484 CPUtime=16.72
/proc/26252/task/26255/stat : 26255 (java) S 26250 26252 26193 0 -1 4202560 32623 0 0 0 1650 22 0 0 16 0 13 0 22829339 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26256] ppid=26250 vsize=1542484 CPUtime=16.67
/proc/26252/task/26256/stat : 26256 (java) S 26250 26252 26193 0 -1 4202560 22004 0 0 0 1636 31 0 0 16 0 13 0 22829339 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26257] ppid=26250 vsize=1542484 CPUtime=0.48
/proc/26252/task/26257/stat : 26257 (java) S 26250 26252 26193 0 -1 4202560 233 0 0 0 44 4 0 0 15 0 13 0 22829341 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 0 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26258] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26258/stat : 26258 (java) S 26250 26252 26193 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26259] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26259/stat : 26259 (java) S 26250 26252 26193 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 22829341 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26260] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26260/stat : 26260 (java) S 26250 26252 26193 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26261] ppid=26250 vsize=1542484 CPUtime=1.48
/proc/26252/task/26261/stat : 26261 (java) S 26250 26252 26193 0 -1 4202560 2965 0 1 0 147 1 0 0 15 0 13 0 22829346 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 4
[pid=26252/tid=26262] ppid=26250 vsize=1542484 CPUtime=2.85
/proc/26252/task/26262/stat : 26262 (java) S 26250 26252 26193 0 -1 4202560 7593 0 2 0 283 2 0 0 15 0 13 0 22829346 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 1
[pid=26252/tid=26263] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26263/stat : 26263 (java) S 26250 26252 26193 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829346 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 1 0 0 0
[pid=26252/tid=26264] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26264/stat : 26264 (java) S 26250 26252 26193 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 22829346 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
[pid=26252/tid=26265] ppid=26250 vsize=1542484 CPUtime=0
/proc/26252/task/26265/stat : 26265 (java) S 26250 26252 26193 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22829381 1579503616 91633 1992294400 134512640 134550932 4291743728 18446744073709551615 4294960144 0 4 0 16800975 18446604437844046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1542484

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

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

Child status: 143
Real time (s): 1780.3
CPU time (s): 1800.17
CPU user time (s): 1799.25
CPU system time (s): 0.92086
CPU usage (%): 101.116
Max. virtual memory (cumulated for all children) (KiB): 1545976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 0.92086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100555
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43874
involuntary context switches= 42742

runsolver used 3.73043 second user time and 9.34958 second system time

The end

Launcher Data

Begin job on node085 at 2010-07-08 01:43:29
IDJOB=2660782
IDBENCH=1168
IDSOLVER=1165
FILE ID=node085/2660782-1278546209
PBS_JOBID= 11239478
Free space on /tmp= 121792 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-army12.21ls.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660782-1278546209/watcher-2660782-1278546209 -o /tmp/evaluation-result-2660782-1278546209/solver-2660782-1278546209 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660782-1278546209.opb

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=1708773014

node085.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.215
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.43
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.215
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	: 5999.39
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1710100 kB
Buffers:         54284 kB
Cached:         195012 kB
SwapCached:       7048 kB
Active:          91348 kB
Inactive:       171772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1710100 kB
SwapTotal:     4192956 kB
SwapFree:      4139760 kB
Dirty:             576 kB
Writeback:           0 kB
AnonPages:       11376 kB
Mapped:          11856 kB
Slab:            63920 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180888 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= 121792 MiB
End job on node085 at 2010-07-08 02:13:11