Trace number 2670113

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 1770.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=83-P1=113-P2=127-P3=71-P4=61-P5=43-P6=71-P7=41-P8=13-P9=71-B.opb
MD5SUMbd15d72e061a78dfd7cc65e865014c03
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 benchmark0.629904
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 variables189
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 constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

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.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c solving HOME/instance-2670113-1276704979.opb
0.24/0.22	c reading problem ... 
0.54/0.40	c ... done. Wall clock time 0.186s.
0.54/0.40	c #vars     630
0.54/0.40	c #constraints  910
0.54/0.40	c constraints type 
0.54/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
0.54/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
26.67/23.46	c cleaning 0 clauses out of 5000 with flag 0/5000
126.82/122.77	c cleaning 0 clauses out of 11001 with flag 0/11001
338.36/332.24	c cleaning 0 clauses out of 18000 with flag 0/18000
856.56/842.88	c cleaning 0 clauses out of 26001 with flag 0/26001
1648.23/1621.47	c cleaning 0 clauses out of 35000 with flag 0/35000
1800.04/1770.21	c starts		: 63
1800.04/1770.21	c conflicts		: 36237
1800.04/1770.21	c decisions		: 39248
1800.04/1770.21	c propagations		: 510816
1800.04/1770.21	c inspects		: 962235163
1800.04/1770.21	c learnt literals	: 0
1800.04/1770.21	c learnt binary clauses	: 0
1800.04/1770.21	c learnt ternary clauses	: 0
1800.04/1770.21	c learnt clauses	: 36237
1800.04/1770.21	c ignored clauses	: 0
1800.04/1770.21	c root simplifications	: 0
1800.04/1770.21	c removed literals (reason simplification)	: 0
1800.04/1770.21	c reason swapping (by a shorter reason)	: 0
1800.04/1770.21	c Calls to reduceDB	: 5
1800.04/1770.22	c number of reductions to clauses (during analyze)	: 0
1800.04/1770.22	c number of learned constraints concerned by reduction	: 0
1800.04/1770.22	c number of learning phase by resolution	: 0
1800.04/1770.22	c number of learning phase by cutting planes	: 0
1800.04/1770.22	c speed (assignments/second)	: 288.6269404581498
1800.04/1770.22	c non guided choices	424
1800.04/1770.25	c learnt constraints type 
1800.04/1770.25	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 221
1800.04/1770.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36016
1800.04/1770.25	c constraints type 
1800.04/1770.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
1800.04/1770.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
1800.04/1770.25	s UNKNOWN
1800.04/1770.25	c Total wall clock time (in seconds): 1770.04

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-2670113-1276704979/watcher-2670113-1276704979 -o /tmp/evaluation-result-2670113-1276704979/solver-2670113-1276704979 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670113-1276704979.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.00 1.00 0.92 3/106 10567
/proc/meminfo: memFree=1783756/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=428 CPUtime=0
/proc/10567/stat : 10567 (java6) R 10565 10567 9540 0 -1 4194304 123 0 0 0 0 0 0 0 19 0 1 0 46099623 438272 42 1992294400 134512640 134550932 4293705024 18446744073709551615 11227732 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10567/statm: 111 45 36 10 0 25 0

[startup+0.019299 s]
/proc/loadavg: 1.00 1.00 0.92 3/106 10567
/proc/meminfo: memFree=1783756/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=13480 CPUtime=0.01
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 1112 0 0 0 0 1 0 0 15 0 2 0 46099623 13803520 582 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13480

[startup+0.10129 s]
/proc/loadavg: 1.00 1.00 0.92 3/106 10567
/proc/meminfo: memFree=1783756/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1524184 CPUtime=0.08
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 46099623 1560764416 3389 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 381046 3389 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30131 s]
/proc/loadavg: 1.00 1.00 0.92 3/106 10567
/proc/meminfo: memFree=1783756/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1526368 CPUtime=0.36
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 5310 0 1 0 33 3 0 0 15 0 12 0 46099623 1563000832 4747 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 381592 4748 1358 10 0 378894 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526368

[startup+0.701359 s]
/proc/loadavg: 1.00 1.00 0.92 3/106 10567
/proc/meminfo: memFree=1783756/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1528472 CPUtime=1.12
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 6886 0 1 0 108 4 0 0 15 0 13 0 46099623 1565155328 6208 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 382118 6208 1402 10 0 379420 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528472

[startup+1.50144 s]
/proc/loadavg: 1.16 1.03 0.93 4/119 10580
/proc/meminfo: memFree=1749800/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1544512 CPUtime=2.71
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 16152 0 1 0 239 32 0 0 15 0 13 0 46099623 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 386128 13379 1412 10 0 383430 0
[pid=10567/tid=10569] ppid=10565 vsize=1544512 CPUtime=1.03
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 8183 0 1 0 99 4 0 0 25 0 13 0 46099624 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4109785097 1024 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1544512 CPUtime=0
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 46099626 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1544512 CPUtime=0
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 46099626 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1544512 CPUtime=0.4
/proc/10567/task/10572/stat : 10572 (java) R 10565 10567 9540 0 -1 4202560 1 0 0 0 16 24 0 0 18 0 13 0 46099628 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1544512 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 46099628 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1544512 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 46099628 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1544512 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1544512 CPUtime=0.1
/proc/10567/task/10576/stat : 10576 (java) S 10565 10567 9540 0 -1 4202560 164 0 0 0 10 0 0 0 22 0 13 0 46099632 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1544512 CPUtime=1.14
/proc/10567/task/10577/stat : 10577 (java) R 10565 10567 9540 0 -1 4202560 6736 0 0 0 112 2 0 0 17 0 13 0 46099632 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 104142933 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1544512 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1544512 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 46099632 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1544512 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1581580288 13379 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1544512

[startup+3.10462 s]
/proc/loadavg: 1.16 1.03 0.93 4/119 10580
/proc/meminfo: memFree=1730332/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1542548 CPUtime=5.44
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 44183 0 1 0 489 55 0 0 15 0 13 0 46099623 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385637 37730 1437 10 0 382939 0
[pid=10567/tid=10569] ppid=10565 vsize=1542548 CPUtime=1.8
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 32067 0 1 0 165 15 0 0 25 0 13 0 46099624 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1542548 CPUtime=0
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 267 0 0 0 0 0 0 0 16 0 13 0 46099626 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1542548 CPUtime=0
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 143 0 0 0 0 0 0 0 18 0 13 0 46099626 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1542548 CPUtime=0.59
/proc/10567/task/10572/stat : 10572 (java) S 10565 10567 9540 0 -1 4202560 9 0 0 0 24 35 0 0 16 0 13 0 46099628 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1542548 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 46099628 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1542548 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46099628 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1542548 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1542548 CPUtime=0.87
/proc/10567/task/10576/stat : 10576 (java) R 10565 10567 9540 0 -1 4202560 1276 0 0 0 87 0 0 0 15 0 13 0 46099632 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 105576029 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1542548 CPUtime=2.13
/proc/10567/task/10577/stat : 10577 (java) R 10565 10567 9540 0 -1 4202560 9354 0 0 0 210 3 0 0 15 0 13 0 46099632 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 104164131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1542548 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1542548 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 46099632 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1542548 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1579569152 37730 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 1542548

[startup+6.30097 s]
/proc/loadavg: 1.16 1.03 0.93 2/119 10580
/proc/meminfo: memFree=1630636/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1540700 CPUtime=9.33
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 53247 0 1 0 874 59 0 0 15 0 13 0 46099623 1577676800 43935 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385175 43935 1437 10 0 382477 0
[pid=10567/tid=10569] ppid=10565 vsize=1540700 CPUtime=4.81
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 35185 0 1 0 465 16 0 0 25 0 13 0 46099624 1577676800 43937 1992294400 134512640 134550932 4293803808 18446744073709551615 4109740912 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1540700 CPUtime=0.08
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 2010 0 0 0 7 1 0 0 16 0 13 0 46099626 1577676800 43938 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1540700 CPUtime=0.06
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 1950 0 0 0 6 0 0 0 16 0 13 0 46099626 1577676800 43939 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1540700 CPUtime=0.59
/proc/10567/task/10572/stat : 10572 (java) S 10565 10567 9540 0 -1 4202560 29 0 0 0 24 35 0 0 15 0 13 0 46099628 1577676800 43941 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 43943 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 43945 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1577676800 43946 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1540700 CPUtime=1.14
/proc/10567/task/10576/stat : 10576 (java) S 10565 10567 9540 0 -1 4202560 1952 0 0 0 114 0 0 0 15 0 13 0 46099632 1577676800 43948 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1540700 CPUtime=2.56
/proc/10567/task/10577/stat : 10577 (java) S 10565 10567 9540 0 -1 4202560 11056 0 0 0 253 3 0 0 15 0 13 0 46099632 1577676800 43950 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1577676800 43952 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 46099632 1577676800 43953 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1577676800 43955 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 1540700

[startup+12.7017 s]
/proc/loadavg: 1.13 1.03 0.93 2/119 10580
/proc/meminfo: memFree=1594428/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1540700 CPUtime=15.86
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 58302 0 1 0 1525 61 0 0 15 0 13 0 46099623 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385175 48607 1437 10 0 382477 0
[pid=10567/tid=10569] ppid=10565 vsize=1540700 CPUtime=11.08
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 35630 0 1 0 1092 16 0 0 25 0 13 0 46099624 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4109755060 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1540700 CPUtime=0.18
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 4245 0 0 0 17 1 0 0 16 0 13 0 46099626 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1540700 CPUtime=0.17
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 4323 0 0 0 16 1 0 0 15 0 13 0 46099626 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1540700 CPUtime=0.6
/proc/10567/task/10572/stat : 10572 (java) S 10565 10567 9540 0 -1 4202560 29 0 0 0 25 35 0 0 15 0 13 0 46099628 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1540700 CPUtime=1.16
/proc/10567/task/10576/stat : 10576 (java) S 10565 10567 9540 0 -1 4202560 1952 0 0 0 116 0 0 0 15 0 13 0 46099632 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1540700 CPUtime=2.58
/proc/10567/task/10577/stat : 10577 (java) S 10565 10567 9540 0 -1 4202560 11056 0 0 0 255 3 0 0 15 0 13 0 46099632 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 46099632 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1577676800 48607 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 1540700

[startup+25.5018 s]
/proc/loadavg: 1.11 1.03 0.93 2/119 10580
/proc/meminfo: memFree=1582648/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1540700 CPUtime=28.88
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 61504 0 1 0 2825 63 0 0 15 0 13 0 46099623 1577676800 51517 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385175 51517 1447 10 0 382477 0
[pid=10567/tid=10569] ppid=10565 vsize=1540700 CPUtime=23.64
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 35775 0 1 0 2348 16 0 0 25 0 13 0 46099624 1577676800 51517 1992294400 134512640 134550932 4293803808 18446744073709551615 4109759261 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1540700 CPUtime=0.31
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 5782 0 0 0 29 2 0 0 16 0 13 0 46099626 1577676800 51517 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1540700 CPUtime=0.3
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 5673 0 0 0 28 2 0 0 15 0 13 0 46099626 1577676800 51517 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1540700 CPUtime=0.69

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

[pid=10567] ppid=10565 vsize=1540700 CPUtime=1567.45
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 96699 0 1 0 156607 138 0 0 15 0 13 0 46099623 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385175 83448 1447 10 0 382477 0
[pid=10567/tid=10569] ppid=10565 vsize=1540700 CPUtime=1515.84
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 36904 0 1 0 151559 25 0 0 25 0 13 0 46099624 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4109725478 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1540700 CPUtime=22.83
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 22046 0 0 0 2250 33 0 0 16 0 13 0 46099626 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1540700 CPUtime=22.81
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 23137 0 0 0 2253 28 0 0 15 0 13 0 46099626 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1540700 CPUtime=1.9
/proc/10567/task/10572/stat : 10572 (java) S 10565 10567 9540 0 -1 4202560 412 0 0 0 145 45 0 0 15 0 13 0 46099628 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1540700 CPUtime=1.4
/proc/10567/task/10576/stat : 10576 (java) S 10565 10567 9540 0 -1 4202560 1975 0 0 0 139 1 0 0 15 0 13 0 46099632 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1540700 CPUtime=2.59
/proc/10567/task/10577/stat : 10577 (java) S 10565 10567 9540 0 -1 4202560 11060 0 0 0 256 3 0 0 15 0 13 0 46099632 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 46099632 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1577676800 83448 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1567.45
Current children cumulated vsize (KiB) 1540700

[startup+1602.3 s]
/proc/loadavg: 1.07 1.07 0.98 3/119 10622
/proc/meminfo: memFree=1451332/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1540700 CPUtime=1628.75
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 97148 0 1 0 162732 143 0 0 15 0 13 0 46099623 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385175 83848 1447 10 0 382477 0
[pid=10567/tid=10569] ppid=10565 vsize=1540700 CPUtime=1574.4
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 36947 0 1 0 157415 25 0 0 25 0 13 0 46099624 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4109727107 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1540700 CPUtime=24.2
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 22305 0 0 0 2383 37 0 0 16 0 13 0 46099626 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1540700 CPUtime=24.17
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 23279 0 0 0 2389 28 0 0 16 0 13 0 46099626 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1540700 CPUtime=1.91
/proc/10567/task/10572/stat : 10572 (java) S 10565 10567 9540 0 -1 4202560 415 0 0 0 146 45 0 0 15 0 13 0 46099628 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1540700 CPUtime=1.4
/proc/10567/task/10576/stat : 10576 (java) S 10565 10567 9540 0 -1 4202560 1975 0 0 0 139 1 0 0 15 0 13 0 46099632 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1540700 CPUtime=2.59
/proc/10567/task/10577/stat : 10577 (java) S 10565 10567 9540 0 -1 4202560 11060 0 0 0 256 3 0 0 15 0 13 0 46099632 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 46099632 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1577676800 83848 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628.75
Current children cumulated vsize (KiB) 1540700

[startup+1662.3 s]
/proc/loadavg: 1.02 1.05 0.98 2/119 10624
/proc/meminfo: memFree=1449348/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1540700 CPUtime=1689.83
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 97695 0 1 0 168836 147 0 0 15 0 13 0 46099623 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385175 84317 1447 10 0 382477 0
[pid=10567/tid=10569] ppid=10565 vsize=1540700 CPUtime=1632.66
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 36991 0 1 0 163240 26 0 0 25 0 13 0 46099624 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4109725478 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1540700 CPUtime=25.3
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 22570 0 0 0 2491 39 0 0 16 0 13 0 46099626 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1540700 CPUtime=25.29
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 23495 0 0 0 2500 29 0 0 15 0 13 0 46099626 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1540700 CPUtime=2.51
/proc/10567/task/10572/stat : 10572 (java) S 10565 10567 9540 0 -1 4202560 433 0 0 0 206 45 0 0 15 0 13 0 46099628 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1540700 CPUtime=1.4
/proc/10567/task/10576/stat : 10576 (java) S 10565 10567 9540 0 -1 4202560 1975 0 0 0 139 1 0 0 15 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1540700 CPUtime=2.59
/proc/10567/task/10577/stat : 10577 (java) S 10565 10567 9540 0 -1 4202560 11060 0 0 0 256 3 0 0 15 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1689.83
Current children cumulated vsize (KiB) 1540700

[startup+1722.3 s]
/proc/loadavg: 1.01 1.04 0.98 2/119 10624
/proc/meminfo: memFree=1449348/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1540700 CPUtime=1751.12
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 97745 0 1 0 174962 150 0 0 15 0 13 0 46099623 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385175 84317 1447 10 0 382477 0
[pid=10567/tid=10569] ppid=10565 vsize=1540700 CPUtime=1691.3
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 37033 0 1 0 169104 26 0 0 25 0 13 0 46099624 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4109711170 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1540700 CPUtime=26.62
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 22570 0 0 0 2620 42 0 0 16 0 13 0 46099626 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1540700 CPUtime=26.61
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 23495 0 0 0 2632 29 0 0 15 0 13 0 46099626 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1540700 CPUtime=2.52
/proc/10567/task/10572/stat : 10572 (java) S 10565 10567 9540 0 -1 4202560 437 0 0 0 206 46 0 0 15 0 13 0 46099628 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1540700 CPUtime=1.4
/proc/10567/task/10576/stat : 10576 (java) S 10565 10567 9540 0 -1 4202560 1975 0 0 0 139 1 0 0 15 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1540700 CPUtime=2.59
/proc/10567/task/10577/stat : 10577 (java) S 10565 10567 9540 0 -1 4202560 11060 0 0 0 256 3 0 0 15 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 46099632 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1577676800 84317 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.12
Current children cumulated vsize (KiB) 1540700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.2 s]
/proc/loadavg: 1.10 1.06 1.00 2/119 10626
/proc/meminfo: memFree=1447240/2059040 swapFree=4140260/4192956
[pid=10567] ppid=10565 vsize=1540700 CPUtime=1800.04
/proc/10567/stat : 10567 (java) S 10565 10567 9540 0 -1 4202496 98292 0 1 0 179850 154 0 0 15 0 13 0 46099623 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10567/statm: 385175 84811 1447 10 0 382477 0
[pid=10567/tid=10569] ppid=10565 vsize=1540700 CPUtime=1738.14
/proc/10567/task/10569/stat : 10569 (java) R 10565 10567 9540 0 -1 4202560 37068 0 1 0 173788 26 0 0 25 0 13 0 46099624 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4109725413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10567/tid=10570] ppid=10565 vsize=1540700 CPUtime=27.65
/proc/10567/task/10570/stat : 10570 (java) S 10565 10567 9540 0 -1 4202560 22827 0 0 0 2720 45 0 0 16 0 13 0 46099626 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10571] ppid=10565 vsize=1540700 CPUtime=27.65
/proc/10567/task/10571/stat : 10571 (java) S 10565 10567 9540 0 -1 4202560 23746 0 0 0 2736 29 0 0 15 0 13 0 46099626 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10572] ppid=10565 vsize=1540700 CPUtime=2.53
/proc/10567/task/10572/stat : 10572 (java) S 10565 10567 9540 0 -1 4202560 439 0 0 0 207 46 0 0 15 0 13 0 46099628 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10573] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10573/stat : 10573 (java) S 10565 10567 9540 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10574] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10574/stat : 10574 (java) S 10565 10567 9540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 46099628 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10575] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10575/stat : 10575 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 46099632 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10576] ppid=10565 vsize=1540700 CPUtime=1.4
/proc/10567/task/10576/stat : 10576 (java) S 10565 10567 9540 0 -1 4202560 1975 0 0 0 139 1 0 0 15 0 13 0 46099632 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10577] ppid=10565 vsize=1540700 CPUtime=2.59
/proc/10567/task/10577/stat : 10577 (java) S 10565 10567 9540 0 -1 4202560 11060 0 0 0 256 3 0 0 15 0 13 0 46099632 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 1 0 0 0
[pid=10567/tid=10578] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10578/stat : 10578 (java) S 10565 10567 9540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 46099632 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10579] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10579/stat : 10579 (java) S 10565 10567 9540 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 46099632 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
[pid=10567/tid=10580] ppid=10565 vsize=1540700 CPUtime=0
/proc/10567/task/10580/stat : 10580 (java) S 10565 10567 9540 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 46099664 1577676800 84811 1992294400 134512640 134550932 4293803808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862142144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1540700

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): 1770.31
CPU time (s): 1800.18
CPU user time (s): 1798.6
CPU system time (s): 1.57676
CPU usage (%): 101.687
Max. virtual memory (cumulated for all children) (KiB): 1546124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 1.57676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98315
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= 49647
involuntary context switches= 61919

runsolver used 3.87941 second user time and 10.3634 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 18:16:19
IDJOB=2670113
IDBENCH=48072
IDSOLVER=1165
FILE ID=node009/2670113-1276704979
PBS_JOBID= 11174125
Free space on /tmp= 62556 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=7-P0=83-P1=113-P2=127-P3=71-P4=61-P5=43-P6=71-P7=41-P8=13-P9=71-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-2670113-1276704979/watcher-2670113-1276704979 -o /tmp/evaluation-result-2670113-1276704979/solver-2670113-1276704979 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670113-1276704979.opb

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

MD5SUM BENCH= bd15d72e061a78dfd7cc65e865014c03
RANDOM SEED=190606841

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1784152 kB
Buffers:         58984 kB
Cached:         120660 kB
SwapCached:       6060 kB
Active:          77372 kB
Inactive:       115532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1784152 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:             268 kB
Writeback:           0 kB
AnonPages:       11668 kB
Mapped:          13108 kB
Slab:            60108 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180360 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 node009 at 2010-06-16 18:45:51