Trace number 2670130

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.18 1771.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=5-P1=53-P2=23-P3=7-P4=31-P5=59-P6=59-P7=37-P8=41-P9=67-B.opb
MD5SUMfb8239991fe60a33867ecb92496c7603
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.22936
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2670130-1276705897.opb
0.22/0.21	c reading problem ... 
0.35/0.38	c ... done. Wall clock time 0.165s.
0.35/0.38	c #vars     486
0.35/0.38	c #constraints  676
0.35/0.38	c constraints type 
0.35/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.35/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
18.49/16.01	c cleaning 0 clauses out of 5000 with flag 0/5000
70.19/67.27	c cleaning 0 clauses out of 11001 with flag 0/11001
223.50/218.94	c cleaning 0 clauses out of 18001 with flag 0/18001
503.05/495.12	c cleaning 0 clauses out of 26000 with flag 0/26000
882.60/869.27	c cleaning 0 clauses out of 35001 with flag 0/35001
1473.25/1450.68	c cleaning 0 clauses out of 45001 with flag 0/45001
1800.02/1771.41	c starts		: 66
1800.02/1771.41	c conflicts		: 48023
1800.02/1771.41	c decisions		: 51951
1800.02/1771.41	c propagations		: 617775
1800.02/1771.41	c inspects		: 1055014334
1800.02/1771.41	c learnt literals	: 0
1800.02/1771.41	c learnt binary clauses	: 0
1800.02/1771.41	c learnt ternary clauses	: 0
1800.02/1771.41	c learnt clauses	: 48023
1800.02/1771.41	c ignored clauses	: 0
1800.02/1771.41	c root simplifications	: 0
1800.02/1771.41	c removed literals (reason simplification)	: 0
1800.02/1771.41	c reason swapping (by a shorter reason)	: 0
1800.02/1771.41	c Calls to reduceDB	: 6
1800.02/1771.42	c number of reductions to clauses (during analyze)	: 0
1800.02/1771.42	c number of learned constraints concerned by reduction	: 0
1800.02/1771.42	c number of learning phase by resolution	: 0
1800.02/1771.42	c number of learning phase by cutting planes	: 0
1800.02/1771.42	c speed (assignments/second)	: 348.82125490390933
1800.02/1771.42	c non guided choices	514
1800.02/1771.46	c learnt constraints type 
1800.02/1771.46	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 476
1800.02/1771.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47547
1800.02/1771.46	c constraints type 
1800.02/1771.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
1800.02/1771.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
1800.02/1771.46	s UNKNOWN
1800.02/1771.46	c Total wall clock time (in seconds): 1771.248

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-2670130-1276705897/watcher-2670130-1276705897 -o /tmp/evaluation-result-2670130-1276705897/solver-2670130-1276705897 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670130-1276705897.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: 1.08 1.05 1.01 3/106 12830
/proc/meminfo: memFree=1856800/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1752 CPUtime=0
/proc/12830/stat : 12830 (java6) R 12828 12830 12231 0 -1 4194304 161 0 0 0 0 0 0 0 19 0 1 0 46193389 1794048 79 1992294400 134512640 134550932 4291194144 18446744073709551615 2632112 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12830/statm: 438 81 64 10 0 30 0

[startup+0.071212 s]
/proc/loadavg: 1.08 1.05 1.01 3/106 12830
/proc/meminfo: memFree=1856800/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1521796 CPUtime=0.06
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 3705 0 1 0 4 2 0 0 15 0 7 0 46193389 1558319104 3146 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 380449 3146 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100212 s]
/proc/loadavg: 1.08 1.05 1.01 3/106 12830
/proc/meminfo: memFree=1856800/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1524184 CPUtime=0.08
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 3952 0 1 0 6 2 0 0 15 0 12 0 46193389 1560764416 3391 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 381046 3391 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300212 s]
/proc/loadavg: 1.08 1.05 1.01 3/106 12830
/proc/meminfo: memFree=1856800/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1526336 CPUtime=0.35
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 5323 0 1 0 32 3 0 0 15 0 12 0 46193389 1562968064 4760 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 381584 4760 1364 10 0 378886 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526336

[startup+0.700212 s]
/proc/loadavg: 1.08 1.05 1.01 3/106 12830
/proc/meminfo: memFree=1856800/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1531056 CPUtime=1.04
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 7619 0 1 0 100 4 0 0 15 0 13 0 46193389 1567801344 6569 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 382764 6569 1405 10 0 380066 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1531056

[startup+1.50121 s]
/proc/loadavg: 1.07 1.05 1.01 5/119 12843
/proc/meminfo: memFree=1826504/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1543844 CPUtime=2.56
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 16511 0 1 0 247 9 0 0 15 0 13 0 46193389 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 385961 12923 1424 10 0 383263 0
[pid=12830/tid=12832] ppid=12828 vsize=1543844 CPUtime=0.74
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 7696 0 1 0 69 5 0 0 25 0 13 0 46193390 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 103475884 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 46193392 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 46193392 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 46193394 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 46193394 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 46193394 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1543844 CPUtime=0.95
/proc/12830/task/12839/stat : 12839 (java) R 12828 12830 12231 0 -1 4202560 3644 0 0 0 94 1 0 0 17 0 13 0 46193398 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 104147047 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1543844 CPUtime=0.84
/proc/12830/task/12840/stat : 12840 (java) R 12828 12830 12231 0 -1 4202560 4102 0 0 0 83 1 0 0 16 0 13 0 46193398 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 105952738 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 46193398 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1543844 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1580896256 12923 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1543844

[startup+3.10121 s]
/proc/loadavg: 1.07 1.05 1.01 6/119 12843
/proc/meminfo: memFree=1777028/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1548656 CPUtime=5.34
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 45680 0 1 0 510 24 0 0 15 0 13 0 46193389 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 387164 39085 1437 10 0 384466 0
[pid=12830/tid=12832] ppid=12828 vsize=1548656 CPUtime=1.88
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 32072 0 1 0 174 14 0 0 18 0 13 0 46193390 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4109838014 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1548656 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 222 0 0 0 0 0 0 0 16 0 13 0 46193392 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1548656 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 216 0 0 0 0 0 0 0 18 0 13 0 46193392 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1548656 CPUtime=0.06
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 8 0 0 0 2 4 0 0 16 0 13 0 46193394 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1548656 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 46193394 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1548656 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46193394 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1548656 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1548656 CPUtime=1.53
/proc/12830/task/12839/stat : 12839 (java) S 12828 12830 12231 0 -1 4202560 5715 0 0 0 152 1 0 0 15 0 13 0 46193398 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1548656 CPUtime=1.8
/proc/12830/task/12840/stat : 12840 (java) S 12828 12830 12231 0 -1 4202560 6381 0 0 0 178 2 0 0 15 0 13 0 46193398 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1548656 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1548656 CPUtime=0
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 46193398 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1548656 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1585823744 39085 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 1548656

[startup+6.3012 s]
/proc/loadavg: 1.07 1.05 1.01 2/119 12843
/proc/meminfo: memFree=1691096/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1544972 CPUtime=8.63
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 54501 0 1 0 835 28 0 0 15 0 13 0 46193389 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 386243 46891 1437 10 0 383545 0
[pid=12830/tid=12832] ppid=12828 vsize=1544972 CPUtime=4.96
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 35703 0 1 0 481 15 0 0 25 0 13 0 46193390 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4109816598 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1544972 CPUtime=0.1
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 2869 0 0 0 9 1 0 0 16 0 13 0 46193392 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1544972 CPUtime=0.09
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 2739 0 0 0 9 0 0 0 16 0 13 0 46193392 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1544972 CPUtime=0.06
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 28 0 0 0 2 4 0 0 15 0 13 0 46193394 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 46193394 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46193394 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1544972 CPUtime=1.53
/proc/12830/task/12839/stat : 12839 (java) S 12828 12830 12231 0 -1 4202560 5715 0 0 0 152 1 0 0 15 0 13 0 46193398 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1544972 CPUtime=1.8
/proc/12830/task/12840/stat : 12840 (java) S 12828 12830 12231 0 -1 4202560 6381 0 0 0 178 2 0 0 15 0 13 0 46193398 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 46193398 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1582051328 46891 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 1544972

[startup+12.7002 s]
/proc/loadavg: 1.06 1.05 1.00 2/119 12843
/proc/meminfo: memFree=1664064/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1544972 CPUtime=15.14
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 57393 0 1 0 1485 29 0 0 15 0 13 0 46193389 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 386243 49439 1437 10 0 383545 0
[pid=12830/tid=12832] ppid=12828 vsize=1544972 CPUtime=11.24
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 35714 0 1 0 1109 15 0 0 25 0 13 0 46193390 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4109815927 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1544972 CPUtime=0.2
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 4039 0 0 0 19 1 0 0 16 0 13 0 46193392 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1544972 CPUtime=0.19
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 4450 0 0 0 18 1 0 0 16 0 13 0 46193392 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1544972 CPUtime=0.07
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 28 0 0 0 3 4 0 0 15 0 13 0 46193394 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 46193394 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46193394 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1544972 CPUtime=1.53
/proc/12830/task/12839/stat : 12839 (java) S 12828 12830 12231 0 -1 4202560 5715 0 0 0 152 1 0 0 15 0 13 0 46193398 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1544972 CPUtime=1.84
/proc/12830/task/12840/stat : 12840 (java) S 12828 12830 12231 0 -1 4202560 6381 0 0 0 182 2 0 0 15 0 13 0 46193398 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 46193398 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1544972 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1582051328 49439 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 1544972

[startup+25.5012 s]
/proc/loadavg: 1.05 1.05 1.00 2/119 12843
/proc/meminfo: memFree=1655384/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1543448 CPUtime=28.13
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 60067 0 1 0 2782 31 0 0 15 0 13 0 46193389 1580490752 51556 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 385862 51556 1447 10 0 383164 0
[pid=12830/tid=12832] ppid=12828 vsize=1543448 CPUtime=23.83
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 35960 0 1 0 2367 16 0 0 25 0 13 0 46193390 1580490752 51556 1992294400 134512640 134550932 4286798944 18446744073709551615 4109800944 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1543448 CPUtime=0.3
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 5165 0 0 0 29 1 0 0 15 0 13 0 46193392 1580490752 51556 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1543448 CPUtime=0.3
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 5678 0 0 0 28 2 0 0 16 0 13 0 46193392 1580490752 51556 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1543448 CPUtime=0.15

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

[pid=12830] ppid=12828 vsize=1543448 CPUtime=1566.57
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 100440 0 1 0 156521 136 0 0 15 0 13 0 46193389 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 385862 88320 1447 10 0 383164 0
[pid=12830/tid=12832] ppid=12828 vsize=1543448 CPUtime=1515.8
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 37124 0 1 0 151528 52 0 0 25 0 13 0 46193390 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4109928796 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1543448 CPUtime=22.36
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 25627 0 0 0 2198 38 0 0 15 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1543448 CPUtime=22.4
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 24007 0 0 0 2216 24 0 0 16 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1543448 CPUtime=2.25
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 420 0 0 0 212 13 0 0 15 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1543448 CPUtime=1.55
/proc/12830/task/12839/stat : 12839 (java) S 12828 12830 12231 0 -1 4202560 5715 0 0 0 154 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1543448 CPUtime=2.1
/proc/12830/task/12840/stat : 12840 (java) S 12828 12830 12231 0 -1 4202560 6391 0 0 0 208 2 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1543448 CPUtime=0.02
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 91 0 0 0 1 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1566.57
Current children cumulated vsize (KiB) 1543448

[startup+1602.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/119 12885
/proc/meminfo: memFree=1506088/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1543448 CPUtime=1627.66
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 100486 0 1 0 162628 138 0 0 15 0 13 0 46193389 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 385862 88320 1447 10 0 383164 0
[pid=12830/tid=12832] ppid=12828 vsize=1543448 CPUtime=1574.63
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 37166 0 1 0 157411 52 0 0 25 0 13 0 46193390 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4109831212 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1543448 CPUtime=23.48
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 25627 0 0 0 2310 38 0 0 15 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1543448 CPUtime=23.52
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 24007 0 0 0 2327 25 0 0 16 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1543448 CPUtime=2.26
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 422 0 0 0 212 14 0 0 15 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1543448 CPUtime=1.55
/proc/12830/task/12839/stat : 12839 (java) S 12828 12830 12231 0 -1 4202560 5715 0 0 0 154 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1543448 CPUtime=2.1
/proc/12830/task/12840/stat : 12840 (java) S 12828 12830 12231 0 -1 4202560 6391 0 0 0 208 2 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1543448 CPUtime=0.02
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 93 0 0 0 1 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1627.66
Current children cumulated vsize (KiB) 1543448

[startup+1662.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/119 12887
/proc/meminfo: memFree=1506088/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1543448 CPUtime=1688.77
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 100537 0 1 0 168737 140 0 0 15 0 13 0 46193389 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 385862 88320 1447 10 0 383164 0
[pid=12830/tid=12832] ppid=12828 vsize=1543448 CPUtime=1633.39
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 37209 0 1 0 163287 52 0 0 25 0 13 0 46193390 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4109928778 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1543448 CPUtime=24.66
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 25627 0 0 0 2427 39 0 0 16 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1543448 CPUtime=24.69
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 24007 0 0 0 2443 26 0 0 15 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1543448 CPUtime=2.27
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 426 0 0 0 213 14 0 0 16 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1543448 CPUtime=1.55
/proc/12830/task/12839/stat : 12839 (java) S 12828 12830 12231 0 -1 4202560 5715 0 0 0 154 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1543448 CPUtime=2.1
/proc/12830/task/12840/stat : 12840 (java) S 12828 12830 12231 0 -1 4202560 6391 0 0 0 208 2 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1543448 CPUtime=0.02
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 97 0 0 0 1 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1688.77
Current children cumulated vsize (KiB) 1543448

[startup+1722.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/119 12889
/proc/meminfo: memFree=1506088/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1543448 CPUtime=1749.95
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 100587 0 1 0 174853 142 0 0 15 0 13 0 46193389 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 385862 88320 1447 10 0 383164 0
[pid=12830/tid=12832] ppid=12828 vsize=1543448 CPUtime=1692.14
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 37251 0 1 0 169162 52 0 0 25 0 13 0 46193390 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4109831005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1543448 CPUtime=25.85
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 25627 0 0 0 2545 40 0 0 16 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1543448 CPUtime=25.9
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 24007 0 0 0 2564 26 0 0 16 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1543448 CPUtime=2.29
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 430 0 0 0 214 15 0 0 15 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1543448 CPUtime=1.55
/proc/12830/task/12839/stat : 12839 (java) S 12828 12830 12231 0 -1 4202560 5715 0 0 0 154 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1543448 CPUtime=2.1
/proc/12830/task/12840/stat : 12840 (java) S 12828 12830 12231 0 -1 4202560 6391 0 0 0 208 2 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1543448 CPUtime=0.02
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1749.95
Current children cumulated vsize (KiB) 1543448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 12898
/proc/meminfo: memFree=1504724/2059040 swapFree=4140048/4192956
[pid=12830] ppid=12828 vsize=1543448 CPUtime=1800.02
/proc/12830/stat : 12830 (java) S 12828 12830 12231 0 -1 4202496 100626 0 1 0 179857 145 0 0 15 0 13 0 46193389 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12830/statm: 385862 88320 1447 10 0 383164 0
[pid=12830/tid=12832] ppid=12828 vsize=1543448 CPUtime=1740.17
/proc/12830/task/12832/stat : 12832 (java) R 12828 12830 12231 0 -1 4202560 37286 0 1 0 173964 53 0 0 25 0 13 0 46193390 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4109945663 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12830/tid=12833] ppid=12828 vsize=1543448 CPUtime=26.87
/proc/12830/task/12833/stat : 12833 (java) S 12828 12830 12231 0 -1 4202560 25627 0 0 0 2646 41 0 0 15 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12834] ppid=12828 vsize=1543448 CPUtime=26.92
/proc/12830/task/12834/stat : 12834 (java) S 12828 12830 12231 0 -1 4202560 24007 0 0 0 2665 27 0 0 16 0 13 0 46193392 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12835] ppid=12828 vsize=1543448 CPUtime=2.29
/proc/12830/task/12835/stat : 12835 (java) S 12828 12830 12231 0 -1 4202560 432 0 0 0 214 15 0 0 16 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 0 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12836] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12836/stat : 12836 (java) S 12828 12830 12231 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12837] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12828 12830 12231 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46193394 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12838] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12839] ppid=12828 vsize=1543448 CPUtime=1.55
/proc/12830/task/12839/stat : 12839 (java) S 12828 12830 12231 0 -1 4202560 5715 0 0 0 154 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12840] ppid=12828 vsize=1543448 CPUtime=2.1
/proc/12830/task/12840/stat : 12840 (java) S 12828 12830 12231 0 -1 4202560 6391 0 0 0 208 2 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12841] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12841/stat : 12841 (java) S 12828 12830 12231 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
[pid=12830/tid=12842] ppid=12828 vsize=1543448 CPUtime=0.02
/proc/12830/task/12842/stat : 12842 (java) S 12828 12830 12231 0 -1 4202560 103 0 0 0 1 1 0 0 15 0 13 0 46193398 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 1 0 0 0
[pid=12830/tid=12843] ppid=12828 vsize=1543448 CPUtime=0
/proc/12830/task/12843/stat : 12843 (java) S 12828 12830 12231 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46193428 1580490752 88320 1992294400 134512640 134550932 4286798944 18446744073709551615 4294960144 0 4 0 16800975 18446604437813253376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1543448

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): 1771.51
CPU time (s): 1800.18
CPU user time (s): 1798.68
CPU system time (s): 1.49177
CPU usage (%): 101.618
Max. virtual memory (cumulated for all children) (KiB): 1549820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.49177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100649
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= 49942
involuntary context switches= 43069

runsolver used 3.9184 second user time and 10.0375 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-16 18:31:37
IDJOB=2670130
IDBENCH=48089
IDSOLVER=1165
FILE ID=node006/2670130-1276705897
PBS_JOBID= 11174127
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=5-P1=53-P2=23-P3=7-P4=31-P5=59-P6=59-P7=37-P8=41-P9=67-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2670130-1276705897/watcher-2670130-1276705897 -o /tmp/evaluation-result-2670130-1276705897/solver-2670130-1276705897 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670130-1276705897.opb

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

MD5SUM BENCH= fb8239991fe60a33867ecb92496c7603
RANDOM SEED=1334823694

node006.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.204
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.40
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1857196 kB
Buffers:         13804 kB
Cached:         106684 kB
SwapCached:       6372 kB
Active:          82388 kB
Inactive:        51912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1857196 kB
SwapTotal:     4192956 kB
SwapFree:      4140048 kB
Dirty:             276 kB
Writeback:           0 kB
AnonPages:       12600 kB
Mapped:          13200 kB
Slab:            45600 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183232 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= 62504 MiB
End job on node006 at 2010-06-16 19:01:11