Trace number 2660043

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.15 1779.12

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-2660043-1276688733/watcher-2660043-1276688733 -o /tmp/evaluation-result-2660043-1276688733/solver-2660043-1276688733 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660043-1276688733.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.92 0.98 0.99 3/106 15661
/proc/meminfo: memFree=1710452/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=248 CPUtime=0
/proc/15661/stat : 15661 (java) R 15659 15661 15545 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 10168615 253952 28 1992294400 134512640 134550932 4292906192 18446744073709551615 7393876 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15661/statm: 62 28 21 10 0 23 0

[startup+0.0690879 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15661
/proc/meminfo: memFree=1710452/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1521796 CPUtime=0.05
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 3704 0 1 0 4 1 0 0 18 0 7 0 10168615 1558319104 3145 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 380449 3145 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101089 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15661
/proc/meminfo: memFree=1710452/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1524184 CPUtime=0.08
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 10168615 1560764416 3403 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300864 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15661
/proc/meminfo: memFree=1710452/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1527092 CPUtime=0.36
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 5381 0 1 0 33 3 0 0 18 0 12 0 10168615 1563742208 4817 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 381773 4818 1362 10 0 379075 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1527092

[startup+0.700843 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15661
/proc/meminfo: memFree=1710452/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1531428 CPUtime=1.14
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 7908 0 1 0 111 3 0 0 18 0 13 0 10168615 1568182272 7232 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 382857 7233 1413 10 0 380159 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531428

[startup+1.5018 s]
/proc/loadavg: 0.92 0.98 0.99 4/119 15674
/proc/meminfo: memFree=1678604/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1540304 CPUtime=2.74
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 15615 0 1 0 268 6 0 0 18 0 13 0 10168615 1577271296 14212 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 385076 14213 1422 10 0 382378 0
[pid=15661/tid=15663] ppid=15659 vsize=1540304 CPUtime=1.47
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4202560 9907 0 1 0 143 4 0 0 18 0 13 0 10168616 1577271296 14214 1992294400 134512640 134550932 4292906192 18446744073709551615 4109774640 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15664/stat : 15664 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10168618 1577271296 14214 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15665/stat : 15665 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10168618 1577271296 14214 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15666/stat : 15666 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10168619 1577271296 14214 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15667] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 10168620 1577271296 14215 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 10168620 1577271296 14215 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1577271296 14215 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1540304 CPUtime=0.69
/proc/15661/task/15670/stat : 15670 (java) R 15659 15661 15545 0 -1 4202560 1402 0 0 0 69 0 0 0 25 0 13 0 10168624 1577271296 14216 1992294400 134512640 134550932 4292906192 18446744073709551615 104105685 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1540304 CPUtime=0.54
/proc/15661/task/15671/stat : 15671 (java) R 15659 15661 15545 0 -1 4202560 3240 0 0 0 54 0 0 0 25 0 13 0 10168624 1577271296 14216 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1577271296 14216 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15673/stat : 15673 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10168624 1577271296 14217 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1540304 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1577271296 14218 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1540304

[startup+3.10172 s]
/proc/loadavg: 0.92 0.98 0.99 4/119 15674
/proc/meminfo: memFree=1600732/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1546908 CPUtime=5.92
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 41942 0 1 0 575 17 0 0 18 0 13 0 10168615 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 386727 38975 1438 10 0 384029 0
[pid=15661/tid=15663] ppid=15659 vsize=1546908 CPUtime=3.03
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4202560 32088 0 1 0 290 13 0 0 18 0 13 0 10168616 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4110044035 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1546908 CPUtime=0.01
/proc/15661/task/15664/stat : 15664 (java) S 15659 15661 15545 0 -1 4202560 593 0 0 0 1 0 0 0 15 0 13 0 10168618 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1546908 CPUtime=0.01
/proc/15661/task/15665/stat : 15665 (java) S 15659 15661 15545 0 -1 4202560 509 0 0 0 1 0 0 0 16 0 13 0 10168618 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1546908 CPUtime=0
/proc/15661/task/15666/stat : 15666 (java) S 15659 15661 15545 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 13 0 10168619 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15667] ppid=15659 vsize=1546908 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10168620 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1546908 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10168620 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1546908 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1546908 CPUtime=2.21
/proc/15661/task/15670/stat : 15670 (java) R 15659 15661 15545 0 -1 4202560 4017 0 0 0 220 1 0 0 25 0 13 0 10168624 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 103979035 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1546908 CPUtime=0.61
/proc/15661/task/15671/stat : 15671 (java) R 15659 15661 15545 0 -1 4202560 3657 0 0 0 60 1 0 0 25 0 13 0 10168624 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 106251283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1546908 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1546908 CPUtime=0
/proc/15661/task/15673/stat : 15673 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10168624 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1546908 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1584033792 38975 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1546908

[startup+6.30155 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 15674
/proc/meminfo: memFree=1551628/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1543908 CPUtime=9.75
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 52523 0 1 0 954 21 0 0 18 0 13 0 10168615 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 385977 46775 1438 10 0 383279 0
[pid=15661/tid=15663] ppid=15659 vsize=1543908 CPUtime=6.04
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4202560 36503 0 1 0 590 14 0 0 25 0 13 0 10168616 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4109859032 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1543908 CPUtime=0.09
/proc/15661/task/15664/stat : 15664 (java) S 15659 15661 15545 0 -1 4202560 2629 0 0 0 8 1 0 0 16 0 13 0 10168618 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1543908 CPUtime=0.08
/proc/15661/task/15665/stat : 15665 (java) S 15659 15661 15545 0 -1 4202560 2410 0 0 0 8 0 0 0 16 0 13 0 10168618 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15666/stat : 15666 (java) S 15659 15661 15545 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 10168619 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15667] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1543908 CPUtime=2.5
/proc/15661/task/15670/stat : 15670 (java) S 15659 15661 15545 0 -1 4202560 4433 0 0 0 249 1 0 0 18 0 13 0 10168624 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1543908 CPUtime=0.98
/proc/15661/task/15671/stat : 15671 (java) S 15659 15661 15545 0 -1 4202560 5454 0 0 0 96 2 0 0 18 0 13 0 10168624 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15673/stat : 15673 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10168624 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1580961792 46775 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.75
Current children cumulated vsize (KiB) 1543908

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 15676
/proc/meminfo: memFree=1518396/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1543908 CPUtime=16.31
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 55368 0 1 0 1608 23 0 0 18 0 13 0 10168615 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 385977 49273 1439 10 0 383279 0
[pid=15661/tid=15663] ppid=15659 vsize=1543908 CPUtime=12.33
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4202560 36512 0 1 0 1218 15 0 0 25 0 13 0 10168616 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4109790266 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1543908 CPUtime=0.17
/proc/15661/task/15664/stat : 15664 (java) S 15659 15661 15545 0 -1 4202560 4165 0 0 0 16 1 0 0 16 0 13 0 10168618 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1543908 CPUtime=0.17
/proc/15661/task/15665/stat : 15665 (java) S 15659 15661 15545 0 -1 4202560 3696 0 0 0 16 1 0 0 15 0 13 0 10168618 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15666/stat : 15666 (java) S 15659 15661 15545 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 10168619 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15667] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1543908 CPUtime=2.5
/proc/15661/task/15670/stat : 15670 (java) S 15659 15661 15545 0 -1 4202560 4433 0 0 0 249 1 0 0 18 0 13 0 10168624 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1543908 CPUtime=1.08
/proc/15661/task/15671/stat : 15671 (java) S 15659 15661 15545 0 -1 4202560 5468 0 0 0 106 2 0 0 15 0 13 0 10168624 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15673/stat : 15673 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10168624 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1580961792 49273 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.31
Current children cumulated vsize (KiB) 1543908

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15676
/proc/meminfo: memFree=1509592/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1543908 CPUtime=29.21
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 57852 0 1 0 2897 24 0 0 18 0 13 0 10168615 1580961792 51449 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 385977 51449 1439 10 0 383279 0
[pid=15661/tid=15663] ppid=15659 vsize=1543908 CPUtime=25.02
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4202560 36546 0 1 0 2487 15 0 0 25 0 13 0 10168616 1580961792 51449 1992294400 134512640 134550932 4292906192 18446744073709551615 4109966983 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1543908 CPUtime=0.28
/proc/15661/task/15664/stat : 15664 (java) S 15659 15661 15545 0 -1 4202560 5440 0 0 0 26 2 0 0 16 0 13 0 10168618 1580961792 51449 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1543908 CPUtime=0.27
/proc/15661/task/15665/stat : 15665 (java) S 15659 15661 15545 0 -1 4202560 4871 0 0 0 26 1 0 0 16 0 13 0 10168618 1580961792 51449 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1543908 CPUtime=0

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

[pid=15661/tid=15667] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 87334 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 87334 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 87334 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1543908 CPUtime=2.51
/proc/15661/task/15670/stat : 15670 (java) S 15659 15661 15545 0 -1 4202560 4433 0 0 0 250 1 0 0 18 0 13 0 10168624 1580961792 87334 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1543908 CPUtime=1.29
/proc/15661/task/15671/stat : 15671 (java) S 15659 15661 15545 0 -1 4202560 5483 0 0 0 127 2 0 0 16 0 13 0 10168624 1580961792 87334 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 87334 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1543908 CPUtime=0.01
/proc/15661/task/15673/stat : 15673 (java) S 15659 15661 15545 0 -1 4202560 91 0 0 0 1 0 0 0 15 0 13 0 10168624 1580961792 87334 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1580961792 87334 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1560.17
Current children cumulated vsize (KiB) 1543908

[startup+1602.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15727
/proc/meminfo: memFree=1360048/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1543908 CPUtime=1620.97
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 98442 0 1 0 161989 108 0 0 18 0 13 0 10168615 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 385977 88289 1449 10 0 383279 0
[pid=15661/tid=15663] ppid=15659 vsize=1543908 CPUtime=1584.78
/proc/15661/task/15663/stat : 15663 (java) S 15659 15661 15545 0 -1 4202560 37425 0 1 0 158443 35 0 0 25 0 13 0 10168616 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1543908 CPUtime=15.68
/proc/15661/task/15664/stat : 15664 (java) R 15659 15661 15545 0 -1 4202560 26008 0 0 0 1538 30 0 0 15 0 13 0 10168618 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 103112623 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1543908 CPUtime=15.71
/proc/15661/task/15665/stat : 15665 (java) R 15659 15661 15545 0 -1 4202560 23732 0 0 0 1541 30 0 0 15 0 13 0 10168618 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 105886578 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1543908 CPUtime=0.91
/proc/15661/task/15666/stat : 15666 (java) S 15659 15661 15545 0 -1 4202560 201 0 0 0 85 6 0 0 15 0 13 0 10168619 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15667] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1543908 CPUtime=2.51
/proc/15661/task/15670/stat : 15670 (java) S 15659 15661 15545 0 -1 4202560 4433 0 0 0 250 1 0 0 18 0 13 0 10168624 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1543908 CPUtime=1.29
/proc/15661/task/15671/stat : 15671 (java) S 15659 15661 15545 0 -1 4202560 5483 0 0 0 127 2 0 0 16 0 13 0 10168624 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1543908 CPUtime=0.01
/proc/15661/task/15673/stat : 15673 (java) R 15659 15661 15545 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 13 0 10168624 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1580961792 88289 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1620.97
Current children cumulated vsize (KiB) 1543908

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15729
/proc/meminfo: memFree=1355956/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1543908 CPUtime=1681.77
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 99599 0 1 0 168067 110 0 0 18 0 13 0 10168615 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 385977 89349 1449 10 0 383279 0
[pid=15661/tid=15663] ppid=15659 vsize=1543908 CPUtime=1643.87
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4202560 37454 0 1 0 164351 36 0 0 25 0 13 0 10168616 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4109942171 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1543908 CPUtime=16.54
/proc/15661/task/15664/stat : 15664 (java) S 15659 15661 15545 0 -1 4202560 26582 0 0 0 1622 32 0 0 16 0 13 0 10168618 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1543908 CPUtime=16.57
/proc/15661/task/15665/stat : 15665 (java) S 15659 15661 15545 0 -1 4202560 24278 0 0 0 1627 30 0 0 15 0 13 0 10168618 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1543908 CPUtime=0.91
/proc/15661/task/15666/stat : 15666 (java) S 15659 15661 15545 0 -1 4202560 205 0 0 0 85 6 0 0 16 0 13 0 10168619 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15667] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1543908 CPUtime=2.51
/proc/15661/task/15670/stat : 15670 (java) S 15659 15661 15545 0 -1 4202560 4433 0 0 0 250 1 0 0 18 0 13 0 10168624 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1543908 CPUtime=1.29
/proc/15661/task/15671/stat : 15671 (java) S 15659 15661 15545 0 -1 4202560 5483 0 0 0 127 2 0 0 16 0 13 0 10168624 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1543908 CPUtime=0.01
/proc/15661/task/15673/stat : 15673 (java) S 15659 15661 15545 0 -1 4202560 99 0 0 0 1 0 0 0 15 0 13 0 10168624 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1580961792 89349 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1681.77
Current children cumulated vsize (KiB) 1543908

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15729
/proc/meminfo: memFree=1353352/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1543908 CPUtime=1742.54
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 100240 0 1 0 174141 113 0 0 18 0 13 0 10168615 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 385977 89946 1449 10 0 383279 0
[pid=15661/tid=15663] ppid=15659 vsize=1543908 CPUtime=1703.02
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4202560 37482 0 1 0 170266 36 0 0 25 0 13 0 10168616 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4109776893 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1543908 CPUtime=17.34
/proc/15661/task/15664/stat : 15664 (java) S 15659 15661 15545 0 -1 4202560 26860 0 0 0 1702 32 0 0 15 0 13 0 10168618 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1543908 CPUtime=17.39
/proc/15661/task/15665/stat : 15665 (java) S 15659 15661 15545 0 -1 4202560 24605 0 0 0 1707 32 0 0 16 0 13 0 10168618 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1543908 CPUtime=0.92
/proc/15661/task/15666/stat : 15666 (java) S 15659 15661 15545 0 -1 4202560 209 0 0 0 86 6 0 0 16 0 13 0 10168619 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15667] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1543908 CPUtime=2.51
/proc/15661/task/15670/stat : 15670 (java) S 15659 15661 15545 0 -1 4202560 4433 0 0 0 250 1 0 0 18 0 13 0 10168624 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1543908 CPUtime=1.29
/proc/15661/task/15671/stat : 15671 (java) S 15659 15661 15545 0 -1 4202560 5483 0 0 0 127 2 0 0 16 0 13 0 10168624 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1543908 CPUtime=0.01
/proc/15661/task/15673/stat : 15673 (java) S 15659 15661 15545 0 -1 4202560 103 0 0 0 1 0 0 0 15 0 13 0 10168624 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1580961792 89946 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1742.54
Current children cumulated vsize (KiB) 1543908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15731
/proc/meminfo: memFree=1350500/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=1543908 CPUtime=1800
/proc/15661/stat : 15661 (java) S 15659 15661 15545 0 -1 4202496 100894 0 1 0 179883 117 0 0 18 0 13 0 10168615 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 385977 90560 1449 10 0 383279 0
[pid=15661/tid=15663] ppid=15659 vsize=1543908 CPUtime=1758.92
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4202560 37508 0 1 0 175856 36 0 0 25 0 13 0 10168616 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4109941821 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15661/tid=15664] ppid=15659 vsize=1543908 CPUtime=18.12
/proc/15661/task/15664/stat : 15664 (java) S 15659 15661 15545 0 -1 4202560 27168 0 0 0 1778 34 0 0 16 0 13 0 10168618 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15665] ppid=15659 vsize=1543908 CPUtime=18.16
/proc/15661/task/15665/stat : 15665 (java) S 15659 15661 15545 0 -1 4202560 24921 0 0 0 1783 33 0 0 15 0 13 0 10168618 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15666] ppid=15659 vsize=1543908 CPUtime=0.93
/proc/15661/task/15666/stat : 15666 (java) S 15659 15661 15545 0 -1 4202560 211 0 0 0 86 7 0 0 15 0 13 0 10168619 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 0 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15667] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15667/stat : 15667 (java) S 15659 15661 15545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15668] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15668/stat : 15668 (java) S 15659 15661 15545 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10168620 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15669] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15669/stat : 15669 (java) S 15659 15661 15545 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15670] ppid=15659 vsize=1543908 CPUtime=2.51
/proc/15661/task/15670/stat : 15670 (java) S 15659 15661 15545 0 -1 4202560 4433 0 0 0 250 1 0 0 18 0 13 0 10168624 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 1 0 0 0
[pid=15661/tid=15671] ppid=15659 vsize=1543908 CPUtime=1.29
/proc/15661/task/15671/stat : 15671 (java) S 15659 15661 15545 0 -1 4202560 5483 0 0 0 127 2 0 0 16 0 13 0 10168624 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15672] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15672/stat : 15672 (java) S 15659 15661 15545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10168624 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15673] ppid=15659 vsize=1543908 CPUtime=0.01
/proc/15661/task/15673/stat : 15673 (java) S 15659 15661 15545 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 13 0 10168624 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
[pid=15661/tid=15674] ppid=15659 vsize=1543908 CPUtime=0
/proc/15661/task/15674/stat : 15674 (java) S 15659 15661 15545 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10168679 1580961792 90560 1992294400 134512640 134550932 4292906192 18446744073709551615 4294960144 0 4 0 16800975 18446604437833725888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1543908

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

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

[startup+1779.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15731
/proc/meminfo: memFree=1350500/2059040 swapFree=4192956/4192956
[pid=15661] ppid=15659 vsize=0 CPUtime=1800.13
/proc/15661/stat : 15661 (java) Z 15659 15661 15545 0 -1 4203548 100918 0 1 0 179893 120 0 0 17 0 2 0 10168615 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15661/statm: 0 0 0 0 0 0 0
[pid=15661/tid=15663] ppid=15659 vsize=0 CPUtime=1759.02
/proc/15661/task/15663/stat : 15663 (java) R 15659 15661 15545 0 -1 4203588 37508 0 1 0 175862 40 0 0 25 0 2 0 10168616 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1779.12
CPU time (s): 1800.15
CPU user time (s): 1798.94
CPU system time (s): 1.21081
CPU usage (%): 101.182
Max. virtual memory (cumulated for all children) (KiB): 1547444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.21081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100918
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= 44632
involuntary context switches= 27578

runsolver used 3.76343 second user time and 9.51055 second system time

The end

Launcher Data

Begin job on node030 at 2010-06-16 13:45:33
IDJOB=2660043
IDBENCH=71846
IDSOLVER=1165
FILE ID=node030/2660043-1276688733
PBS_JOBID= 11172606
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660043-1276688733/watcher-2660043-1276688733 -o /tmp/evaluation-result-2660043-1276688733/solver-2660043-1276688733 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660043-1276688733.opb

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=1999513880

node030.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.244
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.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1710848 kB
Buffers:         77300 kB
Cached:         132568 kB
SwapCached:          0 kB
Active:         127832 kB
Inactive:       141780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1710848 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       59640 kB
Mapped:          15444 kB
Slab:            56676 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180160 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= 62556 MiB
End job on node030 at 2010-06-16 14:15:14