Trace number 348108

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.13 1788.7

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ar98.opb
MD5SUM24f5fdc248e1411d713d304748099da5
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables20024
Total number of constraints1258
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)912
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint2
Maximum length of a constraint15837
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 532272
Number of bits of the biggest sum of numbers20
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.15	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/348108-1176568834/instance-348108-1176568834.opb
0.20/0.20	c reading problem ... 
3.62/2.77	c ... done. Wall clock time 2.564s.
3.62/2.77	c CPU time (experimental) 2.04s.
3.62/2.77	c #vars     20024
3.62/2.77	c #constraints  1473
1800.03/1788.62	c starts		: 1
1800.03/1788.62	c conflicts		: 35
1800.03/1788.62	c decisions		: 23081
1800.03/1788.62	c propagations		: 42493
1800.03/1788.62	c inspects		: 571046
1800.03/1788.62	c learnt literals	: 0
1800.03/1788.62	c learnt binary clauses	: 0
1800.03/1788.62	c learnt ternary clauses	: 0
1800.03/1788.62	c learnt clauses	: 34
1800.03/1788.62	c root simplifications	: 0
1800.03/1788.62	c removed literals (reason simplification)	: 0
1800.03/1788.62	c reason swapping (by a shorter reason)	: 0
1800.03/1788.62	c Calls to reduceDB	: 0
1800.03/1788.62	c speed (decisions/second)	: 12.924717900014727
1800.03/1788.62	c non guided choices	0
1800.03/1788.62	s UNKNOWN
1800.03/1788.62	c Total wall clock time (ms): 1788.416

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/node59/watcher-348108-1176568834 -o ROOT/results/node59/solver-348108-1176568834 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348108-1176568834/sat4jPseudoCP.jar /tmp/evaluation/348108-1176568834/instance-348108-1176568834.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.97 1.01 1.04 2/64 17118
/proc/meminfo: memFree=1521680/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=272 CPUtime=0
/proc/17118/stat : 17118 (java) D 17116 17118 16989 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 104793002 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 9286436 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17118/statm: 68 37 28 9 0 6 0

[startup+0.0580971 s]
/proc/loadavg: 0.97 1.01 1.04 2/64 17118
/proc/meminfo: memFree=1521680/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1778732 CPUtime=0.04
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 3592 0 1 0 2 2 0 0 18 0 7 0 104793002 1821421568 3334 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 444683 3334 1069 9 0 442319 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1778732

[startup+0.101105 s]
/proc/loadavg: 0.97 1.01 1.04 2/64 17118
/proc/meminfo: memFree=1521680/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1781132 CPUtime=0.08
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 3975 0 1 0 6 2 0 0 18 0 12 0 104793002 1823879168 3716 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 445283 3716 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301143 s]
/proc/loadavg: 0.97 1.01 1.04 2/64 17118
/proc/meminfo: memFree=1521680/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1782444 CPUtime=0.31
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 5334 0 1 0 28 3 0 0 18 0 12 0 104793002 1825222656 5072 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 445611 5072 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701224 s]
/proc/loadavg: 0.97 1.01 1.04 2/64 17118
/proc/meminfo: memFree=1521680/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1790860 CPUtime=1
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 9005 0 1 0 96 4 0 0 18 0 12 0 104793002 1833840640 8055 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 447715 8055 1303 9 0 445327 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1790860

[startup+1.50238 s]
/proc/loadavg: 0.97 1.01 1.04 3/76 17130
/proc/meminfo: memFree=1485552/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1793012 CPUtime=2.21
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 25913 0 1 0 209 12 0 0 18 0 12 0 104793002 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448253 23063 1305 9 0 445865 0
[pid=17118/tid=17120] ppid=17116 vsize=1793012 CPUtime=0.97
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 19498 0 1 0 88 9 0 0 25 0 12 0 104793003 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109548348 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1793012 CPUtime=0
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 104793005 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1793012 CPUtime=0
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 104793005 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1793012 CPUtime=0
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 104793007 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1793012 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 11 0 0 0 0 0 0 0 22 0 12 0 104793007 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1793012 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 104793007 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1793012 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 104793011 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1793012 CPUtime=0.55
/proc/17118/task/17127/stat : 17127 (java) S 17116 17118 16989 0 -1 64 1797 0 0 0 55 0 0 0 16 0 12 0 104793011 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1793012 CPUtime=0.66
/proc/17118/task/17128/stat : 17128 (java) S 17116 17118 16989 0 -1 64 3894 0 0 0 65 1 0 0 16 0 12 0 104793011 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1793012 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 104793011 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1793012 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 104793011 1836044288 23063 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1793012

[startup+3.10168 s]
/proc/loadavg: 0.97 1.01 1.04 4/76 17130
/proc/meminfo: memFree=1359664/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1793980 CPUtime=4.16
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 49785 0 1 0 394 22 0 0 18 0 13 0 104793002 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448495 46907 1322 9 0 446107 0
[pid=17118/tid=17120] ppid=17116 vsize=1793980 CPUtime=2.31
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 37728 0 1 0 215 16 0 0 23 0 13 0 104793003 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109781887 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1793980 CPUtime=0.17
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 3164 0 0 0 16 1 0 0 16 0 13 0 104793005 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1793980 CPUtime=0.17
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 2444 0 0 0 16 1 0 0 16 0 13 0 104793005 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1793980 CPUtime=0
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 104793007 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1793980 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1793980 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104793007 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1793980 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104793011 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1793980 CPUtime=0.68
/proc/17118/task/17127/stat : 17127 (java) S 17116 17118 16989 0 -1 64 1811 0 0 0 68 0 0 0 16 0 13 0 104793011 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1793980 CPUtime=0.77
/proc/17118/task/17128/stat : 17128 (java) S 17116 17118 16989 0 -1 64 3906 0 0 0 76 1 0 0 16 0 13 0 104793011 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1793980 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104793011 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1793980 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104793011 1837035520 46907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1793980

[startup+6.30228 s]
/proc/loadavg: 0.97 1.01 1.04 2/77 17131
/proc/meminfo: memFree=1301608/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1795200 CPUtime=8.18
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 59626 0 1 0 791 27 0 0 18 0 13 0 104793002 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448800 56075 1326 9 0 446412 0
[pid=17118/tid=17120] ppid=17116 vsize=1795200 CPUtime=4.93
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 37756 0 1 0 477 16 0 0 17 0 13 0 104793003 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1795200 CPUtime=0.52
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 7040 0 0 0 49 3 0 0 16 0 13 0 104793005 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1795200 CPUtime=0.53
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 8204 0 0 0 49 4 0 0 16 0 13 0 104793005 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104793011 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1795200 CPUtime=1.03
/proc/17118/task/17127/stat : 17127 (java) R 17116 17118 16989 0 -1 64 1835 0 0 0 103 0 0 0 16 0 13 0 104793011 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 101786071 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1795200 CPUtime=1.12
/proc/17118/task/17128/stat : 17128 (java) R 17116 17118 16989 0 -1 64 4056 0 0 0 111 1 0 0 16 0 13 0 104793011 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103334416 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104793011 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104793011 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17131] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17131/stat : 17131 (java) S 17116 17118 16989 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 104793284 1838284800 56075 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1795200

[startup+12.7015 s]
/proc/loadavg: 0.97 1.01 1.04 2/77 17131
/proc/meminfo: memFree=1276904/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1795200 CPUtime=15.44
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 67145 0 1 0 1513 31 0 0 18 0 13 0 104793002 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448800 62234 1326 9 0 446412 0
[pid=17118/tid=17120] ppid=17116 vsize=1795200 CPUtime=10.6
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 37766 0 1 0 1044 16 0 0 25 0 13 0 104793003 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109977334 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1795200 CPUtime=1.14
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 10641 0 0 0 109 5 0 0 16 0 13 0 104793005 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1795200 CPUtime=1.14
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 12085 0 0 0 109 5 0 0 16 0 13 0 104793005 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104793007 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104793011 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1795200 CPUtime=1.16
/proc/17118/task/17127/stat : 17127 (java) S 17116 17118 16989 0 -1 64 1849 0 0 0 116 0 0 0 16 0 13 0 104793011 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1795200 CPUtime=1.34
/proc/17118/task/17128/stat : 17128 (java) S 17116 17118 16989 0 -1 64 4069 0 0 0 133 1 0 0 17 0 13 0 104793011 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104793011 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104793011 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17131] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17131/stat : 17131 (java) S 17116 17118 16989 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 104793284 1838284800 62234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.44
Current children cumulated vsize (KiB) 1795200

[startup+25.5029 s]
/proc/loadavg: 0.98 1.01 1.04 2/77 17131
/proc/meminfo: memFree=1385512/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1795200 CPUtime=28.24
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 67183 0 1 0 2790 34 0 0 18 0 13 0 104793002 1838284800 34602 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448800 34602 1326 9 0 446412 0
[pid=17118/tid=17120] ppid=17116 vsize=1795200 CPUtime=23.36
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 37801 0 1 0 2319 17 0 0 25 0 13 0 104793003 1838284800 34602 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109899603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1795200 CPUtime=1.15
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 10642 0 0 0 109 6 0 0 16 0 13 0 104793005 1838284800 34602 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1795200 CPUtime=1.17
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 12086 0 0 0 111 6 0 0 16 0 13 0 104793005 1838284800 34602 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1795200 CPUtime=0.02
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 2 0 0 16 0 13 0 104793007 1838284800 34602 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 34602 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=17118] ppid=17116 vsize=1795200 CPUtime=1612.71
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 180532 0 1 0 161008 263 0 0 18 0 13 0 104793002 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448800 87879 1326 9 0 446412 0
[pid=17118/tid=17120] ppid=17116 vsize=1795200 CPUtime=1585.2
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 120282 0 1 0 158453 67 0 0 25 0 13 0 104793003 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109918749 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1795200 CPUtime=11.54
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 25502 0 0 0 1083 71 0 0 16 0 13 0 104793005 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1795200 CPUtime=11.44
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 27753 0 0 0 1066 78 0 0 16 0 13 0 104793005 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1795200 CPUtime=0.91
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 316 0 0 0 50 41 0 0 15 0 13 0 104793007 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104793011 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1795200 CPUtime=1.68
/proc/17118/task/17127/stat : 17127 (java) S 17116 17118 16989 0 -1 64 1867 0 0 0 168 0 0 0 17 0 13 0 104793011 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1795200 CPUtime=1.86
/proc/17118/task/17128/stat : 17128 (java) S 17116 17118 16989 0 -1 64 4088 0 0 0 185 1 0 0 17 0 13 0 104793011 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104793011 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104793011 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17131] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17131/stat : 17131 (java) S 17116 17118 16989 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 104793284 1838284800 87879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.71
Current children cumulated vsize (KiB) 1795200

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17329
/proc/meminfo: memFree=1177128/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1795200 CPUtime=1672.96
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 181402 0 1 0 167028 268 0 0 18 0 13 0 104793002 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448800 86941 1326 9 0 446412 0
[pid=17118/tid=17120] ppid=17116 vsize=1795200 CPUtime=1644.64
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 120386 0 1 0 164396 68 0 0 25 0 13 0 104793003 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109899197 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1795200 CPUtime=11.94
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 25949 0 0 0 1122 72 0 0 16 0 13 0 104793005 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1795200 CPUtime=11.83
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 28072 0 0 0 1103 80 0 0 16 0 13 0 104793005 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1795200 CPUtime=0.93
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 316 0 0 0 51 42 0 0 16 0 13 0 104793007 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104793011 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1795200 CPUtime=1.68
/proc/17118/task/17127/stat : 17127 (java) S 17116 17118 16989 0 -1 64 1867 0 0 0 168 0 0 0 17 0 13 0 104793011 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1795200 CPUtime=1.86
/proc/17118/task/17128/stat : 17128 (java) S 17116 17118 16989 0 -1 64 4088 0 0 0 185 1 0 0 17 0 13 0 104793011 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104793011 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104793011 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17131] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17131/stat : 17131 (java) S 17116 17118 16989 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 104793284 1838284800 86941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.96
Current children cumulated vsize (KiB) 1795200

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17329
/proc/meminfo: memFree=1174760/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1795200 CPUtime=1733.31
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 182349 0 1 0 173058 273 0 0 18 0 13 0 104793002 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448800 87541 1326 9 0 446412 0
[pid=17118/tid=17120] ppid=17116 vsize=1795200 CPUtime=1704.08
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 120500 0 1 0 170340 68 0 0 20 0 13 0 104793003 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109899603 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1795200 CPUtime=12.39
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 26347 0 0 0 1166 73 0 0 16 0 13 0 104793005 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1795200 CPUtime=12.27
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 28504 0 0 0 1143 84 0 0 16 0 13 0 104793005 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1795200 CPUtime=0.96
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 319 0 0 0 53 43 0 0 16 0 13 0 104793007 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104793011 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1795200 CPUtime=1.68
/proc/17118/task/17127/stat : 17127 (java) S 17116 17118 16989 0 -1 64 1867 0 0 0 168 0 0 0 17 0 13 0 104793011 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1795200 CPUtime=1.86
/proc/17118/task/17128/stat : 17128 (java) S 17116 17118 16989 0 -1 64 4088 0 0 0 185 1 0 0 17 0 13 0 104793011 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104793011 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104793011 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17131] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17131/stat : 17131 (java) S 17116 17118 16989 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 104793284 1838284800 87541 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.31
Current children cumulated vsize (KiB) 1795200

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17329
/proc/meminfo: memFree=1170536/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1795200 CPUtime=1793.66
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 186414 0 1 0 179086 280 0 0 18 0 13 0 104793002 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448800 88627 1326 9 0 446412 0
[pid=17118/tid=17120] ppid=17116 vsize=1795200 CPUtime=1763.53
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 123427 0 1 0 176284 69 0 0 18 0 13 0 104793003 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109552323 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1795200 CPUtime=12.83
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 26797 0 0 0 1209 74 0 0 16 0 13 0 104793005 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1795200 CPUtime=12.72
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 29184 0 0 0 1184 88 0 0 16 0 13 0 104793005 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1795200 CPUtime=0.98
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 327 0 0 0 54 44 0 0 16 0 13 0 104793007 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1795200 CPUtime=1.68
/proc/17118/task/17127/stat : 17127 (java) S 17116 17118 16989 0 -1 64 1867 0 0 0 168 0 0 0 17 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1795200 CPUtime=1.86
/proc/17118/task/17128/stat : 17128 (java) S 17116 17118 16989 0 -1 64 4088 0 0 0 185 1 0 0 17 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17131] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17131/stat : 17131 (java) S 17116 17118 16989 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 104793284 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.66
Current children cumulated vsize (KiB) 1795200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17329
/proc/meminfo: memFree=1170536/2055920 swapFree=4192812/4192956
[pid=17118] ppid=17116 vsize=1795200 CPUtime=1800.03
/proc/17118/stat : 17118 (java) S 17116 17118 16989 0 -1 0 186430 0 1 0 179722 281 0 0 18 0 13 0 104793002 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 448800 88627 1326 9 0 446412 0
[pid=17118/tid=17120] ppid=17116 vsize=1795200 CPUtime=1769.77
/proc/17118/task/17120/stat : 17120 (java) R 17116 17118 16989 0 -1 64 123443 0 1 0 176908 69 0 0 18 0 13 0 104793003 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109552559 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17121] ppid=17116 vsize=1795200 CPUtime=12.89
/proc/17118/task/17121/stat : 17121 (java) S 17116 17118 16989 0 -1 64 26797 0 0 0 1215 74 0 0 15 0 13 0 104793005 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17122] ppid=17116 vsize=1795200 CPUtime=12.77
/proc/17118/task/17122/stat : 17122 (java) S 17116 17118 16989 0 -1 64 29184 0 0 0 1189 88 0 0 16 0 13 0 104793005 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17116 vsize=1795200 CPUtime=0.98
/proc/17118/task/17123/stat : 17123 (java) S 17116 17118 16989 0 -1 64 327 0 0 0 54 44 0 0 16 0 13 0 104793007 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17124] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17124/stat : 17124 (java) S 17116 17118 16989 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17125] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17116 17118 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104793007 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17126] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17127] ppid=17116 vsize=1795200 CPUtime=1.68
/proc/17118/task/17127/stat : 17127 (java) S 17116 17118 16989 0 -1 64 1867 0 0 0 168 0 0 0 17 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17128] ppid=17116 vsize=1795200 CPUtime=1.86
/proc/17118/task/17128/stat : 17128 (java) S 17116 17118 16989 0 -1 64 4088 0 0 0 185 1 0 0 17 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17129] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17129/stat : 17129 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17118/tid=17130] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17130/stat : 17130 (java) S 17116 17118 16989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104793011 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17118/tid=17131] ppid=17116 vsize=1795200 CPUtime=0
/proc/17118/task/17131/stat : 17131 (java) S 17116 17118 16989 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 104793284 1838284800 88627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795200

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

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

Child status: 143
Real time (s): 1788.7
CPU time (s): 1800.13
CPU user time (s): 1797.26
CPU system time (s): 2.86856
CPU usage (%): 100.639
Max. virtual memory (cumulated for all children) (KiB): 1795264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.26
system time used= 2.86856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186449
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= 91954
involuntary context switches= 41632

runsolver used 2.11468 second user time and 5.07523 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Apr 14 16:40:34 UTC 2007

IDJOB= 348108
IDBENCH= 1618
IDSOLVER= 160
FILE ID= node59/348108-1176568834

PBS_JOBID= 4556917

Free space on /tmp= 66559 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ar98.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348108-1176568834/sat4jPseudoCP.jar /tmp/evaluation/348108-1176568834/instance-348108-1176568834.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-348108-1176568834 -o ROOT/results/node59/solver-348108-1176568834 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348108-1176568834/sat4jPseudoCP.jar /tmp/evaluation/348108-1176568834/instance-348108-1176568834.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  24f5fdc248e1411d713d304748099da5

RANDOM SEED= 935161372

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1522152 kB
Buffers:         42352 kB
Cached:         364424 kB
SwapCached:          0 kB
Active:         245856 kB
Inactive:       177744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5784 kB
Writeback:           0 kB
Mapped:          27044 kB
Slab:            96132 kB
Committed_AS:   140240 kB
PageTables:       1476 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= 66559 MiB

End job on node59 on Sat Apr 14 17:10:25 UTC 2007