Trace number 2670075

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.25 1773.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=59-P1=103-P2=101-P3=43-P4=37-P5=37-P6=17-P7=23-B.opb
MD5SUMa9881f8d96a669a457a765316e0eed8c
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.58391
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 variables147
Total number of constraints15
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 constraints15
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)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2670075-1276703999.opb
0.23/0.21	c reading problem ... 
0.36/0.37	c ... done. Wall clock time 0.157s.
0.36/0.37	c #vars     490
0.36/0.37	c #constraints  708
0.36/0.37	c constraints type 
0.36/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
0.36/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
31.21/28.57	c cleaning 0 clauses out of 5000 with flag 0/5000
118.49/115.01	c cleaning 0 clauses out of 11001 with flag 0/11001
305.52/300.32	c cleaning 0 clauses out of 18000 with flag 0/18000
584.93/576.55	c cleaning 0 clauses out of 26000 with flag 0/26000
1013.04/998.98	c cleaning 0 clauses out of 35001 with flag 0/35001
1733.58/1707.34	c cleaning 0 clauses out of 45000 with flag 0/45000
1800.09/1773.01	c starts		: 66
1800.09/1773.01	c conflicts		: 46214
1800.09/1773.01	c decisions		: 49314
1800.09/1773.01	c propagations		: 666391
1800.09/1773.01	c inspects		: 969123116
1800.09/1773.01	c learnt literals	: 0
1800.09/1773.01	c learnt binary clauses	: 0
1800.09/1773.01	c learnt ternary clauses	: 0
1800.09/1773.01	c learnt clauses	: 46214
1800.09/1773.01	c ignored clauses	: 0
1800.09/1773.01	c root simplifications	: 0
1800.09/1773.01	c removed literals (reason simplification)	: 0
1800.09/1773.01	c reason swapping (by a shorter reason)	: 0
1800.09/1773.01	c Calls to reduceDB	: 6
1800.09/1773.01	c number of reductions to clauses (during analyze)	: 0
1800.09/1773.01	c number of learned constraints concerned by reduction	: 0
1800.09/1773.01	c number of learning phase by resolution	: 0
1800.09/1773.01	c number of learning phase by cutting planes	: 0
1800.09/1773.01	c speed (assignments/second)	: 375.93074296403734
1800.09/1773.01	c non guided choices	617
1800.09/1773.06	c learnt constraints type 
1800.09/1773.06	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 216
1800.09/1773.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 45998
1800.09/1773.06	c constraints type 
1800.09/1773.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
1800.09/1773.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
1800.09/1773.06	s UNKNOWN
1800.09/1773.06	c Total wall clock time (in seconds): 1772.848

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-2670075-1276703999/watcher-2670075-1276703999 -o /tmp/evaluation-result-2670075-1276703999/solver-2670075-1276703999 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670075-1276703999.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.03 1.02 0.94 2/106 16692
/proc/meminfo: memFree=1849676/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1832 CPUtime=0
/proc/16692/stat : 16692 (java6) S 16690 16692 16312 0 -1 4194304 250 0 0 0 0 0 0 0 16 0 1 0 11692702 1875968 153 1992294400 134512640 134550932 4292367664 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/16692/statm: 458 153 116 10 0 63 0

[startup+0.064538 s]
/proc/loadavg: 1.03 1.02 0.94 2/106 16692
/proc/meminfo: memFree=1849676/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1521796 CPUtime=0.05
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 3654 0 1 0 3 2 0 0 15 0 7 0 11692702 1558319104 3096 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 380449 3096 1030 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101543 s]
/proc/loadavg: 1.03 1.02 0.94 2/106 16692
/proc/meminfo: memFree=1849676/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1524184 CPUtime=0.08
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 3961 0 1 0 6 2 0 0 15 0 12 0 11692702 1560764416 3401 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301568 s]
/proc/loadavg: 1.03 1.02 0.94 2/106 16692
/proc/meminfo: memFree=1849676/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1526336 CPUtime=0.36
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 5325 0 1 0 33 3 0 0 15 0 12 0 11692702 1562968064 4763 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 381584 4763 1364 10 0 378886 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526336

[startup+0.70061 s]
/proc/loadavg: 1.03 1.02 0.94 2/106 16692
/proc/meminfo: memFree=1849676/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1528420 CPUtime=1.12
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 7035 0 1 0 107 5 0 0 15 0 13 0 11692702 1565102080 6357 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 382105 6357 1404 10 0 379407 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528420

[startup+1.5017 s]
/proc/loadavg: 1.03 1.02 0.94 4/119 16705
/proc/meminfo: memFree=1816032/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1534968 CPUtime=2.68
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 19812 0 1 0 258 10 0 0 15 0 13 0 11692702 1571807232 17699 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 383742 17700 1422 10 0 381044 0
[pid=16692/tid=16694] ppid=16690 vsize=1534968 CPUtime=1.47
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 14498 0 1 0 140 7 0 0 25 0 13 0 11692704 1571807232 17700 1992294400 134512640 134550932 4294098112 18446744073709551615 4108852568 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 11692705 1571807232 17701 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11692705 1571807232 17701 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11692707 1571807232 17701 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 11692707 1571807232 17701 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 11692707 1571807232 17701 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1571807232 17702 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1534968 CPUtime=0.09
/proc/16692/task/16701/stat : 16701 (java) R 16690 16692 16312 0 -1 4202560 53 0 0 0 9 0 0 0 22 0 13 0 11692712 1571807232 17702 1992294400 134512640 134550932 4294098112 18446744073709551615 104140323 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1534968 CPUtime=1.09
/proc/16692/task/16702/stat : 16702 (java) R 16690 16692 16312 0 -1 4202560 4194 0 0 0 108 1 0 0 16 0 13 0 11692712 1571807232 17703 1992294400 134512640 134550932 4294098112 18446744073709551615 106251429 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1571807232 17704 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11692712 1571807232 17704 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1534968 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1571807232 17705 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1534968

[startup+3.11188 s]
/proc/loadavg: 1.27 1.06 0.95 5/119 16705
/proc/meminfo: memFree=1752420/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1545412 CPUtime=5.42
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 42098 0 1 0 520 22 0 0 15 0 13 0 11692702 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 386353 38425 1437 10 0 383655 0
[pid=16692/tid=16694] ppid=16690 vsize=1545412 CPUtime=2.25
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 32077 0 1 0 211 14 0 0 25 0 13 0 11692704 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4108861545 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 232 0 0 0 0 0 0 0 16 0 13 0 11692705 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 195 0 0 0 0 0 0 0 18 0 13 0 11692705 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1545412 CPUtime=0.05
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 8 0 0 0 2 3 0 0 15 0 13 0 11692707 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11692707 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11692707 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1545412 CPUtime=0.91
/proc/16692/task/16701/stat : 16701 (java) S 16690 16692 16312 0 -1 4202560 2479 0 0 0 90 1 0 0 25 0 13 0 11692712 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1545412 CPUtime=2.16
/proc/16692/task/16702/stat : 16702 (java) R 16690 16692 16312 0 -1 4202560 6041 0 0 0 214 2 0 0 15 0 13 0 11692712 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 106117318 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11692712 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1582501888 38425 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 1545412

[startup+6.30222 s]
/proc/loadavg: 1.27 1.06 0.95 2/119 16705
/proc/meminfo: memFree=1694388/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1545412 CPUtime=8.8
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 51009 0 1 0 854 26 0 0 15 0 13 0 11692702 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 386353 47279 1437 10 0 383655 0
[pid=16692/tid=16694] ppid=16690 vsize=1545412 CPUtime=5.34
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 36958 0 1 0 518 16 0 0 25 0 13 0 11692704 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4108900745 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1545412 CPUtime=0.08
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 2281 0 0 0 7 1 0 0 16 0 13 0 11692705 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1545412 CPUtime=0.07
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 2148 0 0 0 7 0 0 0 16 0 13 0 11692705 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1545412 CPUtime=0.06
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 27 0 0 0 2 4 0 0 15 0 13 0 11692707 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11692707 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11692707 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1545412 CPUtime=0.96
/proc/16692/task/16701/stat : 16701 (java) S 16690 16692 16312 0 -1 4202560 2482 0 0 0 95 1 0 0 15 0 13 0 11692712 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1545412 CPUtime=2.24
/proc/16692/task/16702/stat : 16702 (java) S 16690 16692 16312 0 -1 4202560 6047 0 0 0 222 2 0 0 15 0 13 0 11692712 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11692712 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1545412 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1582501888 47279 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 1545412

[startup+12.7019 s]
/proc/loadavg: 1.25 1.06 0.95 2/119 16705
/proc/meminfo: memFree=1660288/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1542888 CPUtime=15.26
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 53206 0 1 0 1499 27 0 0 15 0 13 0 11692702 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 385722 48667 1437 10 0 383024 0
[pid=16692/tid=16694] ppid=16690 vsize=1542888 CPUtime=11.66
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 36967 0 1 0 1150 16 0 0 25 0 13 0 11692704 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4108900756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1542888 CPUtime=0.14
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 3467 0 0 0 13 1 0 0 15 0 13 0 11692705 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1542888 CPUtime=0.15
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 3150 0 0 0 14 1 0 0 16 0 13 0 11692705 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1542888 CPUtime=0.06
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 27 0 0 0 2 4 0 0 15 0 13 0 11692707 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1542888 CPUtime=0.96
/proc/16692/task/16701/stat : 16701 (java) S 16690 16692 16312 0 -1 4202560 2482 0 0 0 95 1 0 0 15 0 13 0 11692712 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1542888 CPUtime=2.24
/proc/16692/task/16702/stat : 16702 (java) S 16690 16692 16312 0 -1 4202560 6047 0 0 0 222 2 0 0 15 0 13 0 11692712 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11692712 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1579917312 48667 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 1542888

[startup+25.5023 s]
/proc/loadavg: 1.19 1.06 0.95 2/119 16705
/proc/meminfo: memFree=1650492/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1542888 CPUtime=28.18
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 55762 0 1 0 2789 29 0 0 15 0 13 0 11692702 1579917312 50913 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 385722 50913 1437 10 0 383024 0
[pid=16692/tid=16694] ppid=16690 vsize=1542888 CPUtime=24.32
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 37008 0 1 0 2416 16 0 0 25 0 13 0 11692704 1579917312 50913 1992294400 134512640 134550932 4294098112 18446744073709551615 4109096092 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1542888 CPUtime=0.25
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 4833 0 0 0 23 2 0 0 16 0 13 0 11692705 1579917312 50913 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1542888 CPUtime=0.25
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 4299 0 0 0 24 1 0 0 16 0 13 0 11692705 1579917312 50913 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1542888 CPUtime=0.06

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

[pid=16692] ppid=16690 vsize=1542888 CPUtime=1565.43
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 103355 0 1 0 156411 132 0 0 15 0 13 0 11692702 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 385722 94666 1447 10 0 383024 0
[pid=16692/tid=16694] ppid=16690 vsize=1542888 CPUtime=1517.31
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 38147 0 1 0 151682 49 0 0 25 0 13 0 11692704 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4108852472 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1542888 CPUtime=21.34
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 28440 0 0 0 2109 25 0 0 16 0 13 0 11692705 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1542888 CPUtime=21.34
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 26696 0 0 0 2097 37 0 0 15 0 13 0 11692705 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1542888 CPUtime=1.82
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 359 0 0 0 169 13 0 0 15 0 13 0 11692707 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1542888 CPUtime=1.24
/proc/16692/task/16701/stat : 16701 (java) S 16690 16692 16312 0 -1 4202560 2504 0 0 0 123 1 0 0 15 0 13 0 11692712 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1542888 CPUtime=2.27
/proc/16692/task/16702/stat : 16702 (java) S 16690 16692 16312 0 -1 4202560 6050 0 0 0 225 2 0 0 15 0 13 0 11692712 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1542888 CPUtime=0.02
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 94 0 0 0 1 1 0 0 15 0 13 0 11692712 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1579917312 94666 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1565.43
Current children cumulated vsize (KiB) 1542888

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/119 16756
/proc/meminfo: memFree=1469576/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1542888 CPUtime=1626.72
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 104487 0 1 0 162534 138 0 0 15 0 13 0 11692702 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 385722 95727 1447 10 0 383024 0
[pid=16692/tid=16694] ppid=16690 vsize=1542888 CPUtime=1575.97
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 38188 0 1 0 157545 52 0 0 25 0 13 0 11692704 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4108859685 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1542888 CPUtime=22.66
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 29092 0 0 0 2238 28 0 0 16 0 13 0 11692705 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1542888 CPUtime=22.65
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 27127 0 0 0 2228 37 0 0 15 0 13 0 11692705 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1542888 CPUtime=1.83
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 363 0 0 0 170 13 0 0 15 0 13 0 11692707 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1542888 CPUtime=1.24
/proc/16692/task/16701/stat : 16701 (java) S 16690 16692 16312 0 -1 4202560 2504 0 0 0 123 1 0 0 15 0 13 0 11692712 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1542888 CPUtime=2.27
/proc/16692/task/16702/stat : 16702 (java) S 16690 16692 16312 0 -1 4202560 6050 0 0 0 225 2 0 0 15 0 13 0 11692712 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1542888 CPUtime=0.02
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 98 0 0 0 1 1 0 0 15 0 13 0 11692712 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1579917312 95727 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1626.72
Current children cumulated vsize (KiB) 1542888

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/119 16758
/proc/meminfo: memFree=1465236/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1542888 CPUtime=1687.92
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 105639 0 1 0 168648 144 0 0 15 0 13 0 11692702 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 385722 96804 1447 10 0 383024 0
[pid=16692/tid=16694] ppid=16690 vsize=1542888 CPUtime=1634.68
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 38229 0 1 0 163414 54 0 0 25 0 13 0 11692704 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4108862549 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1542888 CPUtime=23.89
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 29743 0 0 0 2359 30 0 0 16 0 13 0 11692705 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1542888 CPUtime=23.9
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 27583 0 0 0 2352 38 0 0 15 0 13 0 11692705 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1542888 CPUtime=1.84
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 365 0 0 0 170 14 0 0 15 0 13 0 11692707 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1542888 CPUtime=1.24
/proc/16692/task/16701/stat : 16701 (java) S 16690 16692 16312 0 -1 4202560 2504 0 0 0 123 1 0 0 15 0 13 0 11692712 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1542888 CPUtime=2.27
/proc/16692/task/16702/stat : 16702 (java) S 16690 16692 16312 0 -1 4202560 6050 0 0 0 225 2 0 0 15 0 13 0 11692712 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1542888 CPUtime=0.02
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 100 0 0 0 1 1 0 0 15 0 13 0 11692712 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1579917312 96804 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1687.92
Current children cumulated vsize (KiB) 1542888

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 0.99 3/119 16758
/proc/meminfo: memFree=1460896/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1542888 CPUtime=1748.76
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 106744 0 1 0 174728 148 0 0 15 0 13 0 11692702 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 385722 97821 1447 10 0 383024 0
[pid=16692/tid=16694] ppid=16690 vsize=1542888 CPUtime=1693.03
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 38271 0 1 0 169247 56 0 0 25 0 13 0 11692704 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4109096092 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1542888 CPUtime=24.76
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 30499 0 0 0 2444 32 0 0 16 0 13 0 11692705 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1542888 CPUtime=24.77
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 27882 0 0 0 2438 39 0 0 16 0 13 0 11692705 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1542888 CPUtime=2.6
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 369 0 0 0 246 14 0 0 15 0 13 0 11692707 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1542888 CPUtime=1.24
/proc/16692/task/16701/stat : 16701 (java) S 16690 16692 16312 0 -1 4202560 2504 0 0 0 123 1 0 0 15 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1542888 CPUtime=2.27
/proc/16692/task/16702/stat : 16702 (java) S 16690 16692 16312 0 -1 4202560 6050 0 0 0 225 2 0 0 15 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1542888 CPUtime=0.02
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1748.76
Current children cumulated vsize (KiB) 1542888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773 s]
/proc/loadavg: 1.12 1.04 1.00 2/119 16760
/proc/meminfo: memFree=1460648/2059040 swapFree=4151640/4192956
[pid=16692] ppid=16690 vsize=1542888 CPUtime=1800.09
/proc/16692/stat : 16692 (java) S 16690 16692 16312 0 -1 4202496 106788 0 1 0 179857 152 0 0 15 0 13 0 11692702 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16692/statm: 385722 97821 1447 10 0 383024 0
[pid=16692/tid=16694] ppid=16690 vsize=1542888 CPUtime=1743.06
/proc/16692/task/16694/stat : 16694 (java) R 16690 16692 16312 0 -1 4202560 38307 0 1 0 174248 58 0 0 25 0 13 0 11692704 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4108861747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16692/tid=16695] ppid=16690 vsize=1542888 CPUtime=25.41
/proc/16692/task/16695/stat : 16695 (java) S 16690 16692 16312 0 -1 4202560 30499 0 0 0 2509 32 0 0 16 0 13 0 11692705 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16696] ppid=16690 vsize=1542888 CPUtime=25.41
/proc/16692/task/16696/stat : 16696 (java) S 16690 16692 16312 0 -1 4202560 27882 0 0 0 2502 39 0 0 16 0 13 0 11692705 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16697] ppid=16690 vsize=1542888 CPUtime=2.61
/proc/16692/task/16697/stat : 16697 (java) S 16690 16692 16312 0 -1 4202560 373 0 0 0 246 15 0 0 15 0 13 0 11692707 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 0 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16698] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) S 16690 16692 16312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16699] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16690 16692 16312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11692707 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16700] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16701] ppid=16690 vsize=1542888 CPUtime=1.24
/proc/16692/task/16701/stat : 16701 (java) S 16690 16692 16312 0 -1 4202560 2504 0 0 0 123 1 0 0 15 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
[pid=16692/tid=16702] ppid=16690 vsize=1542888 CPUtime=2.27
/proc/16692/task/16702/stat : 16702 (java) S 16690 16692 16312 0 -1 4202560 6050 0 0 0 225 2 0 0 15 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16703] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16703/stat : 16703 (java) S 16690 16692 16312 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16704] ppid=16690 vsize=1542888 CPUtime=0.02
/proc/16692/task/16704/stat : 16704 (java) S 16690 16692 16312 0 -1 4202560 108 0 0 0 1 1 0 0 15 0 13 0 11692712 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 0 0 0 0
[pid=16692/tid=16705] ppid=16690 vsize=1542888 CPUtime=0
/proc/16692/task/16705/stat : 16705 (java) S 16690 16692 16312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11692740 1579917312 97821 1992294400 134512640 134550932 4294098112 18446744073709551615 4294960144 0 4 0 16800975 18446604437823108224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1542888

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): 1773.11
CPU time (s): 1800.25
CPU user time (s): 1798.68
CPU system time (s): 1.56476
CPU usage (%): 101.53
Max. virtual memory (cumulated for all children) (KiB): 1546672

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

runsolver used 3.66844 second user time and 9.78651 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-16 17:59:59
IDJOB=2670075
IDBENCH=48034
IDSOLVER=1165
FILE ID=node037/2670075-1276703999
PBS_JOBID= 11174105
Free space on /tmp= 62584 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=59-P1=103-P2=101-P3=43-P4=37-P5=37-P6=17-P7=23-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-2670075-1276703999/watcher-2670075-1276703999 -o /tmp/evaluation-result-2670075-1276703999/solver-2670075-1276703999 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670075-1276703999.opb

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

MD5SUM BENCH= a9881f8d96a669a457a765316e0eed8c
RANDOM SEED=1591883945

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1850072 kB
Buffers:         16472 kB
Cached:          95644 kB
SwapCached:       1484 kB
Active:          77712 kB
Inactive:        54212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1850072 kB
SwapTotal:     4192956 kB
SwapFree:      4151640 kB
Dirty:             252 kB
Writeback:           0 kB
AnonPages:       18340 kB
Mapped:          13592 kB
Slab:            55188 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180700 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= 62584 MiB
End job on node037 at 2010-06-16 18:29:34