Trace number 349545

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-roll3000.opb
MD5SUM553e03f28bab227c11d33a47edd1fb32
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	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.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/349545-1176707393/instance-349545-1176707393.opb
0.20/0.20	c reading problem ... 
2.81/1.76	c ... done. Wall clock time 1.558s.
2.81/1.76	c CPU time (experimental) 1.17s.
2.81/1.76	c #vars     8902
2.81/1.76	c #constraints  3038
1800.01/1764.71	c starts		: 2
1800.01/1764.71	c conflicts		: 68289
1800.01/1764.71	c decisions		: 96696
1800.01/1764.71	c propagations		: 1554404
1800.01/1764.71	c inspects		: 440430526
1800.01/1764.71	c learnt literals	: 0
1800.01/1764.71	c learnt binary clauses	: 0
1800.01/1764.71	c learnt ternary clauses	: 2
1800.01/1764.71	c learnt clauses	: 68288
1800.01/1764.71	c root simplifications	: 0
1800.01/1764.71	c removed literals (reason simplification)	: 0
1800.01/1764.71	c reason swapping (by a shorter reason)	: 0
1800.01/1764.71	c Calls to reduceDB	: 0
1800.01/1764.71	c speed (decisions/second)	: 54.84956586502818
1800.01/1764.71	c non guided choices	3
1800.01/1764.71	s UNKNOWN
1800.01/1764.71	c Total wall clock time (ms): 1764.513

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/node48/watcher-349545-1176707393 -o ROOT/results/node48/solver-349545-1176707393 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349545-1176707393/sat4jPseudoCPClause.jar /tmp/evaluation/349545-1176707393/instance-349545-1176707393.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: 0.91 0.95 0.98 2/64 10013
/proc/meminfo: memFree=1658752/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=272 CPUtime=0
/proc/10013/stat : 10013 (java) D 10011 10013 9704 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 25584667 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 3531556 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10013/statm: 68 37 28 9 0 6 0

[startup+0.0619781 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10013
/proc/meminfo: memFree=1658752/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1777708 CPUtime=0.05
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 3634 0 1 0 3 2 0 0 18 0 7 0 25584667 1820372992 3376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 444427 3376 1073 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101983 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10013
/proc/meminfo: memFree=1658752/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1780112 CPUtime=0.08
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 25584667 1822834688 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 445028 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301999 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10013
/proc/meminfo: memFree=1658752/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1782484 CPUtime=0.33
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 5235 0 1 0 30 3 0 0 18 0 12 0 25584667 1825263616 4973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 445621 4973 1263 9 0 443232 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782484

[startup+0.701037 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10013
/proc/meminfo: memFree=1658752/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1783368 CPUtime=0.89
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 7357 0 1 0 85 4 0 0 18 0 12 0 25584667 1826168832 6999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 445842 6999 1309 9 0 443453 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783368

[startup+1.50211 s]
/proc/loadavg: 0.91 0.95 0.98 4/76 10025
/proc/meminfo: memFree=1629280/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1794300 CPUtime=2.43
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 22976 0 1 0 233 10 0 0 18 0 12 0 25584667 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 448575 18581 1310 9 0 446186 0
[pid=10013/tid=10015] ppid=10011 vsize=1794300 CPUtime=0.91
/proc/10013/task/10015/stat : 10015 (java) R 10011 10013 9704 0 -1 64 14795 0 1 0 85 6 0 0 20 0 12 0 25584668 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1794300 CPUtime=0
/proc/10013/task/10016/stat : 10016 (java) S 10011 10013 9704 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 25584669 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1794300 CPUtime=0
/proc/10013/task/10017/stat : 10017 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25584669 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1794300 CPUtime=0
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 25584672 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1794300 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 25584672 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1794300 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 25584672 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1794300 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25584676 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1794300 CPUtime=0.93
/proc/10013/task/10022/stat : 10022 (java) R 10011 10013 9704 0 -1 64 4877 0 0 0 92 1 0 0 18 0 12 0 25584676 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314336 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1794300 CPUtime=0.56
/proc/10013/task/10023/stat : 10023 (java) R 10011 10013 9704 0 -1 64 2582 0 0 0 55 1 0 0 16 0 12 0 25584676 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336720 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1794300 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 25584676 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1794300 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25584676 1837363200 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1794300

[startup+3.10225 s]
/proc/loadavg: 0.91 0.95 0.98 4/77 10026
/proc/meminfo: memFree=1553176/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1792716 CPUtime=4.95
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 53142 0 1 0 470 25 0 0 18 0 13 0 25584667 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 448179 43720 1330 9 0 445790 0
[pid=10013/tid=10015] ppid=10011 vsize=1792716 CPUtime=2.04
/proc/10013/task/10015/stat : 10015 (java) R 10011 10013 9704 0 -1 64 37734 0 1 0 187 17 0 0 19 0 13 0 25584668 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551799 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1792716 CPUtime=0.03
/proc/10013/task/10016/stat : 10016 (java) S 10011 10013 9704 0 -1 64 1203 0 0 0 3 0 0 0 17 0 13 0 25584669 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1792716 CPUtime=0.04
/proc/10013/task/10017/stat : 10017 (java) S 10011 10013 9704 0 -1 64 1184 0 0 0 4 0 0 0 16 0 13 0 25584669 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1792716 CPUtime=0
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25584672 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1792716 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25584672 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1792716 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25584672 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1792716 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25584676 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1792716 CPUtime=1.71
/proc/10013/task/10022/stat : 10022 (java) S 10011 10013 9704 0 -1 64 7356 0 0 0 168 3 0 0 17 0 13 0 25584676 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1792716 CPUtime=1.08
/proc/10013/task/10023/stat : 10023 (java) S 10011 10013 9704 0 -1 64 4935 0 0 0 106 2 0 0 16 0 13 0 25584676 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1792716 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25584676 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1792716 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25584676 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10026] ppid=10011 vsize=1792716 CPUtime=0
/proc/10013/task/10026/stat : 10026 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 25584852 1835741184 43720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1792716

[startup+6.30155 s]
/proc/loadavg: 1.08 0.99 0.99 2/77 10026
/proc/meminfo: memFree=1486168/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1797708 CPUtime=8.95
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 61802 0 1 0 865 30 0 0 18 0 13 0 25584667 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 449427 47811 1331 9 0 447038 0
[pid=10013/tid=10015] ppid=10011 vsize=1797708 CPUtime=4.88
/proc/10013/task/10015/stat : 10015 (java) R 10011 10013 9704 0 -1 64 37740 0 1 0 470 18 0 0 23 0 13 0 25584668 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109901829 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1797708 CPUtime=0.24
/proc/10013/task/10016/stat : 10016 (java) S 10011 10013 9704 0 -1 64 4103 0 0 0 22 2 0 0 16 0 13 0 25584669 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1797708 CPUtime=0.23
/proc/10013/task/10017/stat : 10017 (java) S 10011 10013 9704 0 -1 64 3840 0 0 0 22 1 0 0 16 0 13 0 25584669 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1797708 CPUtime=0
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 25584672 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1797708 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25584672 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1797708 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25584672 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1797708 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25584676 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1797708 CPUtime=1.97
/proc/10013/task/10022/stat : 10022 (java) S 10011 10013 9704 0 -1 64 7372 0 0 0 194 3 0 0 16 0 13 0 25584676 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1797708 CPUtime=1.58
/proc/10013/task/10023/stat : 10023 (java) S 10011 10013 9704 0 -1 64 7994 0 0 0 154 4 0 0 17 0 13 0 25584676 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1797708 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25584676 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1797708 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25584676 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10026] ppid=10011 vsize=1797708 CPUtime=0
/proc/10013/task/10026/stat : 10026 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 25584852 1840852992 47811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 1797708

[startup+12.7013 s]
/proc/loadavg: 1.07 0.99 0.99 2/77 10026
/proc/meminfo: memFree=1455064/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1796684 CPUtime=15.47
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 66857 0 1 0 1515 32 0 0 18 0 13 0 25584667 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 449171 52034 1331 9 0 446782 0
[pid=10013/tid=10015] ppid=10011 vsize=1796684 CPUtime=11.13
/proc/10013/task/10015/stat : 10015 (java) R 10011 10013 9704 0 -1 64 38039 0 1 0 1095 18 0 0 25 0 13 0 25584668 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109901288 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1796684 CPUtime=0.36
/proc/10013/task/10016/stat : 10016 (java) S 10011 10013 9704 0 -1 64 6823 0 0 0 33 3 0 0 16 0 13 0 25584669 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1796684 CPUtime=0.35
/proc/10013/task/10017/stat : 10017 (java) S 10011 10013 9704 0 -1 64 5870 0 0 0 33 2 0 0 16 0 13 0 25584669 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25584676 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1796684 CPUtime=1.99
/proc/10013/task/10022/stat : 10022 (java) S 10011 10013 9704 0 -1 64 7378 0 0 0 196 3 0 0 16 0 13 0 25584676 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1796684 CPUtime=1.59
/proc/10013/task/10023/stat : 10023 (java) S 10011 10013 9704 0 -1 64 7994 0 0 0 155 4 0 0 17 0 13 0 25584676 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25584676 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25584676 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10026] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10026/stat : 10026 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 25584852 1839804416 52034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 1796684

[startup+25.5025 s]
/proc/loadavg: 1.06 0.99 0.99 2/77 10026
/proc/meminfo: memFree=1482328/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1796684 CPUtime=28.39
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 73067 0 1 0 2802 37 0 0 18 0 13 0 25584667 1839804416 45156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 449171 45156 1331 9 0 446782 0
[pid=10013/tid=10015] ppid=10011 vsize=1796684 CPUtime=23.79
/proc/10013/task/10015/stat : 10015 (java) R 10011 10013 9704 0 -1 64 42193 0 1 0 2359 20 0 0 25 0 13 0 25584668 1839804416 45156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109712334 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1796684 CPUtime=0.47
/proc/10013/task/10016/stat : 10016 (java) S 10011 10013 9704 0 -1 64 7966 0 0 0 44 3 0 0 16 0 13 0 25584669 1839804416 45156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1796684 CPUtime=0.47
/proc/10013/task/10017/stat : 10017 (java) S 10011 10013 9704 0 -1 64 6758 0 0 0 44 3 0 0 16 0 13 0 25584669 1839804416 45156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1796684 CPUtime=0.01
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 55 0 0 0 1 0 0 0 17 0 13 0 25584672 1839804416 45156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=10013/tid=10018] ppid=10011 vsize=1796684 CPUtime=0.21
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 149 0 0 0 13 8 0 0 15 0 13 0 25584672 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25584676 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1796684 CPUtime=2.09
/proc/10013/task/10022/stat : 10022 (java) S 10011 10013 9704 0 -1 64 7378 0 0 0 206 3 0 0 16 0 13 0 25584676 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1796684 CPUtime=1.7
/proc/10013/task/10023/stat : 10023 (java) S 10011 10013 9704 0 -1 64 7997 0 0 0 166 4 0 0 16 0 13 0 25584676 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25584676 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25584676 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10026] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10026/stat : 10026 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 25584852 1839804416 176497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1571.06
Current children cumulated vsize (KiB) 1796684

[startup+1602.3 s]
/proc/loadavg: 1.13 1.06 1.01 2/77 10026
/proc/meminfo: memFree=945240/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1796684 CPUtime=1632.73
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 245947 0 1 0 163146 127 0 0 18 0 13 0 25584667 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 449171 179142 1333 9 0 446782 0
[pid=10013/tid=10015] ppid=10011 vsize=1796684 CPUtime=1571.56
/proc/10013/task/10015/stat : 10015 (java) R 10011 10013 9704 0 -1 64 68702 0 1 0 157121 35 0 0 25 0 13 0 25584668 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550591 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1796684 CPUtime=28.56
/proc/10013/task/10016/stat : 10016 (java) S 10011 10013 9704 0 -1 64 90704 0 0 0 2813 43 0 0 16 0 13 0 25584669 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1796684 CPUtime=28.55
/proc/10013/task/10017/stat : 10017 (java) S 10011 10013 9704 0 -1 64 70294 0 0 0 2824 31 0 0 17 0 13 0 25584669 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1796684 CPUtime=0.21
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 149 0 0 0 13 8 0 0 16 0 13 0 25584672 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25584676 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1796684 CPUtime=2.09
/proc/10013/task/10022/stat : 10022 (java) S 10011 10013 9704 0 -1 64 7378 0 0 0 206 3 0 0 16 0 13 0 25584676 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1796684 CPUtime=1.7
/proc/10013/task/10023/stat : 10023 (java) S 10011 10013 9704 0 -1 64 7997 0 0 0 166 4 0 0 16 0 13 0 25584676 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25584676 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25584676 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10026] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10026/stat : 10026 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 25584852 1839804416 179142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1632.73
Current children cumulated vsize (KiB) 1796684

[startup+1662.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/77 10026
/proc/meminfo: memFree=932056/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1796684 CPUtime=1694.55
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 249299 0 1 0 169326 129 0 0 18 0 13 0 25584667 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 449171 182418 1333 9 0 446782 0
[pid=10013/tid=10015] ppid=10011 vsize=1796684 CPUtime=1629.72
/proc/10013/task/10015/stat : 10015 (java) S 10011 10013 9704 0 -1 64 68723 0 1 0 162937 35 0 0 25 0 13 0 25584668 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1796684 CPUtime=30.39
/proc/10013/task/10016/stat : 10016 (java) R 10011 10013 9704 0 -1 64 93395 0 0 0 2995 44 0 0 17 0 13 0 25584669 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070774 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1796684 CPUtime=30.37
/proc/10013/task/10017/stat : 10017 (java) R 10011 10013 9704 0 -1 64 70934 0 0 0 3006 31 0 0 17 0 13 0 25584669 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102354777 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1796684 CPUtime=0.22
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 149 0 0 0 14 8 0 0 15 0 13 0 25584672 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25584676 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1796684 CPUtime=2.09
/proc/10013/task/10022/stat : 10022 (java) S 10011 10013 9704 0 -1 64 7378 0 0 0 206 3 0 0 16 0 13 0 25584676 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1796684 CPUtime=1.7
/proc/10013/task/10023/stat : 10023 (java) S 10011 10013 9704 0 -1 64 7997 0 0 0 166 4 0 0 16 0 13 0 25584676 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25584676 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25584676 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10026] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10026/stat : 10026 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 25584852 1839804416 182418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1694.55
Current children cumulated vsize (KiB) 1796684

[startup+1722.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/77 10026
/proc/meminfo: memFree=919320/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1796684 CPUtime=1756.37
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 252593 0 1 0 175507 130 0 0 18 0 13 0 25584667 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 449171 185573 1333 9 0 446782 0
[pid=10013/tid=10015] ppid=10011 vsize=1796684 CPUtime=1687.84
/proc/10013/task/10015/stat : 10015 (java) R 10011 10013 9704 0 -1 64 68745 0 1 0 168749 35 0 0 25 0 13 0 25584668 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110071166 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1796684 CPUtime=32.23
/proc/10013/task/10016/stat : 10016 (java) S 10011 10013 9704 0 -1 64 95749 0 0 0 3179 44 0 0 16 0 13 0 25584669 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1796684 CPUtime=32.22
/proc/10013/task/10017/stat : 10017 (java) S 10011 10013 9704 0 -1 64 71852 0 0 0 3190 32 0 0 16 0 13 0 25584669 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1796684 CPUtime=0.22
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 149 0 0 0 14 8 0 0 16 0 13 0 25584672 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25584676 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1796684 CPUtime=2.09
/proc/10013/task/10022/stat : 10022 (java) S 10011 10013 9704 0 -1 64 7378 0 0 0 206 3 0 0 16 0 13 0 25584676 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1796684 CPUtime=1.7
/proc/10013/task/10023/stat : 10023 (java) S 10011 10013 9704 0 -1 64 7997 0 0 0 166 4 0 0 16 0 13 0 25584676 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25584676 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25584676 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10026] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10026/stat : 10026 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 25584852 1839804416 185573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1756.37
Current children cumulated vsize (KiB) 1796684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.7 s]
/proc/loadavg: 1.06 1.06 1.00 2/77 10026
/proc/meminfo: memFree=911896/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=1796684 CPUtime=1800.01
/proc/10013/stat : 10013 (java) S 10011 10013 9704 0 -1 0 254485 0 1 0 179870 131 0 0 18 0 13 0 25584667 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10013/statm: 449171 187431 1333 9 0 446782 0
[pid=10013/tid=10015] ppid=10011 vsize=1796684 CPUtime=1728.96
/proc/10013/task/10015/stat : 10015 (java) R 10011 10013 9704 0 -1 64 68760 0 1 0 172861 35 0 0 25 0 13 0 25584668 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109712157 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10016] ppid=10011 vsize=1796684 CPUtime=33.48
/proc/10013/task/10016/stat : 10016 (java) S 10011 10013 9704 0 -1 64 97156 0 0 0 3303 45 0 0 16 0 13 0 25584669 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10017] ppid=10011 vsize=1796684 CPUtime=33.49
/proc/10013/task/10017/stat : 10017 (java) S 10011 10013 9704 0 -1 64 72322 0 0 0 3317 32 0 0 16 0 13 0 25584669 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10018] ppid=10011 vsize=1796684 CPUtime=0.23
/proc/10013/task/10018/stat : 10018 (java) S 10011 10013 9704 0 -1 64 149 0 0 0 14 9 0 0 16 0 13 0 25584672 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10019] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10019/stat : 10019 (java) S 10011 10013 9704 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10020] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10020/stat : 10020 (java) S 10011 10013 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25584672 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10021] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10021/stat : 10021 (java) S 10011 10013 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25584676 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10022] ppid=10011 vsize=1796684 CPUtime=2.09
/proc/10013/task/10022/stat : 10022 (java) S 10011 10013 9704 0 -1 64 7378 0 0 0 206 3 0 0 16 0 13 0 25584676 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10023] ppid=10011 vsize=1796684 CPUtime=1.7
/proc/10013/task/10023/stat : 10023 (java) S 10011 10013 9704 0 -1 64 7997 0 0 0 166 4 0 0 16 0 13 0 25584676 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10024] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10024/stat : 10024 (java) S 10011 10013 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25584676 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10013/tid=10025] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10025/stat : 10025 (java) S 10011 10013 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25584676 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10013/tid=10026] ppid=10011 vsize=1796684 CPUtime=0
/proc/10013/task/10026/stat : 10026 (java) S 10011 10013 9704 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 25584852 1839804416 187431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1796684

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

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

[startup+1764.81 s]
/proc/loadavg: 1.06 1.06 1.00 2/77 10026
/proc/meminfo: memFree=911896/2055920 swapFree=4184696/4192956
[pid=10013] ppid=10011 vsize=0 CPUtime=1800.12
/proc/10013/stat : 10013 (java) Z 10011 10013 9704 0 -1 1036 254505 0 1 0 179876 136 0 0 16 0 2 0 25584667 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1764.88
CPU time (s): 1800.19
CPU user time (s): 1798.77
CPU system time (s): 1.41978
CPU usage (%): 102.001
Max. virtual memory (cumulated for all children) (KiB): 1798356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.41978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254505
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= 44378
involuntary context switches= 38039

runsolver used 1.89171 second user time and 4.6073 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Apr 16 07:09:53 UTC 2007

IDJOB= 349545
IDBENCH= 2508
IDSOLVER= 164
FILE ID= node48/349545-1176707393

PBS_JOBID= 4560070

Free space on /tmp= 66545 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349545-1176707393/sat4jPseudoCPClause.jar /tmp/evaluation/349545-1176707393/instance-349545-1176707393.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-349545-1176707393 -o ROOT/results/node48/solver-349545-1176707393 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349545-1176707393/sat4jPseudoCPClause.jar /tmp/evaluation/349545-1176707393/instance-349545-1176707393.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  553e03f28bab227c11d33a47edd1fb32

RANDOM SEED= 513351156

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1659224 kB
Buffers:         50700 kB
Cached:         262284 kB
SwapCached:       2672 kB
Active:         122144 kB
Inactive:       201316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659224 kB
SwapTotal:     4192956 kB
SwapFree:      4184696 kB
Dirty:            4496 kB
Writeback:           0 kB
Mapped:          16288 kB
Slab:            59308 kB
Committed_AS:   911356 kB
PageTables:       1388 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= 66545 MiB

End job on node48 on Mon Apr 16 07:39:20 UTC 2007