Trace number 354036

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.13 1791.19

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-mkc1.opb
MD5SUMc469eec4209d8404cb0293cb27bb013d
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables27743
Total number of constraints5584
Number of constraints which are clauses712
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints4848
Minimum length of a constraint2
Maximum length of a constraint25072
Number of terms in the objective function 25306
Biggest coefficient in the objective function 20480000
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 56454927307
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 536870912000
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 1129539816832
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/354036-1176691888/instance-354036-1176691888.opb
0.21/0.20	c reading problem ... 
2.78/2.21	c ... done. Wall clock time 2.013s.
2.78/2.21	c CPU time (experimental) 1.82s.
2.78/2.21	c #vars     27743
2.78/2.21	c #constraints  5586
1800.04/1791.11	c starts		: 2
1800.04/1791.11	c conflicts		: 104
1800.04/1791.11	c decisions		: 94624
1800.04/1791.11	c propagations		: 254967
1800.04/1791.11	c inspects		: 1221443
1800.04/1791.11	c learnt literals	: 0
1800.04/1791.11	c learnt binary clauses	: 0
1800.04/1791.11	c learnt ternary clauses	: 0
1800.04/1791.11	c learnt clauses	: 103
1800.04/1791.11	c root simplifications	: 0
1800.04/1791.11	c removed literals (reason simplification)	: 0
1800.04/1791.11	c reason swapping (by a shorter reason)	: 0
1800.04/1791.11	c Calls to reduceDB	: 0
1800.04/1791.11	c speed (decisions/second)	: 52.9093606245076
1800.04/1791.11	c non guided choices	0
1800.04/1791.11	s UNKNOWN
1800.04/1791.11	c Total wall clock time (ms): 1790.914

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node62/watcher-354036-1176691888 -o ROOT/results/node62/solver-354036-1176691888 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354036-1176691888/sat4jPseudoCPClause.jar /tmp/evaluation/354036-1176691888/instance-354036-1176691888.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.19 1.37 1.22 2/64 4676
/proc/meminfo: memFree=1684616/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=152 CPUtime=0
/proc/4676/stat : 4676 (java) R 4674 4676 4613 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 101354369 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8106788 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/4676/statm: 38 26 19 9 0 4 0

[startup+0.0875421 s]
/proc/loadavg: 1.19 1.37 1.22 2/64 4676
/proc/meminfo: memFree=1684616/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1777844 CPUtime=0.07
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 3837 0 1 0 5 2 0 0 18 0 7 0 101354369 1820512256 3579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 444461 3579 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102545 s]
/proc/loadavg: 1.19 1.37 1.22 2/64 4676
/proc/meminfo: memFree=1684616/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1780112 CPUtime=0.08
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 101354369 1822834688 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302585 s]
/proc/loadavg: 1.19 1.37 1.22 2/64 4676
/proc/meminfo: memFree=1684616/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1782588 CPUtime=0.34
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 5338 0 1 0 31 3 0 0 18 0 12 0 101354369 1825370112 5076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 445647 5076 1267 9 0 443258 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782588

[startup+0.701664 s]
/proc/loadavg: 1.19 1.37 1.22 2/64 4676
/proc/meminfo: memFree=1684616/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1783384 CPUtime=0.9
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 8851 0 1 0 86 4 0 0 18 0 12 0 101354369 1826185216 8347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 445846 8347 1296 9 0 443457 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783384

[startup+1.50182 s]
/proc/loadavg: 1.19 1.37 1.22 4/76 4688
/proc/meminfo: memFree=1645736/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786080 CPUtime=2.03
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 20899 0 1 0 194 9 0 0 18 0 12 0 101354369 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446520 19219 1307 9 0 444131 0
[pid=4676/tid=4678] ppid=4674 vsize=1786080 CPUtime=1.12
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 17372 0 1 0 104 8 0 0 25 0 12 0 101354371 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594756 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786080 CPUtime=0
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 101354372 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786080 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 101354372 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786080 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 101354375 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786080 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 101354375 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786080 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 101354375 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786080 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 101354379 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786080 CPUtime=0.41
/proc/4676/task/4685/stat : 4685 (java) R 4674 4676 4613 0 -1 64 1509 0 0 0 41 0 0 0 16 0 12 0 101354379 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336754 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786080 CPUtime=0.46
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 1297 0 0 0 46 0 0 0 16 0 12 0 101354379 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786080 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101354379 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786080 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101354379 1828945920 19219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1786080

[startup+3.10213 s]
/proc/loadavg: 1.17 1.37 1.22 2/76 4688
/proc/meminfo: memFree=1555688/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786728 CPUtime=4.27
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 47277 0 1 0 406 21 0 0 18 0 13 0 101354369 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446682 44562 1327 9 0 444293 0
[pid=4676/tid=4678] ppid=4674 vsize=1786728 CPUtime=2.41
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 37753 0 1 0 224 17 0 0 18 0 13 0 101354371 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109840760 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786728 CPUtime=0.12
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 2523 0 0 0 12 0 0 0 16 0 13 0 101354372 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786728 CPUtime=0.12
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 2430 0 0 0 12 0 0 0 16 0 13 0 101354372 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786728 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 101354375 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786728 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786728 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101354375 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786728 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 101354379 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786728 CPUtime=0.65
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 4613 0 -1 64 1564 0 0 0 65 0 0 0 16 0 13 0 101354379 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786728 CPUtime=0.92
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 2278 0 0 0 92 0 0 0 16 0 13 0 101354379 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786728 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101354379 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786728 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101354379 1829609472 44562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1786728

[startup+6.30177 s]
/proc/loadavg: 1.17 1.37 1.22 2/77 4689
/proc/meminfo: memFree=1490720/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786636 CPUtime=8.18
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 53817 0 1 0 795 23 0 0 18 0 13 0 101354369 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446659 49451 1327 9 0 444270 0
[pid=4676/tid=4678] ppid=4674 vsize=1786636 CPUtime=5.28
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 37762 0 1 0 511 17 0 0 25 0 13 0 101354371 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109818771 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786636 CPUtime=0.19
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 5080 0 0 0 18 1 0 0 16 0 13 0 101354372 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786636 CPUtime=0.2
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 4881 0 0 0 19 1 0 0 16 0 13 0 101354372 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 101354375 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101354375 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 101354379 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786636 CPUtime=1.1
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 4613 0 -1 64 1917 0 0 0 110 0 0 0 16 0 13 0 101354379 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786636 CPUtime=1.35
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 3446 0 0 0 134 1 0 0 15 0 13 0 101354379 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101354379 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101354379 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4689] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4689/stat : 4689 (java) S 4674 4676 4613 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101354640 1829515264 49451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1786636

[startup+12.702 s]
/proc/loadavg: 1.14 1.35 1.22 2/77 4689
/proc/meminfo: memFree=1483064/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786636 CPUtime=14.7
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 55956 0 1 0 1446 24 0 0 18 0 13 0 101354369 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446659 51458 1327 9 0 444270 0
[pid=4676/tid=4678] ppid=4674 vsize=1786636 CPUtime=11.55
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 37765 0 1 0 1138 17 0 0 25 0 13 0 101354371 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110009681 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786636 CPUtime=0.32
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 6142 0 0 0 30 2 0 0 16 0 13 0 101354372 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786636 CPUtime=0.32
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 5953 0 0 0 31 1 0 0 17 0 13 0 101354372 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 101354375 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101354375 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 101354379 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786636 CPUtime=1.1
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 4613 0 -1 64 1917 0 0 0 110 0 0 0 17 0 13 0 101354379 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786636 CPUtime=1.36
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 3446 0 0 0 135 1 0 0 16 0 13 0 101354379 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101354379 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101354379 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4689] ppid=4674 vsize=1786636 CPUtime=0
/proc/4676/task/4689/stat : 4689 (java) S 4674 4676 4613 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101354640 1829515264 51458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.7
Current children cumulated vsize (KiB) 1786636

[startup+25.5025 s]
/proc/loadavg: 1.12 1.34 1.21 3/77 4689
/proc/meminfo: memFree=1518456/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786632 CPUtime=28.04
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 64398 0 1 0 2775 29 0 0 18 0 13 0 101354369 1829511168 41640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446658 41640 1327 9 0 444269 0
[pid=4676/tid=4678] ppid=4674 vsize=1786632 CPUtime=23.78
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 37792 0 1 0 2361 17 0 0 25 0 13 0 101354371 1829511168 41640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970461 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786632 CPUtime=0.86
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 11040 0 0 0 82 4 0 0 16 0 13 0 101354372 1829511168 41640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786632 CPUtime=0.85
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 9469 0 0 0 83 2 0 0 17 0 13 0 101354372 1829511168 41640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786632 CPUtime=0.01
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 12 0 0 0 0 1 0 0 17 0 13 0 101354375 1829511168 41640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 41640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=4676] ppid=4674 vsize=1786632 CPUtime=1670.41
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 162255 0 1 0 166747 294 0 0 18 0 13 0 101354369 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446658 78552 1327 9 0 444269 0
[pid=4676/tid=4678] ppid=4674 vsize=1786632 CPUtime=1645.36
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 111612 0 1 0 164472 64 0 0 25 0 13 0 101354371 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594876 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786632 CPUtime=10.8
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 23025 0 0 0 988 92 0 0 16 0 13 0 101354372 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786632 CPUtime=10.75
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 21334 0 0 0 981 94 0 0 15 0 13 0 101354372 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786632 CPUtime=0.87
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 199 0 0 0 48 39 0 0 15 0 13 0 101354375 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 101354379 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786632 CPUtime=1.15
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 4613 0 -1 64 1917 0 0 0 115 0 0 0 16 0 13 0 101354379 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786632 CPUtime=1.4
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 3446 0 0 0 139 1 0 0 16 0 13 0 101354379 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101354379 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101354379 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4689] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4689/stat : 4689 (java) S 4674 4676 4613 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101354640 1829511168 78552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1670.41
Current children cumulated vsize (KiB) 1786632

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4887
/proc/meminfo: memFree=1382840/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786632 CPUtime=1730.8
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 164248 0 1 0 172777 303 0 0 18 0 13 0 101354369 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446658 76315 1327 9 0 444269 0
[pid=4676/tid=4678] ppid=4674 vsize=1786632 CPUtime=1704.72
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 111744 0 1 0 170408 64 0 0 20 0 13 0 101354371 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109932460 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786632 CPUtime=11.3
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 24061 0 0 0 1035 95 0 0 16 0 13 0 101354372 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786632 CPUtime=11.25
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 22159 0 0 0 1027 98 0 0 16 0 13 0 101354372 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786632 CPUtime=0.91
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 199 0 0 0 50 41 0 0 16 0 13 0 101354375 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 101354379 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786632 CPUtime=1.15
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 4613 0 -1 64 1917 0 0 0 115 0 0 0 16 0 13 0 101354379 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786632 CPUtime=1.4
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 3446 0 0 0 139 1 0 0 16 0 13 0 101354379 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101354379 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) R 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101354379 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4689] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4689/stat : 4689 (java) S 4674 4676 4613 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101354640 1829511168 76315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.8
Current children cumulated vsize (KiB) 1786632

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4887
/proc/meminfo: memFree=1366968/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786632 CPUtime=1791.19
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 168376 0 1 0 178806 313 0 0 18 0 13 0 101354369 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446658 80292 1327 9 0 444269 0
[pid=4676/tid=4678] ppid=4674 vsize=1786632 CPUtime=1764.13
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 115862 0 1 0 176347 66 0 0 20 0 13 0 101354371 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109593993 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786632 CPUtime=11.76
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 24062 0 0 0 1077 99 0 0 16 0 13 0 101354372 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786632 CPUtime=11.74
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 22161 0 0 0 1073 101 0 0 16 0 13 0 101354372 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786632 CPUtime=0.95
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 206 0 0 0 52 43 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786632 CPUtime=1.15
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 4613 0 -1 64 1917 0 0 0 115 0 0 0 16 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786632 CPUtime=1.4
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 3446 0 0 0 139 1 0 0 16 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4689] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4689/stat : 4689 (java) S 4674 4676 4613 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101354640 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1791.19
Current children cumulated vsize (KiB) 1786632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4887
/proc/meminfo: memFree=1366968/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786632 CPUtime=1800.04
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 168398 0 1 0 179691 313 0 0 18 0 13 0 101354369 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446658 80292 1327 9 0 444269 0
[pid=4676/tid=4678] ppid=4674 vsize=1786632 CPUtime=1772.84
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 115884 0 1 0 177218 66 0 0 25 0 13 0 101354371 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970105 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786632 CPUtime=11.83
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 24062 0 0 0 1084 99 0 0 16 0 13 0 101354372 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786632 CPUtime=11.81
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 22161 0 0 0 1080 101 0 0 16 0 13 0 101354372 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786632 CPUtime=0.95
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 206 0 0 0 52 43 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786632 CPUtime=1.15
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 4613 0 -1 64 1917 0 0 0 115 0 0 0 16 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786632 CPUtime=1.4
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 3446 0 0 0 139 1 0 0 16 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4689] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4689/stat : 4689 (java) S 4674 4676 4613 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101354640 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1786632

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

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

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4887
/proc/meminfo: memFree=1366968/2055920 swapFree=4184460/4192956
[pid=4676] ppid=4674 vsize=1786632 CPUtime=1800.04
/proc/4676/stat : 4676 (java) S 4674 4676 4613 0 -1 0 168398 0 1 0 179691 313 0 0 18 0 13 0 101354369 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 446658 80292 1327 9 0 444269 0
[pid=4676/tid=4678] ppid=4674 vsize=1786632 CPUtime=1772.84
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 4613 0 -1 64 115884 0 1 0 177218 66 0 0 25 0 13 0 101354371 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970105 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=1786632 CPUtime=11.83
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 4613 0 -1 64 24062 0 0 0 1084 99 0 0 16 0 13 0 101354372 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4680] ppid=4674 vsize=1786632 CPUtime=11.81
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 4613 0 -1 64 22161 0 0 0 1080 101 0 0 16 0 13 0 101354372 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4681] ppid=4674 vsize=1786632 CPUtime=0.95
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 4613 0 -1 64 206 0 0 0 52 43 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101354375 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 4613 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4685] ppid=4674 vsize=1786632 CPUtime=1.15
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 4613 0 -1 64 1917 0 0 0 115 0 0 0 16 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4686] ppid=4674 vsize=1786632 CPUtime=1.4
/proc/4676/task/4686/stat : 4686 (java) S 4674 4676 4613 0 -1 64 3446 0 0 0 139 1 0 0 16 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4687] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4687/stat : 4687 (java) S 4674 4676 4613 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4676/tid=4688] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4688/stat : 4688 (java) S 4674 4676 4613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101354379 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4676/tid=4689] ppid=4674 vsize=1786632 CPUtime=0
/proc/4676/task/4689/stat : 4689 (java) S 4674 4676 4613 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101354640 1829511168 80292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1786632

Child status: 143
Real time (s): 1791.19
CPU time (s): 1800.13
CPU user time (s): 1796.94
CPU system time (s): 3.18751
CPU usage (%): 100.499
Max. virtual memory (cumulated for all children) (KiB): 1787796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.94
system time used= 3.18751
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168418
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= 95043
involuntary context switches= 42288

runsolver used 2.04469 second user time and 5.09422 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Apr 16 02:51:28 UTC 2007

IDJOB= 354036
IDBENCH= 2320
IDSOLVER= 164
FILE ID= node62/354036-1176691888

PBS_JOBID= 4560021

Free space on /tmp= 66541 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-mkc1.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354036-1176691888/sat4jPseudoCPClause.jar /tmp/evaluation/354036-1176691888/instance-354036-1176691888.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-354036-1176691888 -o ROOT/results/node62/solver-354036-1176691888 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354036-1176691888/sat4jPseudoCPClause.jar /tmp/evaluation/354036-1176691888/instance-354036-1176691888.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c469eec4209d8404cb0293cb27bb013d

RANDOM SEED= 936590933

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.279
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.279
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1685088 kB
Buffers:         40984 kB
Cached:         242500 kB
SwapCached:       2184 kB
Active:         104432 kB
Inactive:       189464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685088 kB
SwapTotal:     4192956 kB
SwapFree:      4184460 kB
Dirty:            5796 kB
Writeback:           0 kB
Mapped:          15604 kB
Slab:            62956 kB
Committed_AS:   704104 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66541 MiB

End job on node62 on Mon Apr 16 03:21:21 UTC 2007