Trace number 2660320

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.19 1788.12

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
MD5SUM158d85b2efcaf56eab2db834482aadfb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16224
Total number of constraints1488
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 10368
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180197911475330400
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180197911475330400
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660320-1276570065.opb
0.25/0.21	c reading problem ... 
2.35/1.30	c ... done. Wall clock time 1.042s.
2.35/1.30	c #vars     16224
2.35/1.30	c #constraints  8415
2.35/1.30	c constraints type 
2.35/1.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 240
2.35/1.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
2.35/1.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1224
191.77/187.40	c cleaning 0 clauses out of 5002 with flag 0/5002
950.74/943.41	c cleaning 0 clauses out of 11001 with flag 0/11001
1800.02/1788.01	c starts		: 41
1800.02/1788.01	c conflicts		: 15289
1800.02/1788.01	c decisions		: 95115
1800.02/1788.01	c propagations		: 376870
1800.02/1788.01	c inspects		: 237580621
1800.02/1788.01	c learnt literals	: 0
1800.02/1788.01	c learnt binary clauses	: 0
1800.02/1788.01	c learnt ternary clauses	: 0
1800.02/1788.01	c learnt clauses	: 15289
1800.02/1788.01	c ignored clauses	: 0
1800.02/1788.01	c root simplifications	: 0
1800.02/1788.01	c removed literals (reason simplification)	: 0
1800.02/1788.01	c reason swapping (by a shorter reason)	: 0
1800.02/1788.01	c Calls to reduceDB	: 2
1800.02/1788.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1788.01	c number of learned constraints concerned by reduction	: 0
1800.02/1788.01	c number of learning phase by resolution	: 0
1800.02/1788.01	c number of learning phase by cutting planes	: 0
1800.02/1788.01	c speed (assignments/second)	: 210.923446995179
1800.02/1788.01	c non guided choices	369
1800.02/1788.04	c learnt constraints type 
1800.02/1788.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15289
1800.02/1788.04	c constraints type 
1800.02/1788.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 240
1800.02/1788.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
1800.02/1788.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1224
1800.02/1788.04	s UNKNOWN
1800.02/1788.04	c Total wall clock time (in seconds): 1787.832

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-2660320-1276570065/watcher-2660320-1276570065 -o /tmp/evaluation-result-2660320-1276570065/solver-2660320-1276570065 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660320-1276570065.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3152
/proc/meminfo: memFree=1760324/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=4 CPUtime=0
/proc/3152/stat : 3152 (java6) R 3150 3152 2313 0 -1 4194304 255 0 0 0 0 0 0 0 22 0 1 0 32608079 4096 1 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3152/statm: 1 1 0 0 0 1 0

[startup+0.0941659 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3152
/proc/meminfo: memFree=1760324/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1521796 CPUtime=0.07
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 3870 0 1 0 5 2 0 0 18 0 7 0 32608079 1558319104 3311 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 380449 3311 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101162 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3152
/proc/meminfo: memFree=1760324/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1524184 CPUtime=0.09
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 3961 0 1 0 6 3 0 0 18 0 12 0 32608079 1560764416 3400 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300009 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3152
/proc/meminfo: memFree=1760324/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1526396 CPUtime=0.38
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 5407 0 1 0 34 4 0 0 18 0 12 0 32608079 1563029504 4844 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 381599 4844 1365 10 0 378901 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526396

[startup+0.700009 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3152
/proc/meminfo: memFree=1760324/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1528440 CPUtime=1.17
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 8502 0 1 0 111 6 0 0 18 0 12 0 32608079 1565122560 7917 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 382110 7919 1406 10 0 379412 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1528440

[startup+1.50101 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 3164
/proc/meminfo: memFree=1711684/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1538008 CPUtime=2.75
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 19159 0 1 0 265 10 0 0 18 0 12 0 32608079 1574920192 17863 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 384502 17863 1419 10 0 381804 0
[pid=3152/tid=3154] ppid=3150 vsize=1538008 CPUtime=1.46
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 13981 0 1 0 139 7 0 0 18 0 12 0 32608081 1574920192 17863 1992294400 134512640 134550932 4289059152 18446744073709551615 102382569 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1538008 CPUtime=0
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 32608082 1574920192 17864 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1538008 CPUtime=0
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 32608082 1574920192 17864 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1538008 CPUtime=0
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32608084 1574920192 17864 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1538008 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 32608085 1574920192 17864 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1538008 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 32608085 1574920192 17864 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1538008 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 32608089 1574920192 17864 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1538008 CPUtime=0.83
/proc/3152/task/3161/stat : 3161 (java) R 3150 3152 2313 0 -1 4202560 1614 0 0 0 83 0 0 0 18 0 12 0 32608089 1574920192 17865 1992294400 134512640 134550932 4289059152 18446744073709551615 104163515 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1538008 CPUtime=0.42
/proc/3152/task/3162/stat : 3162 (java) R 3150 3152 2313 0 -1 4202560 2502 0 0 0 41 1 0 0 25 0 12 0 32608089 1574920192 17865 1992294400 134512640 134550932 4289059152 18446744073709551615 106916412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1538008 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32608089 1574920192 17865 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1538008 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32608089 1574920192 17865 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1538008

[startup+3.10101 s]
/proc/loadavg: 0.92 0.98 0.99 4/119 3165
/proc/meminfo: memFree=1678816/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1541164 CPUtime=5.56
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 35946 0 1 0 539 17 0 0 18 0 13 0 32608079 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 385291 32295 1430 10 0 382593 0
[pid=3152/tid=3154] ppid=3150 vsize=1541164 CPUtime=2.6
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 27481 0 1 0 247 13 0 0 20 0 13 0 32608081 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4109418536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 32608082 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 32608082 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32608084 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 32608085 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 32608085 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32608089 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1541164 CPUtime=1.86
/proc/3152/task/3161/stat : 3161 (java) S 3150 3152 2313 0 -1 4202560 2534 0 0 0 186 0 0 0 16 0 13 0 32608089 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1541164 CPUtime=1.07
/proc/3152/task/3162/stat : 3162 (java) S 3150 3152 2313 0 -1 4202560 4864 0 0 0 105 2 0 0 15 0 13 0 32608089 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32608089 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32608089 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3165] ppid=3150 vsize=1541164 CPUtime=0
/proc/3152/task/3165/stat : 3165 (java) S 3150 3152 2313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32608258 1578151936 32295 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 1541164

[startup+6.30137 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 3165
/proc/meminfo: memFree=1594496/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1542600 CPUtime=9.73
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 48394 0 1 0 950 23 0 0 18 0 13 0 32608079 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 385650 42915 1439 10 0 382952 0
[pid=3152/tid=3154] ppid=3150 vsize=1542600 CPUtime=5.49
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 32088 0 1 0 534 15 0 0 25 0 13 0 32608081 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4109679386 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1542600 CPUtime=0.14
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 2828 0 0 0 13 1 0 0 16 0 13 0 32608082 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1542600 CPUtime=0.13
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 2829 0 0 0 12 1 0 0 16 0 13 0 32608082 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 13 0 32608084 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1542600 CPUtime=2.63
/proc/3152/task/3161/stat : 3161 (java) S 3150 3152 2313 0 -1 4202560 4425 0 0 0 262 1 0 0 15 0 13 0 32608089 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1542600 CPUtime=1.3
/proc/3152/task/3162/stat : 3162 (java) S 3150 3152 2313 0 -1 4202560 5137 0 0 0 128 2 0 0 15 0 13 0 32608089 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32608089 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3165] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3165/stat : 3165 (java) S 3150 3152 2313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32608258 1579622400 42915 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 1542600

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 3165
/proc/meminfo: memFree=1565356/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1542600 CPUtime=16.36
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 56158 0 1 0 1609 27 0 0 18 0 13 0 32608079 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 385650 50057 1443 10 0 382952 0
[pid=3152/tid=3154] ppid=3150 vsize=1542600 CPUtime=11.69
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 32096 0 1 0 1154 15 0 0 25 0 13 0 32608081 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4109671358 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1542600 CPUtime=0.32
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 6711 0 0 0 29 3 0 0 16 0 13 0 32608082 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1542600 CPUtime=0.32
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 6672 0 0 0 29 3 0 0 15 0 13 0 32608082 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 32608084 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1542600 CPUtime=2.63
/proc/3152/task/3161/stat : 3161 (java) S 3150 3152 2313 0 -1 4202560 4425 0 0 0 262 1 0 0 16 0 13 0 32608089 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1542600 CPUtime=1.35
/proc/3152/task/3162/stat : 3162 (java) S 3150 3152 2313 0 -1 4202560 5159 0 0 0 133 2 0 0 15 0 13 0 32608089 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32608089 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3165] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3165/stat : 3165 (java) S 3150 3152 2313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32608258 1579622400 50057 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (KiB) 1542600

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 3165
/proc/meminfo: memFree=1553700/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1542600 CPUtime=29.29
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 59333 0 1 0 2900 29 0 0 18 0 13 0 32608079 1579622400 52745 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 385650 52745 1443 10 0 382952 0
[pid=3152/tid=3154] ppid=3150 vsize=1542600 CPUtime=24.38
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 32107 0 1 0 2423 15 0 0 25 0 13 0 32608081 1579622400 52745 1992294400 134512640 134550932 4289059152 18446744073709551615 4109411221 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1542600 CPUtime=0.41
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 8471 0 0 0 37 4 0 0 16 0 13 0 32608082 1579622400 52745 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1542600 CPUtime=0.41
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 8074 0 0 0 38 3 0 0 16 0 13 0 32608082 1579622400 52745 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1542600 CPUtime=0.01
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 13 0 32608084 1579622400 52745 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1542600 CPUtime=0

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

[pid=3152/tid=3158] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 98776 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 98776 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 98776 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1542600 CPUtime=2.66
/proc/3152/task/3161/stat : 3161 (java) S 3150 3152 2313 0 -1 4202560 4425 0 0 0 265 1 0 0 16 0 13 0 32608089 1579622400 98776 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1542600 CPUtime=1.42
/proc/3152/task/3162/stat : 3162 (java) S 3150 3152 2313 0 -1 4202560 5167 0 0 0 140 2 0 0 15 0 13 0 32608089 1579622400 98776 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 98776 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 32608089 1579622400 98776 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3165] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3165/stat : 3165 (java) S 3150 3152 2313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32608258 1579622400 98776 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1613.18
Current children cumulated vsize (KiB) 1542600

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 3221
/proc/meminfo: memFree=1365096/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1542600 CPUtime=1673.55
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 111835 0 1 0 167266 89 0 0 18 0 13 0 32608079 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 385650 99462 1449 10 0 382952 0
[pid=3152/tid=3154] ppid=3150 vsize=1542600 CPUtime=1651.15
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 32740 0 1 0 165075 40 0 0 25 0 13 0 32608081 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4109629621 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1542600 CPUtime=8.68
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 36594 0 0 0 845 23 0 0 15 0 13 0 32608082 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1542600 CPUtime=8.66
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 31237 0 0 0 849 17 0 0 16 0 13 0 32608082 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1542600 CPUtime=0.92
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 504 0 0 0 90 2 0 0 15 0 13 0 32608084 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1542600 CPUtime=2.66
/proc/3152/task/3161/stat : 3161 (java) S 3150 3152 2313 0 -1 4202560 4425 0 0 0 265 1 0 0 16 0 13 0 32608089 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1542600 CPUtime=1.42
/proc/3152/task/3162/stat : 3162 (java) S 3150 3152 2313 0 -1 4202560 5167 0 0 0 140 2 0 0 15 0 13 0 32608089 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 32608089 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3165] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3165/stat : 3165 (java) S 3150 3152 2313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32608258 1579622400 99462 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1673.55
Current children cumulated vsize (KiB) 1542600

[startup+1722.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/119 3223
/proc/meminfo: memFree=1362244/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1542600 CPUtime=1733.91
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 112629 0 1 0 173300 91 0 0 18 0 13 0 32608079 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 385650 100159 1449 10 0 382952 0
[pid=3152/tid=3154] ppid=3150 vsize=1542600 CPUtime=1710.7
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 32753 0 1 0 171028 42 0 0 25 0 13 0 32608081 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4109629764 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1542600 CPUtime=9.08
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 36918 0 0 0 885 23 0 0 16 0 13 0 32608082 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1542600 CPUtime=9.08
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 31686 0 0 0 890 18 0 0 15 0 13 0 32608082 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1542600 CPUtime=0.92
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 508 0 0 0 90 2 0 0 15 0 13 0 32608084 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1542600 CPUtime=2.66
/proc/3152/task/3161/stat : 3161 (java) S 3150 3152 2313 0 -1 4202560 4425 0 0 0 265 1 0 0 16 0 13 0 32608089 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1542600 CPUtime=1.42
/proc/3152/task/3162/stat : 3162 (java) S 3150 3152 2313 0 -1 4202560 5167 0 0 0 140 2 0 0 15 0 13 0 32608089 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 32608089 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3165] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3165/stat : 3165 (java) S 3150 3152 2313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32608258 1579622400 100159 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1733.91
Current children cumulated vsize (KiB) 1542600

[startup+1782.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/119 3225
/proc/meminfo: memFree=1359268/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1542600 CPUtime=1794.27
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 113420 0 1 0 179333 94 0 0 18 0 13 0 32608079 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 385650 100831 1449 10 0 382952 0
[pid=3152/tid=3154] ppid=3150 vsize=1542600 CPUtime=1770.25
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 32766 0 1 0 176981 44 0 0 25 0 13 0 32608081 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4109629644 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1542600 CPUtime=9.49
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 37407 0 0 0 925 24 0 0 15 0 13 0 32608082 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1542600 CPUtime=9.48
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 31967 0 0 0 930 18 0 0 16 0 13 0 32608082 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1542600 CPUtime=0.92
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 512 0 0 0 90 2 0 0 15 0 13 0 32608084 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1542600 CPUtime=2.66
/proc/3152/task/3161/stat : 3161 (java) S 3150 3152 2313 0 -1 4202560 4425 0 0 0 265 1 0 0 16 0 13 0 32608089 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1542600 CPUtime=1.42
/proc/3152/task/3162/stat : 3162 (java) S 3150 3152 2313 0 -1 4202560 5167 0 0 0 140 2 0 0 15 0 13 0 32608089 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 32608089 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3165] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3165/stat : 3165 (java) S 3150 3152 2313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32608258 1579622400 100831 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1794.27
Current children cumulated vsize (KiB) 1542600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788 s]
/proc/loadavg: 1.04 1.02 1.00 2/119 3225
/proc/meminfo: memFree=1359020/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=1542600 CPUtime=1800.02
/proc/3152/stat : 3152 (java) S 3150 3152 2313 0 -1 4202496 113482 0 1 0 179907 95 0 0 18 0 13 0 32608079 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 385650 100887 1449 10 0 382952 0
[pid=3152/tid=3154] ppid=3150 vsize=1542600 CPUtime=1775.92
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4202560 32767 0 1 0 177548 44 0 0 25 0 13 0 32608081 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4109628447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3152/tid=3155] ppid=3150 vsize=1542600 CPUtime=9.52
/proc/3152/task/3155/stat : 3155 (java) S 3150 3152 2313 0 -1 4202560 37450 0 0 0 928 24 0 0 16 0 13 0 32608082 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3156] ppid=3150 vsize=1542600 CPUtime=9.51
/proc/3152/task/3156/stat : 3156 (java) S 3150 3152 2313 0 -1 4202560 31985 0 0 0 933 18 0 0 16 0 13 0 32608082 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3157] ppid=3150 vsize=1542600 CPUtime=0.92
/proc/3152/task/3157/stat : 3157 (java) S 3150 3152 2313 0 -1 4202560 512 0 0 0 90 2 0 0 15 0 13 0 32608084 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3158] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3158/stat : 3158 (java) S 3150 3152 2313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3159] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3159/stat : 3159 (java) S 3150 3152 2313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32608085 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3160] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3160/stat : 3160 (java) S 3150 3152 2313 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3161] ppid=3150 vsize=1542600 CPUtime=2.66
/proc/3152/task/3161/stat : 3161 (java) S 3150 3152 2313 0 -1 4202560 4425 0 0 0 265 1 0 0 16 0 13 0 32608089 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=3152/tid=3162] ppid=3150 vsize=1542600 CPUtime=1.42
/proc/3152/task/3162/stat : 3162 (java) S 3150 3152 2313 0 -1 4202560 5167 0 0 0 140 2 0 0 15 0 13 0 32608089 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3163] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3163/stat : 3163 (java) S 3150 3152 2313 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32608089 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3164] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3164/stat : 3164 (java) S 3150 3152 2313 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 32608089 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=3152/tid=3165] ppid=3150 vsize=1542600 CPUtime=0
/proc/3152/task/3165/stat : 3165 (java) S 3150 3152 2313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32608258 1579622400 100887 1992294400 134512640 134550932 4289059152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1542600

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

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

[startup+1788.11 s]
/proc/loadavg: 1.04 1.02 1.00 2/119 3225
/proc/meminfo: memFree=1359020/2059040 swapFree=4136184/4192956
[pid=3152] ppid=3150 vsize=0 CPUtime=1800.17
/proc/3152/stat : 3152 (java) Z 3150 3152 2313 0 -1 4203548 113505 0 1 0 179918 99 0 0 17 0 2 0 32608079 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3152/statm: 0 0 0 0 0 0 0
[pid=3152/tid=3154] ppid=3150 vsize=0 CPUtime=1776.01
/proc/3152/task/3154/stat : 3154 (java) R 3150 3152 2313 0 -1 4203588 32767 0 1 0 177553 48 0 0 25 0 2 0 32608081 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.12
CPU time (s): 1800.19
CPU user time (s): 1799.19
CPU system time (s): 0.996848
CPU usage (%): 100.675
Max. virtual memory (cumulated for all children) (KiB): 1543784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.996848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113505
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= 41016
involuntary context switches= 56209

runsolver used 3.69544 second user time and 9.47256 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-15 04:47:45
IDJOB=2660320
IDBENCH=2521
IDSOLVER=1165
FILE ID=node011/2660320-1276570065
PBS_JOBID= 11173513
Free space on /tmp= 62360 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660320-1276570065/watcher-2660320-1276570065 -o /tmp/evaluation-result-2660320-1276570065/solver-2660320-1276570065 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660320-1276570065.opb

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

MD5SUM BENCH= 158d85b2efcaf56eab2db834482aadfb
RANDOM SEED=1177284001

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1760596 kB
Buffers:         79032 kB
Cached:         142036 kB
SwapCached:       9764 kB
Active:          83296 kB
Inactive:       150504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1760596 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            1260 kB
Writeback:           0 kB
AnonPages:       11416 kB
Mapped:           9284 kB
Slab:            42708 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180568 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= 62360 MiB
End job on node011 at 2010-06-15 05:17:35