Trace number 2660781

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.22 1782.11

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
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 24
Number of bits of the biggest number in a constraint 5
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.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.16/0.25	c Pseudo Boolean Optimization
0.16/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.25	c --- Begin Solver configuration ---
0.16/0.25	c Stops conflict analysis at the first Unique Implication Point
0.16/0.25	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.16/0.25	c Learn all clauses as in MiniSAT
0.16/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.25	c No reason simplification
0.16/0.25	c Armin Biere (Picosat) restarts strategy
0.16/0.25	c Glucose learned constraints deletion strategy
0.16/0.25	c timeout=2147483s
0.16/0.25	c DB Simplification allowed=false
0.16/0.25	c --- End Solver configuration ---
0.16/0.25	c solving HOME/instance-2660781-1278546208.opb
0.16/0.25	c reading problem ... 
0.63/0.50	c ... done. Wall clock time 0.251s.
0.63/0.51	c #vars     490
0.63/0.51	c #constraints  737
0.63/0.51	c constraints type 
0.63/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.63/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.63/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.63/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
547.69/541.90	c cleaning 0 clauses out of 5000 with flag 0/5000
1800.09/1782.02	c starts		: 32
1800.09/1782.02	c conflicts		: 9002
1800.09/1782.02	c decisions		: 14543
1800.09/1782.02	c propagations		: 380321
1800.09/1782.02	c inspects		: 646755155
1800.09/1782.02	c learnt literals	: 0
1800.09/1782.02	c learnt binary clauses	: 0
1800.09/1782.02	c learnt ternary clauses	: 0
1800.09/1782.02	c learnt clauses	: 9002
1800.09/1782.02	c ignored clauses	: 0
1800.09/1782.02	c root simplifications	: 0
1800.09/1782.02	c removed literals (reason simplification)	: 0
1800.09/1782.02	c reason swapping (by a shorter reason)	: 0
1800.09/1782.02	c Calls to reduceDB	: 1
1800.09/1782.02	c number of reductions to clauses (during analyze)	: 0
1800.09/1782.02	c number of learned constraints concerned by reduction	: 0
1800.09/1782.02	c number of learning phase by resolution	: 0
1800.09/1782.02	c number of learning phase by cutting planes	: 0
1800.09/1782.02	c speed (assignments/second)	: 213.48178376269635
1800.09/1782.02	c non guided choices	56
1800.09/1782.04	c learnt constraints type 
1800.09/1782.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9002
1800.09/1782.04	c constraints type 
1800.09/1782.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
1800.09/1782.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
1800.09/1782.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.09/1782.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
1800.09/1782.04	s UNKNOWN
1800.09/1782.04	c Total wall clock time (in seconds): 1781.786

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-2660781-1278546208/watcher-2660781-1278546208 -o /tmp/evaluation-result-2660781-1278546208/solver-2660781-1278546208 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660781-1278546208.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.00 0.00 3/106 30499
/proc/meminfo: memFree=1729480/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=24036 CPUtime=0
/proc/30499/stat : 30499 (runsolver) R 30497 30499 30472 0 -1 4202560 80 0 0 0 0 0 0 0 23 0 1 0 22829234 24612864 106 1992294400 4194304 4302564 140735498809696 18446744073709551615 212588930039 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/30499/statm: 6009 106 69 27 0 2647 0

[startup+0.0919129 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30499
/proc/meminfo: memFree=1729480/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1521796 CPUtime=0.06
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 3784 0 1 0 4 2 0 0 23 0 7 0 22829234 1558319104 3226 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 380449 3226 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100913 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30499
/proc/meminfo: memFree=1729480/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1521796 CPUtime=0.07
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 3851 0 1 0 5 2 0 0 23 0 7 0 22829234 1558319104 3293 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 380449 3293 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.300931 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30499
/proc/meminfo: memFree=1729480/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1526828 CPUtime=0.29
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 5354 0 1 0 26 3 0 0 23 0 12 0 22829234 1563471872 4792 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 381707 4792 1350 10 0 379009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1526828

[startup+0.700971 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30499
/proc/meminfo: memFree=1729480/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1530420 CPUtime=1
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 7470 0 1 0 96 4 0 0 23 0 13 0 22829234 1567150080 6590 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 382605 6590 1412 10 0 379907 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1530420

[startup+1.50206 s]
/proc/loadavg: 0.00 0.00 0.00 4/119 30512
/proc/meminfo: memFree=1702904/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547668 CPUtime=2.58
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 16095 0 1 0 252 6 0 0 23 0 13 0 22829234 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386917 13385 1415 10 0 384219 0
[pid=30499/tid=30501] ppid=30497 vsize=1547668 CPUtime=1.34
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 7371 0 1 0 131 3 0 0 25 0 13 0 22829236 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 105796641 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 13 0 22829238 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829238 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 22829240 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 13 0 22829240 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 22829240 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547668 CPUtime=0.47
/proc/30499/task/30508/stat : 30508 (java) R 30497 30499 30472 0 -1 4202560 2436 0 0 0 47 0 0 0 25 0 13 0 22829245 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547668 CPUtime=0.74
/proc/30499/task/30509/stat : 30509 (java) R 30497 30499 30472 0 -1 4202560 5220 0 0 0 73 1 0 0 18 0 13 0 22829245 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 104138296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22829245 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547668 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584812032 13385 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1547668

[startup+3.10222 s]
/proc/loadavg: 0.00 0.00 0.00 4/119 30512
/proc/meminfo: memFree=1662852/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547240 CPUtime=5.43
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 38868 0 1 0 527 16 0 0 23 0 13 0 22829234 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 32413 1429 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=2.48
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 26041 0 1 0 237 11 0 0 25 0 13 0 22829236 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4109378893 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 13 0 22829238 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829238 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 22829240 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 13 0 22829240 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 22829240 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547240 CPUtime=1.01
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30472 0 -1 4202560 2827 0 0 0 100 1 0 0 23 0 13 0 22829245 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547240 CPUtime=1.92
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30472 0 -1 4202560 8932 0 0 0 190 2 0 0 15 0 13 0 22829245 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22829245 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584373760 32413 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 1547240

[startup+6.30256 s]
/proc/loadavg: 0.08 0.02 0.01 2/119 30512
/proc/meminfo: memFree=1568984/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547240 CPUtime=8.74
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 48165 0 1 0 854 20 0 0 23 0 13 0 22829234 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 41691 1438 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=5.58
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 32079 0 1 0 545 13 0 0 25 0 13 0 22829236 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4109388332 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=0.06
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 1611 0 0 0 6 0 0 0 15 0 13 0 22829238 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=0.05
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 1628 0 0 0 5 0 0 0 16 0 13 0 22829238 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 13 0 22829240 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547240 CPUtime=1.05
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30472 0 -1 4202560 2827 0 0 0 104 1 0 0 15 0 13 0 22829245 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547240 CPUtime=1.94
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30472 0 -1 4202560 8932 0 0 0 192 2 0 0 15 0 13 0 22829245 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22829245 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584373760 41691 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 1547240

[startup+12.7022 s]
/proc/loadavg: 0.15 0.03 0.01 2/119 30512
/proc/meminfo: memFree=1531412/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547240 CPUtime=15.34
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 57620 0 1 0 1510 24 0 0 23 0 13 0 22829234 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 50575 1438 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=11.8
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 34126 0 1 0 1167 13 0 0 25 0 13 0 22829236 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4109388335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=0.21
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 5256 0 0 0 19 2 0 0 16 0 13 0 22829238 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=0.21
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 5378 0 0 0 18 3 0 0 16 0 13 0 22829238 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 22829240 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547240 CPUtime=1.05
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30472 0 -1 4202560 2827 0 0 0 104 1 0 0 15 0 13 0 22829245 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547240 CPUtime=2
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30472 0 -1 4202560 8937 0 0 0 198 2 0 0 16 0 13 0 22829245 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 22829245 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584373760 50575 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 1547240

[startup+25.5015 s]
/proc/loadavg: 0.34 0.08 0.02 2/119 30512
/proc/meminfo: memFree=1520996/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547240 CPUtime=28.26
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 60563 0 1 0 2800 26 0 0 23 0 13 0 22829234 1584373760 53177 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 53177 1438 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=24.49
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 34137 0 1 0 2436 13 0 0 25 0 13 0 22829236 1584373760 53177 1992294400 134512640 134550932 4293841184 18446744073709551615 4109394348 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=0.31
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 6914 0 0 0 28 3 0 0 16 0 13 0 22829238 1584373760 53177 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=0.3
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 6644 0 0 0 27 3 0 0 16 0 13 0 22829238 1584373760 53177 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0

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

[pid=30499] ppid=30497 vsize=1547240 CPUtime=1557.09
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 103940 0 1 0 155644 65 0 0 23 0 13 0 22829234 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 93805 1448 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=1527.82
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 34966 0 1 0 152766 16 0 0 25 0 13 0 22829236 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4109389200 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=12.76
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 28113 0 0 0 1257 19 0 0 16 0 13 0 22829238 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=12.74
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 27793 0 0 0 1256 18 0 0 16 0 13 0 22829238 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0.46
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 124 0 0 0 41 5 0 0 15 0 13 0 22829240 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547240 CPUtime=1.09
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30472 0 -1 4202560 2829 0 0 0 108 1 0 0 15 0 13 0 22829245 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547240 CPUtime=2.17
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30472 0 -1 4202560 8958 0 0 0 214 3 0 0 15 0 13 0 22829245 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30472 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 22829245 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584373760 93805 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1557.09
Current children cumulated vsize (KiB) 1547240

[startup+1602.3 s]
/proc/loadavg: 1.06 1.04 0.81 2/119 30563
/proc/meminfo: memFree=1354464/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547240 CPUtime=1617.88
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 104620 0 1 0 161721 67 0 0 23 0 13 0 22829234 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 94439 1448 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=1587
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 34990 0 1 0 158684 16 0 0 25 0 13 0 22829236 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4109388135 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=13.56
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 28390 0 0 0 1336 20 0 0 16 0 13 0 22829238 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=13.54
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 28164 0 0 0 1335 19 0 0 16 0 13 0 22829238 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0.46
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 128 0 0 0 41 5 0 0 15 0 13 0 22829240 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547240 CPUtime=1.09
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30472 0 -1 4202560 2829 0 0 0 108 1 0 0 15 0 13 0 22829245 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547240 CPUtime=2.17
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30472 0 -1 4202560 8958 0 0 0 214 3 0 0 15 0 13 0 22829245 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30472 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 22829245 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584373760 94439 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1617.88
Current children cumulated vsize (KiB) 1547240

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 0.82 2/119 30565
/proc/meminfo: memFree=1351736/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547240 CPUtime=1678.71
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 105325 0 1 0 167801 70 0 0 23 0 13 0 22829234 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 95102 1448 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=1646.12
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 35015 0 1 0 164596 16 0 0 25 0 13 0 22829236 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4109392506 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=14.41
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 28783 0 0 0 1419 22 0 0 16 0 13 0 22829238 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=14.39
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 28447 0 0 0 1419 20 0 0 16 0 13 0 22829238 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0.47
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 130 0 0 0 41 6 0 0 15 0 13 0 22829240 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547240 CPUtime=1.09
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30472 0 -1 4202560 2829 0 0 0 108 1 0 0 15 0 13 0 22829245 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547240 CPUtime=2.17
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30472 0 -1 4202560 8958 0 0 0 214 3 0 0 15 0 13 0 22829245 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30472 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 22829245 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584373760 95102 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.71
Current children cumulated vsize (KiB) 1547240

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 0.83 2/119 30567
/proc/meminfo: memFree=1348264/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547240 CPUtime=1739.56
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 106260 0 1 0 173883 73 0 0 23 0 13 0 22829234 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 95965 1448 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=1705.22
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 35040 0 1 0 170506 16 0 0 25 0 13 0 22829236 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4109388203 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=15.29
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 29265 0 0 0 1506 23 0 0 16 0 13 0 22829238 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=15.26
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 28867 0 0 0 1505 21 0 0 16 0 13 0 22829238 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0.48
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 134 0 0 0 42 6 0 0 15 0 13 0 22829240 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547240 CPUtime=1.09
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30472 0 -1 4202560 2829 0 0 0 108 1 0 0 15 0 13 0 22829245 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547240 CPUtime=2.17
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30472 0 -1 4202560 8958 0 0 0 214 3 0 0 15 0 13 0 22829245 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30472 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 22829245 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584373760 95965 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.56
Current children cumulated vsize (KiB) 1547240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.01 s]
/proc/loadavg: 1.00 1.02 0.83 2/119 30567
/proc/meminfo: memFree=1344792/2059040 swapFree=4139656/4192956
[pid=30499] ppid=30497 vsize=1547240 CPUtime=1800.09
/proc/30499/stat : 30499 (java) S 30497 30499 30472 0 -1 4202496 107084 0 1 0 179934 75 0 0 23 0 13 0 22829234 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30499/statm: 386810 96740 1448 10 0 384112 0
[pid=30499/tid=30501] ppid=30497 vsize=1547240 CPUtime=1764.05
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30472 0 -1 4202560 35064 0 1 0 176389 16 0 0 25 0 13 0 22829236 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4109388080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=1547240 CPUtime=16.15
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30472 0 -1 4202560 29593 0 0 0 1590 25 0 0 16 0 13 0 22829238 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=1547240 CPUtime=16.11
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30472 0 -1 4202560 29331 0 0 0 1589 22 0 0 16 0 13 0 22829238 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=1547240 CPUtime=0.48
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30472 0 -1 4202560 138 0 0 0 42 6 0 0 15 0 13 0 22829240 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30472 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30472 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 22829240 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30508] ppid=30497 vsize=1547240 CPUtime=1.09
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30472 0 -1 4202560 2829 0 0 0 108 1 0 0 15 0 13 0 22829245 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30509] ppid=30497 vsize=1547240 CPUtime=2.17
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30472 0 -1 4202560 8958 0 0 0 214 3 0 0 15 0 13 0 22829245 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=30499/tid=30510] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30472 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22829245 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=30499/tid=30511] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) R 30497 30499 30472 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 22829245 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30499/tid=30512] ppid=30497 vsize=1547240 CPUtime=0
/proc/30499/task/30512/stat : 30512 (java) S 30497 30499 30472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 22829286 1584373760 96740 1992294400 134512640 134550932 4293841184 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1547240

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): 1782.11
CPU time (s): 1800.22
CPU user time (s): 1799.42
CPU system time (s): 0.797878
CPU usage (%): 101.016
Max. virtual memory (cumulated for all children) (KiB): 1549940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.797878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107105
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= 44282
involuntary context switches= 32540

runsolver used 3.38848 second user time and 9.71052 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=711128428

node083.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.249
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.49
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.249
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.80
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1729876 kB
Buffers:         51032 kB
Cached:         179724 kB
SwapCached:       6864 kB
Active:          79464 kB
Inactive:       164724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1729876 kB
SwapTotal:     4192956 kB
SwapFree:      4139656 kB
Dirty:             544 kB
Writeback:           0 kB
AnonPages:       11244 kB
Mapped:          11796 kB
Slab:            62888 kB
PageTables:       4164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183788 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= 62540 MiB
End job on node083 at 2010-07-08 02:13:13