Trace number 2660140

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.24 1777.07

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

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.19	c version 2.2.0.v20100526
0.08/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.19	c java.vm.version	11.2-b01
0.08/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.19	c sun.arch.data.model	32
0.08/0.19	c java.version		1.6.0_12
0.08/0.19	c os.name		Linux
0.08/0.19	c os.version		2.6.18-164.el5
0.08/0.19	c os.arch		i386
0.08/0.19	c Free memory 		1393557488
0.08/0.19	c Max memory 		1395916800
0.08/0.19	c Total memory 		1395916800
0.08/0.19	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-2660140-1276683969.opb
0.25/0.21	c reading problem ... 
0.53/0.48	c ... done. Wall clock time 0.269s.
0.53/0.48	c #vars     718
0.53/0.48	c #constraints  1389
0.53/0.48	c constraints type 
0.53/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.53/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 618
0.53/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.53/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
119.13/115.41	c cleaning 0 clauses out of 5000 with flag 0/5000
649.00/640.85	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.02/1776.91	c starts		: 44
1800.02/1776.91	c conflicts		: 17823
1800.02/1776.91	c decisions		: 27589
1800.02/1776.91	c propagations		: 1013453
1800.02/1776.91	c inspects		: 799027345
1800.02/1776.91	c learnt literals	: 0
1800.02/1776.91	c learnt binary clauses	: 0
1800.02/1776.91	c learnt ternary clauses	: 0
1800.02/1776.91	c learnt clauses	: 17822
1800.02/1776.91	c ignored clauses	: 0
1800.02/1776.91	c root simplifications	: 0
1800.02/1776.91	c removed literals (reason simplification)	: 0
1800.02/1776.91	c reason swapping (by a shorter reason)	: 0
1800.02/1776.91	c Calls to reduceDB	: 2
1800.02/1776.91	c number of reductions to clauses (during analyze)	: 0
1800.02/1776.91	c number of learned constraints concerned by reduction	: 0
1800.02/1776.91	c number of learning phase by resolution	: 0
1800.02/1776.91	c number of learning phase by cutting planes	: 0
1800.02/1776.91	c speed (assignments/second)	: 570.4975746395735
1800.02/1776.91	c non guided choices	656
1800.02/1776.97	c learnt constraints type 
1800.02/1776.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/1776.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17822
1800.02/1776.97	c constraints type 
1800.02/1776.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.02/1776.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 618
1800.02/1776.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.02/1776.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
1800.02/1776.97	s UNKNOWN
1800.02/1776.97	c Total wall clock time (in seconds): 1776.765

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-2660140-1276683969/watcher-2660140-1276683969 -o /tmp/evaluation-result-2660140-1276683969/solver-2660140-1276683969 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660140-1276683969.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 16342
/proc/meminfo: memFree=1772728/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1832 CPUtime=0
/proc/16342/stat : 16342 (java6) S 16340 16342 16317 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 9692342 1875968 154 1992294400 134512640 134550932 4288782848 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/16342/statm: 458 154 116 10 0 63 0

[startup+0.101752 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 16342
/proc/meminfo: memFree=1772728/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1524184 CPUtime=0.08
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 9692342 1560764416 3404 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.208172 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 16342
/proc/meminfo: memFree=1772728/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1525496 CPUtime=0.25
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 5097 0 1 0 22 3 0 0 18 0 12 0 9692342 1562107904 4532 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 381374 4532 1347 10 0 378676 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1525496

[startup+0.300167 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 16342
/proc/meminfo: memFree=1772728/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1525656 CPUtime=0.39
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 5327 0 1 0 36 3 0 0 18 0 12 0 9692342 1562271744 4762 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 381414 4762 1364 10 0 378716 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1525656

[startup+0.700145 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 16342
/proc/meminfo: memFree=1772728/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1529000 CPUtime=1.08
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 6811 0 1 0 105 3 0 0 18 0 13 0 9692342 1565696000 6202 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 382250 6202 1411 10 0 379552 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529000

[startup+1.5011 s]
/proc/loadavg: 0.92 0.98 0.99 4/119 16355
/proc/meminfo: memFree=1744912/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1540796 CPUtime=2.66
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 14602 0 1 0 260 6 0 0 18 0 13 0 9692342 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 385199 12257 1414 10 0 382501 0
[pid=16342/tid=16344] ppid=16340 vsize=1540796 CPUtime=1.4
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 7960 0 1 0 137 3 0 0 18 0 13 0 9692344 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4108833795 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 9692345 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9692345 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 9692347 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 9692347 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9692347 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9692352 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1540796 CPUtime=0.79
/proc/16342/task/16351/stat : 16351 (java) R 16340 16342 16317 0 -1 4202560 3330 0 0 0 78 1 0 0 25 0 13 0 9692352 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1540796 CPUtime=0.45
/proc/16342/task/16352/stat : 16352 (java) R 16340 16342 16317 0 -1 4202560 2242 0 0 0 45 0 0 0 18 0 13 0 9692352 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 105580410 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9692352 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9692352 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1540796 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9692391 1577775104 12257 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1540796

[startup+3.10101 s]
/proc/loadavg: 1.09 1.02 1.01 4/119 16355
/proc/meminfo: memFree=1686756/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1546504 CPUtime=5.82
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 41796 0 1 0 566 16 0 0 18 0 13 0 9692342 1583620096 35185 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 386626 35189 1424 10 0 383928 0
[pid=16342/tid=16344] ppid=16340 vsize=1546504 CPUtime=2.51
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 29100 0 1 0 241 10 0 0 19 0 13 0 9692344 1583620096 35190 1992294400 134512640 134550932 4290916544 18446744073709551615 4109244857 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 9692345 1583620096 35191 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9692345 1583620096 35193 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 9692347 1583620096 35194 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 9692347 1583620096 35196 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9692347 1583620096 35198 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9692352 1583620096 35200 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1546504 CPUtime=1.25
/proc/16342/task/16351/stat : 16351 (java) S 16340 16342 16317 0 -1 4202560 5095 0 0 0 123 2 0 0 17 0 13 0 9692352 1583620096 35202 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1546504 CPUtime=2.02
/proc/16342/task/16352/stat : 16352 (java) R 16340 16342 16317 0 -1 4202560 6536 0 0 0 200 2 0 0 18 0 13 0 9692352 1583620096 35204 1992294400 134512640 134550932 4290916544 18446744073709551615 103108656 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9692352 1583620096 35206 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9692352 1583620096 35208 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1546504 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9692391 1583620096 35210 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1546504

[startup+6.30184 s]
/proc/loadavg: 1.09 1.02 1.01 2/119 16355
/proc/meminfo: memFree=1618556/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1542472 CPUtime=9.27
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 47699 0 1 0 908 19 0 0 18 0 13 0 9692342 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 385618 39819 1437 10 0 382920 0
[pid=16342/tid=16344] ppid=16340 vsize=1542472 CPUtime=5.52
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 32081 0 1 0 541 11 0 0 25 0 13 0 9692344 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4109202205 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1542472 CPUtime=0.05
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 1203 0 0 0 5 0 0 0 16 0 13 0 9692345 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1542472 CPUtime=0.05
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 1237 0 0 0 5 0 0 0 16 0 13 0 9692345 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 13 0 9692347 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9692347 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9692347 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9692352 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1542472 CPUtime=1.43
/proc/16342/task/16351/stat : 16351 (java) S 16340 16342 16317 0 -1 4202560 5109 0 0 0 141 2 0 0 15 0 13 0 9692352 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1542472 CPUtime=2.15
/proc/16342/task/16352/stat : 16352 (java) S 16340 16342 16317 0 -1 4202560 6977 0 0 0 213 2 0 0 18 0 13 0 9692352 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9692352 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9692352 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9692391 1579491328 39819 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 1542472

[startup+12.7005 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 16355
/proc/meminfo: memFree=1582844/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1542472 CPUtime=15.77
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 56964 0 1 0 1554 23 0 0 18 0 13 0 9692342 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 385618 48702 1437 10 0 382920 0
[pid=16342/tid=16344] ppid=16340 vsize=1542472 CPUtime=11.8
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 36031 0 1 0 1167 13 0 0 25 0 13 0 9692344 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4109241465 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1542472 CPUtime=0.16
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 3701 0 0 0 15 1 0 0 16 0 13 0 9692345 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1542472 CPUtime=0.16
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 4050 0 0 0 14 2 0 0 15 0 13 0 9692345 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 9692347 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9692347 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9692347 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9692352 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1542472 CPUtime=1.44
/proc/16342/task/16351/stat : 16351 (java) S 16340 16342 16317 0 -1 4202560 5109 0 0 0 142 2 0 0 15 0 13 0 9692352 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1542472 CPUtime=2.15
/proc/16342/task/16352/stat : 16352 (java) S 16340 16342 16317 0 -1 4202560 6977 0 0 0 213 2 0 0 18 0 13 0 9692352 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9692352 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9692352 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1542472 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9692391 1579491328 48702 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 1542472

[startup+25.5018 s]
/proc/loadavg: 1.06 1.01 1.00 2/119 16355
/proc/meminfo: memFree=1576892/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1542472 CPUtime=28.64
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 58382 0 1 0 2839 25 0 0 18 0 13 0 9692342 1579491328 50028 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 385618 50028 1437 10 0 382920 0
[pid=16342/tid=16344] ppid=16340 vsize=1542472 CPUtime=24.51
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 36043 0 1 0 2437 14 0 0 25 0 13 0 9692344 1579491328 50028 1992294400 134512640 134550932 4290916544 18446744073709551615 4109303173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1542472 CPUtime=0.23
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 4385 0 0 0 22 1 0 0 16 0 13 0 9692345 1579491328 50028 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1542472 CPUtime=0.22
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 4772 0 0 0 20 2 0 0 16 0 13 0 9692345 1579491328 50028 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1542472 CPUtime=0

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

[pid=16342] ppid=16340 vsize=1539520 CPUtime=1622.73
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 101413 0 1 0 162136 137 0 0 18 0 13 0 9692342 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 384880 89049 1447 10 0 382182 0
[pid=16342/tid=16344] ppid=16340 vsize=1539520 CPUtime=1581.99
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 37033 0 1 0 158132 67 0 0 25 0 13 0 9692344 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4109241488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1539520 CPUtime=18.09
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 26171 0 0 0 1779 30 0 0 15 0 13 0 9692345 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1539520 CPUtime=18.13
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 24486 0 0 0 1789 24 0 0 16 0 13 0 9692345 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1539520 CPUtime=0.69
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 459 0 0 0 62 7 0 0 15 0 13 0 9692347 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9692347 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9692347 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9692352 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1539520 CPUtime=1.58
/proc/16342/task/16351/stat : 16351 (java) S 16340 16342 16317 0 -1 4202560 5122 0 0 0 156 2 0 0 16 0 13 0 9692352 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1539520 CPUtime=2.17
/proc/16342/task/16352/stat : 16352 (java) S 16340 16342 16317 0 -1 4202560 6977 0 0 0 215 2 0 0 17 0 13 0 9692352 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9692352 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1539520 CPUtime=0.01
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 98 0 0 0 0 1 0 0 15 0 13 0 9692352 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9692391 1576468480 89049 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1622.73
Current children cumulated vsize (KiB) 1539520

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16402
/proc/meminfo: memFree=1415196/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1539520 CPUtime=1683.63
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 102320 0 1 0 168222 141 0 0 18 0 13 0 9692342 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 384880 89906 1447 10 0 382182 0
[pid=16342/tid=16344] ppid=16340 vsize=1539520 CPUtime=1641.02
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 37066 0 1 0 164033 69 0 0 25 0 13 0 9692344 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4109245104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1539520 CPUtime=19.03
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 26447 0 0 0 1872 31 0 0 15 0 13 0 9692345 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1539520 CPUtime=19.05
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 25075 0 0 0 1880 25 0 0 16 0 13 0 9692345 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1539520 CPUtime=0.7
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 464 0 0 0 63 7 0 0 15 0 13 0 9692347 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9692347 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9692347 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9692352 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1539520 CPUtime=1.58
/proc/16342/task/16351/stat : 16351 (java) S 16340 16342 16317 0 -1 4202560 5122 0 0 0 156 2 0 0 16 0 13 0 9692352 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1539520 CPUtime=2.17
/proc/16342/task/16352/stat : 16352 (java) S 16340 16342 16317 0 -1 4202560 6977 0 0 0 215 2 0 0 17 0 13 0 9692352 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9692352 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1539520 CPUtime=0.01
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 102 0 0 0 0 1 0 0 15 0 13 0 9692352 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9692391 1576468480 89906 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1683.63
Current children cumulated vsize (KiB) 1539520

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16404
/proc/meminfo: memFree=1412096/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1539520 CPUtime=1744.55
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 103149 0 1 0 174308 147 0 0 18 0 13 0 9692342 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 384880 90685 1447 10 0 382182 0
[pid=16342/tid=16344] ppid=16340 vsize=1539520 CPUtime=1700.04
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 37099 0 1 0 169932 72 0 0 25 0 13 0 9692344 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4109242863 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1539520 CPUtime=19.97
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 26799 0 0 0 1965 32 0 0 16 0 13 0 9692345 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1539520 CPUtime=20.01
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 25514 0 0 0 1974 27 0 0 15 0 13 0 9692345 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1539520 CPUtime=0.7
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 467 0 0 0 63 7 0 0 15 0 13 0 9692347 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9692347 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9692347 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9692352 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1539520 CPUtime=1.58
/proc/16342/task/16351/stat : 16351 (java) S 16340 16342 16317 0 -1 4202560 5122 0 0 0 156 2 0 0 16 0 13 0 9692352 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1539520 CPUtime=2.17
/proc/16342/task/16352/stat : 16352 (java) S 16340 16342 16317 0 -1 4202560 6977 0 0 0 215 2 0 0 17 0 13 0 9692352 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9692352 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1539520 CPUtime=0.01
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 104 0 0 0 0 1 0 0 15 0 13 0 9692352 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9692391 1576468480 90685 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1744.55
Current children cumulated vsize (KiB) 1539520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16406
/proc/meminfo: memFree=1408996/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1539520 CPUtime=1800.02
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 103964 0 1 0 179853 149 0 0 18 0 13 0 9692342 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 384880 91454 1447 10 0 382182 0
[pid=16342/tid=16344] ppid=16340 vsize=1539520 CPUtime=1753.73
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 37129 0 1 0 175301 72 0 0 25 0 13 0 9692344 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4109202205 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1539520 CPUtime=20.85
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 27249 0 0 0 2052 33 0 0 16 0 13 0 9692345 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1539520 CPUtime=20.89
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 25841 0 0 0 2062 27 0 0 15 0 13 0 9692345 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1539520 CPUtime=0.72
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 471 0 0 0 64 8 0 0 16 0 13 0 9692347 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9692347 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9692347 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9692352 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1539520 CPUtime=1.58
/proc/16342/task/16351/stat : 16351 (java) S 16340 16342 16317 0 -1 4202560 5122 0 0 0 156 2 0 0 16 0 13 0 9692352 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1539520 CPUtime=2.17
/proc/16342/task/16352/stat : 16352 (java) S 16340 16342 16317 0 -1 4202560 6977 0 0 0 215 2 0 0 17 0 13 0 9692352 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9692352 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1539520 CPUtime=0.01
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 108 0 0 0 0 1 0 0 15 0 13 0 9692352 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1539520 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9692391 1576468480 91454 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1539520

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

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

[startup+1777.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16406
/proc/meminfo: memFree=1408996/2059040 swapFree=4164944/4192956
[pid=16342] ppid=16340 vsize=1540168 CPUtime=1800.18
/proc/16342/stat : 16342 (java) S 16340 16342 16317 0 -1 4202496 103988 0 1 0 179869 149 0 0 18 0 14 0 9692342 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16342/statm: 385042 91478 1450 10 0 382344 0
[pid=16342/tid=16344] ppid=16340 vsize=1540168 CPUtime=1753.84
/proc/16342/task/16344/stat : 16344 (java) R 16340 16342 16317 0 -1 4202560 37129 0 1 0 175312 72 0 0 25 0 14 0 9692344 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4109241338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16342/tid=16345] ppid=16340 vsize=1540168 CPUtime=20.85
/proc/16342/task/16345/stat : 16345 (java) S 16340 16342 16317 0 -1 4202560 27249 0 0 0 2052 33 0 0 16 0 14 0 9692345 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16346] ppid=16340 vsize=1540168 CPUtime=20.89
/proc/16342/task/16346/stat : 16346 (java) S 16340 16342 16317 0 -1 4202560 25841 0 0 0 2062 27 0 0 15 0 14 0 9692345 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16347] ppid=16340 vsize=1540168 CPUtime=0.72
/proc/16342/task/16347/stat : 16347 (java) S 16340 16342 16317 0 -1 4202560 471 0 0 0 64 8 0 0 15 0 14 0 9692347 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 0 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16348] ppid=16340 vsize=1540168 CPUtime=0
/proc/16342/task/16348/stat : 16348 (java) S 16340 16342 16317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 9692347 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16349] ppid=16340 vsize=1540168 CPUtime=0
/proc/16342/task/16349/stat : 16349 (java) S 16340 16342 16317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 9692347 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16350] ppid=16340 vsize=1540168 CPUtime=0
/proc/16342/task/16350/stat : 16350 (java) S 16340 16342 16317 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 14 0 9692352 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16351] ppid=16340 vsize=1540168 CPUtime=1.61
/proc/16342/task/16351/stat : 16351 (java) S 16340 16342 16317 0 -1 4202560 5124 0 0 0 159 2 0 0 16 0 14 0 9692352 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16352] ppid=16340 vsize=1540168 CPUtime=2.17
/proc/16342/task/16352/stat : 16352 (java) S 16340 16342 16317 0 -1 4202560 6977 0 0 0 215 2 0 0 17 0 14 0 9692352 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 1 0 0 0
[pid=16342/tid=16353] ppid=16340 vsize=1540168 CPUtime=0
/proc/16342/task/16353/stat : 16353 (java) S 16340 16342 16317 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 9692352 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16354] ppid=16340 vsize=1540168 CPUtime=0.01
/proc/16342/task/16354/stat : 16354 (java) S 16340 16342 16317 0 -1 4202560 108 0 0 0 0 1 0 0 15 0 14 0 9692352 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
[pid=16342/tid=16355] ppid=16340 vsize=1540168 CPUtime=0
/proc/16342/task/16355/stat : 16355 (java) S 16340 16342 16317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 9692391 1577132032 91478 1992294400 134512640 134550932 4290916544 18446744073709551615 4294960144 0 4 0 16800975 18446604437861978176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1540168

Child status: 143
Real time (s): 1777.07
CPU time (s): 1800.24
CPU user time (s): 1798.71
CPU system time (s): 1.52877
CPU usage (%): 101.304
Max. virtual memory (cumulated for all children) (KiB): 1548528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.52877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103988
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= 46084
involuntary context switches= 50713

runsolver used 3.79842 second user time and 9.39957 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 12:26:09
IDJOB=2660140
IDBENCH=48377
IDSOLVER=1165
FILE ID=node029/2660140-1276683969
PBS_JOBID= 11172587
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660140-1276683969/watcher-2660140-1276683969 -o /tmp/evaluation-result-2660140-1276683969/solver-2660140-1276683969 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660140-1276683969.opb

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=103169694

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1773000 kB
Buffers:         77348 kB
Cached:         108404 kB
SwapCached:       1508 kB
Active:          97808 kB
Inactive:       121912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773000 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:       32476 kB
Mapped:          15112 kB
Slab:            44532 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181168 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= 62576 MiB
End job on node029 at 2010-06-16 12:55:48