Trace number 354316

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.24 1762.98

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc05.opb
MD5SUM4e6161a7dc803af1e0ad1878eef0a0d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1076796928
Best CPU time to get the best result obtained on this benchmark239.533
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1076796928
Optimality of the best value was proved YES
Number of variables1940
Total number of constraints300
Number of constraints which are clauses155
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints137
Minimum length of a constraint2
Maximum length of a constraint451
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 5368709120
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 83751857084
Number of bits of the biggest sum of numbers37
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.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/354316-1176705056/instance-354316-1176705056.opb
0.20/0.20	c reading problem ... 
1.22/0.80	c ... done. Wall clock time 0.594s.
1.22/0.80	c CPU time (experimental) 0.67s.
1.22/0.80	c #vars     1940
1.22/0.80	c #constraints  328
1800.06/1762.81	c starts		: 2
1800.06/1762.81	c conflicts		: 20604
1800.06/1762.81	c decisions		: 27725
1800.06/1762.81	c propagations		: 159497
1800.06/1762.81	c inspects		: 85185089
1800.06/1762.81	c learnt literals	: 0
1800.06/1762.81	c learnt binary clauses	: 0
1800.06/1762.81	c learnt ternary clauses	: 0
1800.06/1762.81	c learnt clauses	: 20603
1800.06/1762.81	c root simplifications	: 0
1800.06/1762.81	c removed literals (reason simplification)	: 0
1800.06/1762.81	c reason swapping (by a shorter reason)	: 0
1800.06/1762.81	c Calls to reduceDB	: 0
1800.06/1762.81	c speed (decisions/second)	: 15.734924551817135
1800.06/1762.81	c non guided choices	143
1800.06/1762.81	s UNKNOWN
1800.06/1762.81	c Total wall clock time (ms): 1762.607

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/node15/watcher-354316-1176705056 -o ROOT/results/node15/solver-354316-1176705056 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354316-1176705056/sat4jPseudoCPClause.jar /tmp/evaluation/354316-1176705056/instance-354316-1176705056.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.92 0.99 0.99 3/77 21908
/proc/meminfo: memFree=1840888/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=152 CPUtime=0
/proc/21908/stat : 21908 (java) R 21906 21908 21447 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 118423168 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 1 0 0
/proc/21908/statm: 38 26 19 9 0 4 0

[startup+0.00882804 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 21908
/proc/meminfo: memFree=1840888/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=152 CPUtime=0
/proc/21908/stat : 21908 (java) R 21906 21908 21447 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 118423168 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 1 0 0
/proc/21908/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101841 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 21908
/proc/meminfo: memFree=1840888/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1780112 CPUtime=0.08
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 3972 0 1 0 6 2 0 0 18 0 12 0 118423168 1822834688 3714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 445028 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301859 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 21908
/proc/meminfo: memFree=1840888/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1781464 CPUtime=0.34
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 5147 0 1 0 31 3 0 0 18 0 12 0 118423168 1824219136 4886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 445366 4886 1269 9 0 442977 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781464

[startup+0.701896 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 21908
/proc/meminfo: memFree=1840888/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1785524 CPUtime=1.02
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 7684 0 1 0 98 4 0 0 18 0 12 0 118423168 1828376576 7202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 446381 7202 1303 9 0 443992 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1785524

[startup+1.50196 s]
/proc/loadavg: 0.92 0.99 0.99 4/90 21921
/proc/meminfo: memFree=1806032/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1796372 CPUtime=2.6
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 15413 0 1 0 252 8 0 0 18 0 13 0 118423168 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 449093 11222 1317 9 0 446704 0
[pid=21908/tid=21910] ppid=21906 vsize=1796372 CPUtime=1.14
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 6882 0 1 0 110 4 0 0 20 0 13 0 118423170 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105563376 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21911/stat : 21911 (java) S 21906 21908 21447 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118423171 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21912/stat : 21912 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118423171 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21913] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 118423174 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118423174 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 118423174 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1796372 CPUtime=0.91
/proc/21908/task/21917/stat : 21917 (java) R 21906 21908 21447 0 -1 64 4755 0 0 0 90 1 0 0 19 0 13 0 118423178 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101875713 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1796372 CPUtime=0.52
/proc/21908/task/21918/stat : 21918 (java) R 21906 21908 21447 0 -1 64 3051 0 0 0 51 1 0 0 17 0 13 0 118423178 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105423926 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1796372 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1839484928 11222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1796372

[startup+3.10212 s]
/proc/loadavg: 0.92 0.99 0.99 4/90 21921
/proc/meminfo: memFree=1791504/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1798632 CPUtime=5.75
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 55604 0 1 0 547 28 0 0 18 0 13 0 118423168 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 449658 42776 1325 9 0 447269 0
[pid=21908/tid=21910] ppid=21906 vsize=1798632 CPUtime=2.44
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 37760 0 1 0 224 20 0 0 18 0 13 0 118423170 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21911/stat : 21911 (java) R 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118423171 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102353893 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21912/stat : 21912 (java) R 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 118423171 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21913] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 118423174 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118423174 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 118423174 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1798632 CPUtime=2
/proc/21908/task/21917/stat : 21917 (java) R 21906 21908 21447 0 -1 64 11236 0 0 0 195 5 0 0 18 0 13 0 118423178 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103316030 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1798632 CPUtime=1.29
/proc/21908/task/21918/stat : 21918 (java) S 21906 21908 21447 0 -1 64 5880 0 0 0 127 2 0 0 17 0 13 0 118423178 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1798632 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1841799168 42776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 1798632

[startup+6.3024 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 21921
/proc/meminfo: memFree=1672272/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1792672 CPUtime=9.31
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 60016 0 1 0 900 31 0 0 18 0 13 0 118423168 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 448168 43631 1331 9 0 445779 0
[pid=21908/tid=21910] ppid=21906 vsize=1792672 CPUtime=5.42
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 37768 0 1 0 522 20 0 0 25 0 13 0 118423170 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109841072 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1792672 CPUtime=0.08
/proc/21908/task/21911/stat : 21911 (java) S 21906 21908 21447 0 -1 64 1879 0 0 0 7 1 0 0 17 0 13 0 118423171 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1792672 CPUtime=0.06
/proc/21908/task/21912/stat : 21912 (java) S 21906 21908 21447 0 -1 64 1319 0 0 0 6 0 0 0 16 0 13 0 118423171 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21913] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 118423174 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118423174 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118423174 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1792672 CPUtime=2.28
/proc/21908/task/21917/stat : 21917 (java) S 21906 21908 21447 0 -1 64 12366 0 0 0 223 5 0 0 16 0 13 0 118423178 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1792672 CPUtime=1.41
/proc/21908/task/21918/stat : 21918 (java) S 21906 21908 21447 0 -1 64 5930 0 0 0 139 2 0 0 16 0 13 0 118423178 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1835696128 43631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 1792672

[startup+12.703 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 21921
/proc/meminfo: memFree=1632976/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1792672 CPUtime=15.85
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 70063 0 1 0 1550 35 0 0 18 0 13 0 118423168 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 448168 53163 1332 9 0 445779 0
[pid=21908/tid=21910] ppid=21906 vsize=1792672 CPUtime=11.72
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 43565 0 1 0 1150 22 0 0 25 0 13 0 118423170 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553951 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1792672 CPUtime=0.16
/proc/21908/task/21911/stat : 21911 (java) S 21906 21908 21447 0 -1 64 4172 0 0 0 14 2 0 0 16 0 13 0 118423171 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1792672 CPUtime=0.15
/proc/21908/task/21912/stat : 21912 (java) S 21906 21908 21447 0 -1 64 3270 0 0 0 14 1 0 0 16 0 13 0 118423171 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21913] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 118423174 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118423174 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118423174 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1792672 CPUtime=2.31
/proc/21908/task/21917/stat : 21917 (java) S 21906 21908 21447 0 -1 64 12369 0 0 0 226 5 0 0 16 0 13 0 118423178 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1792672 CPUtime=1.45
/proc/21908/task/21918/stat : 21918 (java) S 21906 21908 21447 0 -1 64 5933 0 0 0 143 2 0 0 16 0 13 0 118423178 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1792672 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1835696128 53163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 1792672

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21921
/proc/meminfo: memFree=1650512/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1792672 CPUtime=28.76
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 73313 0 1 0 2839 37 0 0 18 0 13 0 118423168 1835696128 48595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 448168 48595 1332 9 0 445779 0
[pid=21908/tid=21910] ppid=21906 vsize=1792672 CPUtime=24.39
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 43583 0 1 0 2417 22 0 0 20 0 13 0 118423170 1835696128 48595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109785853 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1792672 CPUtime=0.27
/proc/21908/task/21911/stat : 21911 (java) S 21906 21908 21447 0 -1 64 6053 0 0 0 25 2 0 0 15 0 13 0 118423171 1835696128 48595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1792672 CPUtime=0.25
/proc/21908/task/21912/stat : 21912 (java) S 21906 21908 21447 0 -1 64 4621 0 0 0 24 1 0 0 16 0 13 0 118423171 1835696128 48595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=21908/tid=21913] ppid=21906 vsize=1793696 CPUtime=0.25
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 74 0 0 0 17 8 0 0 16 0 13 0 118423174 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1793696 CPUtime=2.86
/proc/21908/task/21917/stat : 21917 (java) S 21906 21908 21447 0 -1 64 12404 0 0 0 281 5 0 0 16 0 13 0 118423178 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1793696 CPUtime=1.74
/proc/21908/task/21918/stat : 21918 (java) S 21906 21908 21447 0 -1 64 7329 0 0 0 171 3 0 0 17 0 13 0 118423178 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1836744704 200558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1571.68
Current children cumulated vsize (KiB) 1793696

[startup+1602.3 s]
/proc/loadavg: 1.14 1.03 1.01 2/90 21923
/proc/meminfo: memFree=1009296/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1793696 CPUtime=1633.72
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 265359 0 1 0 163229 143 0 0 18 0 13 0 118423168 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 448424 208408 1333 9 0 446035 0
[pid=21908/tid=21910] ppid=21906 vsize=1793696 CPUtime=1571.77
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 58150 0 1 0 157135 42 0 0 23 0 13 0 118423170 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109816300 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1793696 CPUtime=28.49
/proc/21908/task/21911/stat : 21911 (java) S 21906 21908 21447 0 -1 64 97861 0 0 0 2806 43 0 0 16 0 13 0 118423171 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1793696 CPUtime=28.52
/proc/21908/task/21912/stat : 21912 (java) S 21906 21908 21447 0 -1 64 88819 0 0 0 2815 37 0 0 17 0 13 0 118423171 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21913] ppid=21906 vsize=1793696 CPUtime=0.27
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 74 0 0 0 18 9 0 0 16 0 13 0 118423174 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1793696 CPUtime=2.86
/proc/21908/task/21917/stat : 21917 (java) S 21906 21908 21447 0 -1 64 12404 0 0 0 281 5 0 0 16 0 13 0 118423178 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1793696 CPUtime=1.74
/proc/21908/task/21918/stat : 21918 (java) S 21906 21908 21447 0 -1 64 7329 0 0 0 171 3 0 0 17 0 13 0 118423178 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1836744704 208408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1633.72
Current children cumulated vsize (KiB) 1793696

[startup+1662.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/90 21923
/proc/meminfo: memFree=983696/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1793696 CPUtime=1695.8
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 272495 0 1 0 169433 147 0 0 18 0 13 0 118423168 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 448424 214791 1333 9 0 446035 0
[pid=21908/tid=21910] ppid=21906 vsize=1793696 CPUtime=1629.53
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 58200 0 1 0 162910 43 0 0 21 0 13 0 118423170 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809321 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1793696 CPUtime=30.64
/proc/21908/task/21911/stat : 21911 (java) S 21906 21908 21447 0 -1 64 102238 0 0 0 3019 45 0 0 16 0 13 0 118423171 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1793696 CPUtime=30.7
/proc/21908/task/21912/stat : 21912 (java) S 21906 21908 21447 0 -1 64 91528 0 0 0 3031 39 0 0 16 0 13 0 118423171 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21913] ppid=21906 vsize=1793696 CPUtime=0.28
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 74 0 0 0 19 9 0 0 16 0 13 0 118423174 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1793696 CPUtime=2.86
/proc/21908/task/21917/stat : 21917 (java) S 21906 21908 21447 0 -1 64 12404 0 0 0 281 5 0 0 16 0 13 0 118423178 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1793696 CPUtime=1.74
/proc/21908/task/21918/stat : 21918 (java) S 21906 21908 21447 0 -1 64 7329 0 0 0 171 3 0 0 17 0 13 0 118423178 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1836744704 214791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1695.8
Current children cumulated vsize (KiB) 1793696

[startup+1722.3 s]
/proc/loadavg: 1.09 1.05 1.01 2/90 21923
/proc/meminfo: memFree=949200/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1793696 CPUtime=1757.97
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 283020 0 1 0 175643 154 0 0 18 0 13 0 118423168 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 448424 223508 1333 9 0 446035 0
[pid=21908/tid=21910] ppid=21906 vsize=1793696 CPUtime=1687.29
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 58247 0 1 0 168685 44 0 0 25 0 13 0 118423170 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109840620 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1793696 CPUtime=32.82
/proc/21908/task/21911/stat : 21911 (java) S 21906 21908 21447 0 -1 64 107882 0 0 0 3235 47 0 0 16 0 13 0 118423171 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1793696 CPUtime=32.89
/proc/21908/task/21912/stat : 21912 (java) S 21906 21908 21447 0 -1 64 96362 0 0 0 3248 41 0 0 16 0 13 0 118423171 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21913] ppid=21906 vsize=1793696 CPUtime=0.3
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 74 0 0 0 20 10 0 0 16 0 13 0 118423174 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1793696 CPUtime=2.86
/proc/21908/task/21917/stat : 21917 (java) S 21906 21908 21447 0 -1 64 12404 0 0 0 281 5 0 0 16 0 13 0 118423178 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1793696 CPUtime=1.74
/proc/21908/task/21918/stat : 21918 (java) S 21906 21908 21447 0 -1 64 7329 0 0 0 171 3 0 0 17 0 13 0 118423178 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1836744704 223508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1757.97
Current children cumulated vsize (KiB) 1793696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1762.8 s]
/proc/loadavg: 1.04 1.04 1.00 2/90 21923
/proc/meminfo: memFree=929552/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=1793696 CPUtime=1800.06
/proc/21908/stat : 21908 (java) S 21906 21908 21447 0 -1 0 288413 0 1 0 179849 157 0 0 18 0 13 0 118423168 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21908/statm: 448424 228294 1333 9 0 446035 0
[pid=21908/tid=21910] ppid=21906 vsize=1793696 CPUtime=1726.14
/proc/21908/task/21910/stat : 21910 (java) R 21906 21908 21447 0 -1 64 58279 0 1 0 172570 44 0 0 21 0 13 0 118423170 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809101 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21911] ppid=21906 vsize=1793696 CPUtime=34.44
/proc/21908/task/21911/stat : 21911 (java) S 21906 21908 21447 0 -1 64 110964 0 0 0 3395 49 0 0 16 0 13 0 118423171 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21912] ppid=21906 vsize=1793696 CPUtime=34.5
/proc/21908/task/21912/stat : 21912 (java) S 21906 21908 21447 0 -1 64 98641 0 0 0 3408 42 0 0 16 0 13 0 118423171 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21913] ppid=21906 vsize=1793696 CPUtime=0.3
/proc/21908/task/21913/stat : 21913 (java) S 21906 21908 21447 0 -1 64 74 0 0 0 20 10 0 0 15 0 13 0 118423174 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21914] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21914/stat : 21914 (java) S 21906 21908 21447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21915] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21915/stat : 21915 (java) S 21906 21908 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118423174 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21916] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21916/stat : 21916 (java) S 21906 21908 21447 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118423178 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21917] ppid=21906 vsize=1793696 CPUtime=2.86
/proc/21908/task/21917/stat : 21917 (java) S 21906 21908 21447 0 -1 64 12404 0 0 0 281 5 0 0 16 0 13 0 118423178 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21918] ppid=21906 vsize=1793696 CPUtime=1.74
/proc/21908/task/21918/stat : 21918 (java) S 21906 21908 21447 0 -1 64 7329 0 0 0 171 3 0 0 17 0 13 0 118423178 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21919] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21919/stat : 21919 (java) S 21906 21908 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118423178 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21908/tid=21920] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21920/stat : 21920 (java) S 21906 21908 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118423178 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21908/tid=21921] ppid=21906 vsize=1793696 CPUtime=0
/proc/21908/task/21921/stat : 21921 (java) S 21906 21908 21447 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118423252 1836744704 228294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1793696

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

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

[startup+1762.91 s]
/proc/loadavg: 1.04 1.04 1.00 2/90 21923
/proc/meminfo: memFree=929552/2055920 swapFree=4169120/4192956
[pid=21908] ppid=21906 vsize=0 CPUtime=1800.16
/proc/21908/stat : 21908 (java) Z 21906 21908 21447 0 -1 1036 288434 0 1 0 179852 164 0 0 16 0 2 0 118423168 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21908/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1762.98
CPU time (s): 1800.24
CPU user time (s): 1798.53
CPU system time (s): 1.71074
CPU usage (%): 102.114
Max. virtual memory (cumulated for all children) (KiB): 1800892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.71074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288434
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= 47490
involuntary context switches= 51097

runsolver used 1.64975 second user time and 4.86826 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Apr 16 06:30:56 UTC 2007

IDJOB= 354316
IDBENCH= 2484
IDSOLVER= 164
FILE ID= node15/354316-1176705056

PBS_JOBID= 4559424

Free space on /tmp= 66507 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4e6161a7dc803af1e0ad1878eef0a0d1

RANDOM SEED= 789336906

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1841296 kB
Buffers:         22376 kB
Cached:         116696 kB
SwapCached:       2572 kB
Active:          75404 kB
Inactive:        87044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841296 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:          30672 kB
Slab:            37596 kB
Committed_AS:  6093680 kB
PageTables:       1868 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= 66507 MiB

End job on node15 on Mon Apr 16 07:00:21 UTC 2007