Trace number 354359

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
sat4jPseudoCP 2007-03-23? (TO) 1800.2 1775.22

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-gesa2.opb
MD5SUMd54c9cafd39211d62b9a499b6053d79b
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 6757511815433
Optimality of the best value was proved NO
Number of variables19344
Total number of constraints1824
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1776
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 13488
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180205740755072640
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180205740755072640
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (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.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	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.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/354359-1176706588/instance-354359-1176706588.opb
0.20/0.20	c reading problem ... 
2.62/1.66	c ... done. Wall clock time 1.455s.
2.62/1.66	c CPU time (experimental) 1.12s.
2.62/1.66	c #vars     19344
2.62/1.66	c #constraints  1872
1800.08/1775.11	c starts		: 2
1800.08/1775.11	c conflicts		: 37584
1800.08/1775.11	c decisions		: 120686
1800.08/1775.11	c propagations		: 406356
1800.08/1775.11	c inspects		: 305617756
1800.08/1775.11	c learnt literals	: 0
1800.08/1775.11	c learnt binary clauses	: 0
1800.08/1775.11	c learnt ternary clauses	: 0
1800.08/1775.11	c learnt clauses	: 37583
1800.08/1775.11	c root simplifications	: 0
1800.08/1775.11	c removed literals (reason simplification)	: 0
1800.08/1775.11	c reason swapping (by a shorter reason)	: 0
1800.08/1775.11	c Calls to reduceDB	: 0
1800.08/1775.11	c speed (decisions/second)	: 68.06282131972596
1800.08/1775.11	c non guided choices	0
1800.08/1775.11	s UNKNOWN
1800.08/1775.11	c Total wall clock time (ms): 1774.911

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/node17/watcher-354359-1176706588 -o ROOT/results/node17/solver-354359-1176706588 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354359-1176706588/sat4jPseudoCP.jar /tmp/evaluation/354359-1176706588/instance-354359-1176706588.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.99 1.03 1.00 2/77 4658
/proc/meminfo: memFree=1842864/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=152 CPUtime=0
/proc/4658/stat : 4658 (java) R 4656 4658 4213 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 118576298 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2859307 0 0 4096 0 0 0 0 17 1 0 0
/proc/4658/statm: 38 26 19 9 0 4 0

[startup+0.103016 s]
/proc/loadavg: 0.99 1.03 1.00 2/77 4658
/proc/meminfo: memFree=1842864/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1780404 CPUtime=0.08
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 118576298 1823133696 3717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 445101 3717 1123 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780404

[startup+0.201026 s]
/proc/loadavg: 0.99 1.03 1.00 2/77 4658
/proc/meminfo: memFree=1842864/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1781508 CPUtime=0.2
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 4860 0 1 0 17 3 0 0 18 0 12 0 118576298 1824264192 4598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 445377 4598 1244 9 0 442989 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781508

[startup+0.301035 s]
/proc/loadavg: 0.99 1.03 1.00 2/77 4658
/proc/meminfo: memFree=1842864/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1781784 CPUtime=0.33
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 5251 0 1 0 30 3 0 0 18 0 12 0 118576298 1824546816 4989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 445446 4989 1267 9 0 443058 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781784

[startup+0.701075 s]
/proc/loadavg: 0.99 1.03 1.00 2/77 4658
/proc/meminfo: memFree=1842864/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1782524 CPUtime=0.92
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 7971 0 1 0 87 5 0 0 18 0 12 0 118576298 1825304576 7481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 445631 7481 1299 9 0 443243 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1782524

[startup+1.50216 s]
/proc/loadavg: 0.99 1.03 1.00 4/89 4670
/proc/meminfo: memFree=1803856/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1796200 CPUtime=2.42
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 22238 0 1 0 231 11 0 0 18 0 12 0 118576298 1839308800 17473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 449050 17478 1311 9 0 446662 0
[pid=4658/tid=4660] ppid=4656 vsize=1796200 CPUtime=0.97
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 13253 0 1 0 90 7 0 0 18 0 12 0 118576299 1839308800 17481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109582512 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1796200 CPUtime=0
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118576301 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1796200 CPUtime=0
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118576301 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1796200 CPUtime=0
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 118576303 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1796200 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 118576303 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1796200 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 118576303 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1796200 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 118576307 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1796200 CPUtime=0.77
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 4632 0 0 0 76 1 0 0 18 0 12 0 118576307 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1796200 CPUtime=0.66
/proc/4658/task/4668/stat : 4668 (java) R 4656 4658 4213 0 -1 64 3643 0 0 0 65 1 0 0 18 0 12 0 118576307 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102396771 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1796200 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 118576307 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1796200 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118576307 1839308800 17482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1796200

[startup+3.10233 s]
/proc/loadavg: 1.23 1.08 1.02 4/90 4671
/proc/meminfo: memFree=1756488/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1794464 CPUtime=5.24
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 48169 0 1 0 500 24 0 0 18 0 13 0 118576298 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 448616 40781 1324 9 0 446228 0
[pid=4658/tid=4660] ppid=4656 vsize=1794464 CPUtime=2.24
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 36736 0 1 0 206 18 0 0 18 0 13 0 118576299 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221253 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118576301 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118576301 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 118576303 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 118576303 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118576303 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118576307 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1794464 CPUtime=1.5
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 5506 0 0 0 148 2 0 0 16 0 13 0 118576307 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1794464 CPUtime=1.48
/proc/4658/task/4668/stat : 4668 (java) S 4656 4658 4213 0 -1 64 5204 0 0 0 146 2 0 0 16 0 13 0 118576307 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118576307 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118576307 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4671] ppid=4656 vsize=1794464 CPUtime=0
/proc/4658/task/4671/stat : 4671 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 118576509 1837531136 40781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 1794464

[startup+6.30166 s]
/proc/loadavg: 1.23 1.08 1.02 2/90 4671
/proc/meminfo: memFree=1657672/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1795084 CPUtime=9.38
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 59115 0 1 0 909 29 0 0 18 0 13 0 118576298 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 448771 47618 1333 9 0 446383 0
[pid=4658/tid=4660] ppid=4656 vsize=1795084 CPUtime=5.04
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 37720 0 1 0 485 19 0 0 21 0 13 0 118576299 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109885027 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1795084 CPUtime=0.17
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 2886 0 0 0 16 1 0 0 16 0 13 0 118576301 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1795084 CPUtime=0.17
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 2852 0 0 0 16 1 0 0 16 0 13 0 118576301 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118576307 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1795084 CPUtime=1.99
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 7202 0 0 0 197 2 0 0 16 0 13 0 118576307 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1795084 CPUtime=1.98
/proc/4658/task/4668/stat : 4668 (java) S 4656 4658 4213 0 -1 64 7720 0 0 0 194 4 0 0 15 0 13 0 118576307 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118576307 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118576307 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4671] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4671/stat : 4671 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 118576509 1838166016 47618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 1795084

[startup+12.7023 s]
/proc/loadavg: 1.50 1.14 1.04 2/90 4671
/proc/meminfo: memFree=1631752/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1795084 CPUtime=16.26
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 68161 0 1 0 1593 33 0 0 18 0 13 0 118576298 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 448771 53830 1334 9 0 446383 0
[pid=4658/tid=4660] ppid=4656 vsize=1795084 CPUtime=11.15
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 37917 0 1 0 1096 19 0 0 25 0 13 0 118576299 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110313410 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1795084 CPUtime=0.39
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 6988 0 0 0 36 3 0 0 16 0 13 0 118576301 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1795084 CPUtime=0.39
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 7564 0 0 0 36 3 0 0 15 0 13 0 118576301 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 118576303 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118576307 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1795084 CPUtime=2.06
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 7207 0 0 0 204 2 0 0 16 0 13 0 118576307 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1795084 CPUtime=2.21
/proc/4658/task/4668/stat : 4668 (java) S 4656 4658 4213 0 -1 64 7737 0 0 0 217 4 0 0 17 0 13 0 118576307 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118576307 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118576307 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4671] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4671/stat : 4671 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 118576509 1838166016 53830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 1795084

[startup+25.5027 s]
/proc/loadavg: 1.50 1.16 1.04 2/90 4671
/proc/meminfo: memFree=1619912/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1795084 CPUtime=29.19
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 71822 0 1 0 2884 35 0 0 18 0 13 0 118576298 1838166016 56794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 448771 56794 1334 9 0 446383 0
[pid=4658/tid=4660] ppid=4656 vsize=1795084 CPUtime=23.81
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 37931 0 1 0 2362 19 0 0 20 0 13 0 118576299 1838166016 56794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109903228 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1795084 CPUtime=0.52
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 8634 0 0 0 48 4 0 0 16 0 13 0 118576301 1838166016 56794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1795084 CPUtime=0.52
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 9565 0 0 0 49 3 0 0 16 0 13 0 118576301 1838166016 56794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 56794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=4658/tid=4663] ppid=4656 vsize=1795084 CPUtime=0.15
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 110 0 0 0 9 6 0 0 16 0 13 0 118576303 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118576307 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1795084 CPUtime=2.07
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 7207 0 0 0 205 2 0 0 17 0 13 0 118576307 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1795084 CPUtime=2.23
/proc/4658/task/4668/stat : 4668 (java) S 4656 4658 4213 0 -1 64 7737 0 0 0 219 4 0 0 17 0 13 0 118576307 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118576307 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118576307 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4671] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4671/stat : 4671 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 118576509 1838166016 119313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1563.67
Current children cumulated vsize (KiB) 1795084

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 4869
/proc/meminfo: memFree=1363016/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1795084 CPUtime=1624.58
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 172419 0 1 0 162358 100 0 0 18 0 13 0 118576298 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 448771 120495 1334 9 0 446383 0
[pid=4658/tid=4660] ppid=4656 vsize=1795084 CPUtime=1580.42
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 57605 0 1 0 158002 40 0 0 25 0 13 0 118576299 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884962 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1795084 CPUtime=19.82
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 46251 0 0 0 1960 22 0 0 16 0 13 0 118576301 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1795084 CPUtime=19.82
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 52787 0 0 0 1960 22 0 0 16 0 13 0 118576301 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1795084 CPUtime=0.15
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 110 0 0 0 9 6 0 0 16 0 13 0 118576303 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118576307 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1795084 CPUtime=2.07
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 7207 0 0 0 205 2 0 0 17 0 13 0 118576307 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1795084 CPUtime=2.23
/proc/4658/task/4668/stat : 4668 (java) S 4656 4658 4213 0 -1 64 7737 0 0 0 219 4 0 0 17 0 13 0 118576307 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118576307 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118576307 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4671] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4671/stat : 4671 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 118576509 1838166016 120495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1624.58
Current children cumulated vsize (KiB) 1795084

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4869
/proc/meminfo: memFree=1354696/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1795084 CPUtime=1685.45
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 174645 0 1 0 168443 102 0 0 18 0 13 0 118576298 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 448771 122543 1334 9 0 446383 0
[pid=4658/tid=4660] ppid=4656 vsize=1795084 CPUtime=1639.48
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 57621 0 1 0 163908 40 0 0 25 0 13 0 118576299 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109885451 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1795084 CPUtime=20.73
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 47096 0 0 0 2050 23 0 0 16 0 13 0 118576301 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1795084 CPUtime=20.73
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 54152 0 0 0 2050 23 0 0 16 0 13 0 118576301 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1795084 CPUtime=0.15
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 110 0 0 0 9 6 0 0 16 0 13 0 118576303 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118576307 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1795084 CPUtime=2.07
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 7207 0 0 0 205 2 0 0 17 0 13 0 118576307 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1795084 CPUtime=2.23
/proc/4658/task/4668/stat : 4668 (java) S 4656 4658 4213 0 -1 64 7737 0 0 0 219 4 0 0 17 0 13 0 118576307 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118576307 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118576307 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4671] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4671/stat : 4671 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 118576509 1838166016 122543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1685.45
Current children cumulated vsize (KiB) 1795084

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 4869
/proc/meminfo: memFree=1349192/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1795084 CPUtime=1746.44
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 176246 0 1 0 174541 103 0 0 18 0 13 0 118576298 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 448771 123978 1334 9 0 446383 0
[pid=4658/tid=4660] ppid=4656 vsize=1795084 CPUtime=1698.46
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 57638 0 1 0 169805 41 0 0 20 0 13 0 118576299 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109885055 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1795084 CPUtime=21.75
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 47515 0 0 0 2151 24 0 0 16 0 13 0 118576301 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1795084 CPUtime=21.72
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 55317 0 0 0 2149 23 0 0 16 0 13 0 118576301 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1795084 CPUtime=0.15
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 110 0 0 0 9 6 0 0 15 0 13 0 118576303 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118576307 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1795084 CPUtime=2.07
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 7207 0 0 0 205 2 0 0 17 0 13 0 118576307 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1795084 CPUtime=2.23
/proc/4658/task/4668/stat : 4668 (java) S 4656 4658 4213 0 -1 64 7737 0 0 0 219 4 0 0 17 0 13 0 118576307 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118576307 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118576307 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4671] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4671/stat : 4671 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 118576509 1838166016 123978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1746.44
Current children cumulated vsize (KiB) 1795084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.1 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 4869
/proc/meminfo: memFree=1338760/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=1795084 CPUtime=1800.08
/proc/4658/stat : 4658 (java) S 4656 4658 4213 0 -1 0 178882 0 1 0 179902 106 0 0 18 0 13 0 118576298 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4658/statm: 448771 126509 1334 9 0 446383 0
[pid=4658/tid=4660] ppid=4656 vsize=1795084 CPUtime=1750.4
/proc/4658/task/4660/stat : 4660 (java) R 4656 4658 4213 0 -1 64 57652 0 1 0 174998 42 0 0 25 0 13 0 118576299 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110000411 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4661] ppid=4656 vsize=1795084 CPUtime=22.59
/proc/4658/task/4661/stat : 4661 (java) S 4656 4658 4213 0 -1 64 48472 0 0 0 2235 24 0 0 17 0 13 0 118576301 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4662] ppid=4656 vsize=1795084 CPUtime=22.57
/proc/4658/task/4662/stat : 4662 (java) S 4656 4658 4213 0 -1 64 56982 0 0 0 2233 24 0 0 16 0 13 0 118576301 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4663] ppid=4656 vsize=1795084 CPUtime=0.17
/proc/4658/task/4663/stat : 4663 (java) S 4656 4658 4213 0 -1 64 110 0 0 0 10 7 0 0 16 0 13 0 118576303 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4664] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4664/stat : 4664 (java) S 4656 4658 4213 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4665] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4665/stat : 4665 (java) S 4656 4658 4213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118576303 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4666] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4666/stat : 4666 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118576307 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4667] ppid=4656 vsize=1795084 CPUtime=2.07
/proc/4658/task/4667/stat : 4667 (java) S 4656 4658 4213 0 -1 64 7207 0 0 0 205 2 0 0 17 0 13 0 118576307 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4668] ppid=4656 vsize=1795084 CPUtime=2.23
/proc/4658/task/4668/stat : 4668 (java) S 4656 4658 4213 0 -1 64 7737 0 0 0 219 4 0 0 17 0 13 0 118576307 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4658/tid=4669] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4669/stat : 4669 (java) S 4656 4658 4213 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118576307 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4670] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4670/stat : 4670 (java) S 4656 4658 4213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118576307 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4658/tid=4671] ppid=4656 vsize=1795084 CPUtime=0
/proc/4658/task/4671/stat : 4671 (java) S 4656 4658 4213 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 118576509 1838166016 126509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795084

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

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

[startup+1775.21 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 4869
/proc/meminfo: memFree=1338760/2055920 swapFree=4153028/4192956
[pid=4658] ppid=4656 vsize=0 CPUtime=1800.19
/proc/4658/stat : 4658 (java) Z 4656 4658 4213 0 -1 1036 178901 0 1 0 179905 114 0 0 16 0 2 0 118576298 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1775.22
CPU time (s): 1800.2
CPU user time (s): 1799.06
CPU system time (s): 1.14482
CPU usage (%): 101.407
Max. virtual memory (cumulated for all children) (KiB): 1798364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.14482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178901
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= 41840
involuntary context switches= 29848

runsolver used 1.67075 second user time and 4.89626 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Apr 16 06:56:28 UTC 2007

IDJOB= 354359
IDBENCH= 2500
IDSOLVER= 160
FILE ID= node17/354359-1176706588

PBS_JOBID= 4559435

Free space on /tmp= 66531 MiB

SOLVER NAME= sat4jPseudoCP 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-gesa2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354359-1176706588/sat4jPseudoCP.jar /tmp/evaluation/354359-1176706588/instance-354359-1176706588.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-354359-1176706588 -o ROOT/results/node17/solver-354359-1176706588 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354359-1176706588/sat4jPseudoCP.jar /tmp/evaluation/354359-1176706588/instance-354359-1176706588.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d54c9cafd39211d62b9a499b6053d79b

RANDOM SEED= 669718517

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1843336 kB
Buffers:         33880 kB
Cached:         104068 kB
SwapCached:       2336 kB
Active:          51628 kB
Inactive:       109888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843336 kB
SwapTotal:     4192956 kB
SwapFree:      4153028 kB
Dirty:            4728 kB
Writeback:           0 kB
Mapped:          30632 kB
Slab:            36612 kB
Committed_AS:  6991388 kB
PageTables:       1796 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= 66531 MiB

End job on node17 on Mon Apr 16 07:26:05 UTC 2007