Trace number 349583

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.16 1778.14

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
MD5SUMc346de7e1ba29a95ee9f392619231545
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 variables4600
Total number of constraints310
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
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 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
Number of bits of the biggest sum of numbers38
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/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/349583-1176710220/instance-349583-1176710220.opb
0.20/0.20	c reading problem ... 
1.76/1.11	c ... done. Wall clock time 0.905s.
1.76/1.11	c CPU time (experimental) 0.63s.
1.76/1.11	c #vars     4600
1.76/1.11	c #constraints  374
1800.01/1778.01	c starts		: 2
1800.01/1778.01	c conflicts		: 36568
1800.01/1778.01	c decisions		: 91253
1800.01/1778.01	c propagations		: 249443
1800.01/1778.01	c inspects		: 353514577
1800.01/1778.01	c learnt literals	: 0
1800.01/1778.01	c learnt binary clauses	: 0
1800.01/1778.01	c learnt ternary clauses	: 0
1800.01/1778.01	c learnt clauses	: 36568
1800.01/1778.01	c root simplifications	: 0
1800.01/1778.01	c removed literals (reason simplification)	: 0
1800.01/1778.01	c reason swapping (by a shorter reason)	: 0
1800.01/1778.01	c Calls to reduceDB	: 0
1800.01/1778.01	c speed (decisions/second)	: 51.359128932783946
1800.01/1778.01	c non guided choices	0
1800.01/1778.01	s UNKNOWN
1800.01/1778.01	c Total wall clock time (ms): 1777.812

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/node63/watcher-349583-1176710220 -o ROOT/results/node63/solver-349583-1176710220 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349583-1176710220/sat4jPseudoCP.jar /tmp/evaluation/349583-1176710220/instance-349583-1176710220.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 0.98 0.99 2/64 10916
/proc/meminfo: memFree=1840964/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=18568 CPUtime=0
/proc/10916/stat : 10916 (runsolver) R 10914 10916 10496 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 147011903 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 247254805799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10916/statm: 0 0 0 0 0 0 0

[startup+0.0345759 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 10916
/proc/meminfo: memFree=1840964/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1775952 CPUtime=0.02
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 2833 0 1 0 1 1 0 0 18 0 4 0 147011903 1818574848 2580 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 443988 2580 611 9 0 441624 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1775952

[startup+0.101585 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 10916
/proc/meminfo: memFree=1840964/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1780108 CPUtime=0.09
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 3973 0 1 0 6 3 0 0 18 0 12 0 147011903 1822830592 3714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 445027 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301606 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 10916
/proc/meminfo: memFree=1840964/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1782660 CPUtime=0.34
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 5133 0 1 0 31 3 0 0 18 0 12 0 147011903 1825443840 4871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 445665 4871 1267 9 0 443277 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782660

[startup+0.701649 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 10916
/proc/meminfo: memFree=1840964/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1787716 CPUtime=0.96
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 7869 0 1 0 91 5 0 0 18 0 12 0 147011903 1830621184 7326 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 446929 7327 1303 9 0 444541 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1787716

[startup+1.50273 s]
/proc/loadavg: 0.99 0.98 0.99 3/76 10928
/proc/meminfo: memFree=1806436/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1792648 CPUtime=2.48
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 16244 0 1 0 239 9 0 0 18 0 13 0 147011903 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448162 13256 1324 9 0 445774 0
[pid=10916/tid=10918] ppid=10914 vsize=1792648 CPUtime=0.89
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 9790 0 1 0 83 6 0 0 19 0 13 0 147011904 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1792648 CPUtime=0
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 147011906 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1792648 CPUtime=0
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 147011906 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1792648 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 147011908 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1792648 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 147011908 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1792648 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 147011908 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1792648 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1792648 CPUtime=0.7
/proc/10916/task/10925/stat : 10925 (java) R 10914 10916 10496 0 -1 64 1640 0 0 0 70 0 0 0 16 0 13 0 147011912 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104789859 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1792648 CPUtime=0.85
/proc/10916/task/10926/stat : 10926 (java) R 10914 10916 10496 0 -1 64 4089 0 0 0 84 1 0 0 16 0 13 0 147011912 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104980669 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1792648 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1792648 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1835671552 13256 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1792648

[startup+3.10191 s]
/proc/loadavg: 0.99 0.98 0.99 4/77 10929
/proc/meminfo: memFree=1742300/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1795720 CPUtime=4.94
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 49139 0 1 0 471 23 0 0 18 0 13 0 147011903 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448930 42994 1333 9 0 446542 0
[pid=10916/tid=10918] ppid=10914 vsize=1795720 CPUtime=2.04
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 37748 0 1 0 186 18 0 0 25 0 13 0 147011904 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109759168 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1795720 CPUtime=0.01
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 560 0 0 0 1 0 0 0 16 0 13 0 147011906 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1795720 CPUtime=0.01
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 434 0 0 0 1 0 0 0 16 0 13 0 147011906 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1795720 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 147011908 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1795720 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147011908 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1795720 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147011908 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1795720 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1795720 CPUtime=1.39
/proc/10916/task/10925/stat : 10925 (java) R 10914 10916 10496 0 -1 64 3993 0 0 0 138 1 0 0 17 0 13 0 147011912 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102297903 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1795720 CPUtime=1.44
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 10496 0 -1 64 5674 0 0 0 142 2 0 0 16 0 13 0 147011912 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1795720 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1795720 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10929] ppid=10914 vsize=1795720 CPUtime=0
/proc/10916/task/10929/stat : 10929 (java) S 10914 10916 10496 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 147012028 1838817280 42994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 1795720

[startup+6.30123 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 10929
/proc/meminfo: memFree=1671900/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1793640 CPUtime=8.5
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 52732 0 1 0 826 24 0 0 18 0 13 0 147011903 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448410 44933 1333 9 0 446022 0
[pid=10916/tid=10918] ppid=10914 vsize=1793640 CPUtime=5.07
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 37754 0 1 0 489 18 0 0 23 0 13 0 147011904 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109550932 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1793640 CPUtime=0.11
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 2416 0 0 0 11 0 0 0 16 0 13 0 147011906 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1793640 CPUtime=0.11
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 2120 0 0 0 11 0 0 0 16 0 13 0 147011906 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1793640 CPUtime=1.58
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 10496 0 -1 64 4012 0 0 0 157 1 0 0 16 0 13 0 147011912 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1793640 CPUtime=1.57
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 10496 0 -1 64 5678 0 0 0 155 2 0 0 17 0 13 0 147011912 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10929] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10929/stat : 10929 (java) S 10914 10916 10496 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 147012028 1836687360 44933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1793640

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 10929
/proc/meminfo: memFree=1628636/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1793640 CPUtime=15.03
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 62482 0 1 0 1474 29 0 0 18 0 13 0 147011903 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448410 54109 1334 9 0 446022 0
[pid=10916/tid=10918] ppid=10914 vsize=1793640 CPUtime=11.32
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 41483 0 1 0 1112 20 0 0 23 0 13 0 147011904 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109792922 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1793640 CPUtime=0.24
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 5526 0 0 0 22 2 0 0 16 0 13 0 147011906 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1793640 CPUtime=0.24
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 5028 0 0 0 22 2 0 0 16 0 13 0 147011906 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1793640 CPUtime=1.6
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 10496 0 -1 64 4014 0 0 0 159 1 0 0 16 0 13 0 147011912 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1793640 CPUtime=1.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 10496 0 -1 64 5679 0 0 0 157 2 0 0 16 0 13 0 147011912 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10929] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10929/stat : 10929 (java) S 10914 10916 10496 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 147012028 1836687360 54109 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.03
Current children cumulated vsize (KiB) 1793640

[startup+25.5023 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 10929
/proc/meminfo: memFree=1623644/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1793640 CPUtime=27.95
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 65381 0 1 0 2764 31 0 0 18 0 13 0 147011903 1836687360 55314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448410 55314 1334 9 0 446022 0
[pid=10916/tid=10918] ppid=10914 vsize=1793640 CPUtime=24
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 41494 0 1 0 2380 20 0 0 18 0 13 0 147011904 1836687360 55314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109761811 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1793640 CPUtime=0.34
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 7220 0 0 0 32 2 0 0 16 0 13 0 147011906 1836687360 55314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1793640 CPUtime=0.35
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 6222 0 0 0 33 2 0 0 16 0 13 0 147011906 1836687360 55314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 29 0 0 0 0 0 0 0 15 0 13 0 147011908 1836687360 55314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=10916/tid=10921] ppid=10914 vsize=1793640 CPUtime=0.16
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 157 0 0 0 8 8 0 0 16 0 13 0 147011908 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1793640 CPUtime=1.61
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 10496 0 -1 64 4014 0 0 0 160 1 0 0 16 0 13 0 147011912 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1793640 CPUtime=1.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 10496 0 -1 64 5679 0 0 0 157 2 0 0 16 0 13 0 147011912 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10929] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10929/stat : 10929 (java) S 10914 10916 10496 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 147012028 1836687360 114858 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1560.98
Current children cumulated vsize (KiB) 1793640

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 11127
/proc/meminfo: memFree=1380252/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1793640 CPUtime=1621.8
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 172519 0 1 0 162089 91 0 0 18 0 13 0 147011903 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448410 115900 1334 9 0 446022 0
[pid=10916/tid=10918] ppid=10914 vsize=1793640 CPUtime=1582.09
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 69204 0 1 0 158172 37 0 0 25 0 13 0 147011904 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109761713 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1793640 CPUtime=18.15
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 47943 0 0 0 1794 21 0 0 16 0 13 0 147011906 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1793640 CPUtime=18.12
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 44799 0 0 0 1794 18 0 0 16 0 13 0 147011906 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1793640 CPUtime=0.16
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 157 0 0 0 8 8 0 0 16 0 13 0 147011908 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1793640 CPUtime=1.61
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 10496 0 -1 64 4014 0 0 0 160 1 0 0 16 0 13 0 147011912 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1793640 CPUtime=1.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 10496 0 -1 64 5679 0 0 0 157 2 0 0 16 0 13 0 147011912 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10929] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10929/stat : 10929 (java) S 10914 10916 10496 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 147012028 1836687360 115900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.8
Current children cumulated vsize (KiB) 1793640

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 11127
/proc/meminfo: memFree=1376220/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1793640 CPUtime=1682.62
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 173731 0 1 0 168170 92 0 0 18 0 13 0 147011903 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448410 116910 1334 9 0 446022 0
[pid=10916/tid=10918] ppid=10914 vsize=1793640 CPUtime=1641.22
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 69220 0 1 0 164085 37 0 0 25 0 13 0 147011904 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109872362 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1793640 CPUtime=19
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 48701 0 0 0 1878 22 0 0 16 0 13 0 147011906 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1793640 CPUtime=18.98
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 45237 0 0 0 1879 19 0 0 17 0 13 0 147011906 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1793640 CPUtime=0.17
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 157 0 0 0 9 8 0 0 16 0 13 0 147011908 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1793640 CPUtime=1.61
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 10496 0 -1 64 4014 0 0 0 160 1 0 0 16 0 13 0 147011912 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1793640 CPUtime=1.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 10496 0 -1 64 5679 0 0 0 157 2 0 0 16 0 13 0 147011912 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10929] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10929/stat : 10929 (java) S 10914 10916 10496 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 147012028 1836687360 116910 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.62
Current children cumulated vsize (KiB) 1793640

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11127
/proc/meminfo: memFree=1371868/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1793640 CPUtime=1743.52
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 175002 0 1 0 174260 92 0 0 18 0 13 0 147011903 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448410 117986 1334 9 0 446022 0
[pid=10916/tid=10918] ppid=10914 vsize=1793640 CPUtime=1700.27
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 69237 0 1 0 169990 37 0 0 25 0 13 0 147011904 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109522154 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1793640 CPUtime=19.92
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 49087 0 0 0 1970 22 0 0 17 0 13 0 147011906 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1793640 CPUtime=19.9
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 46105 0 0 0 1971 19 0 0 16 0 13 0 147011906 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1793640 CPUtime=0.17
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 157 0 0 0 9 8 0 0 15 0 13 0 147011908 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1793640 CPUtime=1.61
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 10496 0 -1 64 4014 0 0 0 160 1 0 0 16 0 13 0 147011912 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1793640 CPUtime=1.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 10496 0 -1 64 5679 0 0 0 157 2 0 0 16 0 13 0 147011912 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10929] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10929/stat : 10929 (java) S 10914 10916 10496 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 147012028 1836687360 117986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1743.52
Current children cumulated vsize (KiB) 1793640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11127
/proc/meminfo: memFree=1368092/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=1793640 CPUtime=1800.01
/proc/10916/stat : 10916 (java) S 10914 10916 10496 0 -1 0 176075 0 1 0 179908 93 0 0 18 0 13 0 147011903 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 448410 118916 1334 9 0 446022 0
[pid=10916/tid=10918] ppid=10914 vsize=1793640 CPUtime=1755.13
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 10496 0 -1 64 69252 0 1 0 175476 37 0 0 25 0 13 0 147011904 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109762099 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=1793640 CPUtime=20.73
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 10496 0 -1 64 49451 0 0 0 2051 22 0 0 17 0 13 0 147011906 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10920] ppid=10914 vsize=1793640 CPUtime=20.71
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 10496 0 -1 64 46799 0 0 0 2052 19 0 0 17 0 13 0 147011906 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=1793640 CPUtime=0.17
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 10496 0 -1 64 157 0 0 0 9 8 0 0 16 0 13 0 147011908 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 10496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 10496 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147011908 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 10496 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 147011912 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10925] ppid=10914 vsize=1793640 CPUtime=1.61
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 10496 0 -1 64 4014 0 0 0 160 1 0 0 16 0 13 0 147011912 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=1793640 CPUtime=1.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 10496 0 -1 64 5679 0 0 0 157 2 0 0 16 0 13 0 147011912 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10927] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 10496 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147011912 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 10496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147011912 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10929] ppid=10914 vsize=1793640 CPUtime=0
/proc/10916/task/10929/stat : 10929 (java) S 10914 10916 10496 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 147012028 1836687360 118916 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1793640

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

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

[startup+1778.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11127
/proc/meminfo: memFree=1368092/2055920 swapFree=4184464/4192956
[pid=10916] ppid=10914 vsize=0 CPUtime=1800.13
/proc/10916/stat : 10916 (java) Z 10914 10916 10496 0 -1 1036 176095 0 1 0 179915 98 0 0 15 0 2 0 147011903 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.14
CPU time (s): 1800.16
CPU user time (s): 1799.15
CPU system time (s): 1.00885
CPU usage (%): 101.238
Max. virtual memory (cumulated for all children) (KiB): 1796456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176095
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= 42443
involuntary context switches= 32664

runsolver used 1.63975 second user time and 4.89326 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Apr 16 07:57:00 UTC 2007

IDJOB= 349583
IDBENCH= 2534
IDSOLVER= 160
FILE ID= node63/349583-1176710220

PBS_JOBID= 4560079

Free space on /tmp= 66550 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-pp08aCUTS.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349583-1176710220/sat4jPseudoCP.jar /tmp/evaluation/349583-1176710220/instance-349583-1176710220.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-349583-1176710220 -o ROOT/results/node63/solver-349583-1176710220 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349583-1176710220/sat4jPseudoCP.jar /tmp/evaluation/349583-1176710220/instance-349583-1176710220.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c346de7e1ba29a95ee9f392619231545

RANDOM SEED= 920135753

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1841372 kB
Buffers:         11216 kB
Cached:         132620 kB
SwapCached:       2296 kB
Active:          77500 kB
Inactive:        76592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841372 kB
SwapTotal:     4192956 kB
SwapFree:      4184464 kB
Dirty:            3852 kB
Writeback:           0 kB
Mapped:          16660 kB
Slab:            46496 kB
Committed_AS:  1916140 kB
PageTables:       1460 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= 66550 MiB

End job on node63 on Mon Apr 16 08:26:40 UTC 2007