Trace number 351097

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.19 1783.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-sctap2.opb
MD5SUM85d5cf87b7b65babdb4e7a6c3071d7ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark885
Best CPU time to get the best result obtained on this benchmark1782.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 645
Optimality of the best value was proved NO
Number of variables56400
Total number of constraints1033
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1033
Minimum length of a constraint90
Maximum length of a constraint720
Number of terms in the objective function 42300
Biggest coefficient in the objective function 854
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 560740
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 142664
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 560740
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.10/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.24	c no version file found!!!
0.10/0.24	c sun.arch.data.model	32
0.10/0.24	c java.version	1.6.0
0.10/0.24	c os.name	Linux
0.10/0.24	c os.version	2.6.9-22.EL.rootsmp
0.10/0.24	c os.arch	i386
0.10/0.24	c Free memory 1651659224
0.10/0.24	c Max memory 1654456320
0.10/0.24	c Total memory 1654456320
0.10/0.24	c Number of processors 2
0.10/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.10/0.29	--- Begin Solver configuration ---
0.10/0.29	c Stops conflict analysis at the first Unique Implication Point
0.10/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.29	c Learn all clauses as in MiniSAT
0.10/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.10/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.29	c No reason simplification
0.10/0.29	c --- End Solver configuration ---
0.10/0.29	c Simplify asserted PB constraints to clauses
0.10/0.29	c solving /tmp/evaluation/351097-1176580183/instance-351097-1176580183.opb
0.10/0.29	c reading problem ... 
3.78/2.76	c ... done. Wall clock time 2.465s.
3.78/2.76	c CPU time (experimental) 1.99s.
3.78/2.76	c #vars     56400
3.78/2.76	c #constraints  1503
1800.04/1783.51	c starts		: 2
1800.04/1783.51	c conflicts		: 5582
1800.04/1783.51	c decisions		: 9512375
1800.04/1783.51	c propagations		: 20655170
1800.04/1783.51	c inspects		: 214161522
1800.04/1783.51	c learnt literals	: 0
1800.04/1783.51	c learnt binary clauses	: 0
1800.04/1783.51	c learnt ternary clauses	: 0
1800.04/1783.51	c learnt clauses	: 5581
1800.04/1783.51	c root simplifications	: 0
1800.04/1783.51	c removed literals (reason simplification)	: 0
1800.04/1783.51	c reason swapping (by a shorter reason)	: 0
1800.04/1783.51	c Calls to reduceDB	: 0
1800.04/1783.51	c speed (decisions/second)	: 5342.839265624465
1800.04/1783.51	c non guided choices	10548
1800.04/1783.51	s UNKNOWN
1800.04/1783.51	c Total wall clock time (ms): 1783.218

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/node70/watcher-351097-1176580183 -o ROOT/results/node70/solver-351097-1176580183 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351097-1176580183/sat4jPseudoCPClause.jar /tmp/evaluation/351097-1176580183/instance-351097-1176580183.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.96 0.97 0.98 2/64 28967
/proc/meminfo: memFree=1817128/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=152 CPUtime=0
/proc/28967/stat : 28967 (java) D 28965 28967 28815 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 97555615 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8413988 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28967/statm: 38 26 19 9 0 4 0

[startup+0.0759289 s]
/proc/loadavg: 0.96 0.97 0.98 2/64 28967
/proc/meminfo: memFree=1817128/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=12620 CPUtime=0
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 836 0 2 0 0 0 0 0 18 0 2 0 97555615 12922880 594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 3155 594 277 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.101942 s]
/proc/loadavg: 0.96 0.97 0.98 2/64 28967
/proc/meminfo: memFree=1817128/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1773080 CPUtime=0.01
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 2497 0 3 0 0 1 0 0 18 0 2 0 97555615 1815633920 2248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 443270 2248 384 9 0 441284 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773080

[startup+0.301953 s]
/proc/loadavg: 0.96 0.97 0.98 2/64 28967
/proc/meminfo: memFree=1817128/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1781340 CPUtime=0.21
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 4882 0 3 0 18 3 0 0 18 0 12 0 97555615 1824092160 4622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 445335 4622 1246 9 0 442946 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781340

[startup+0.701994 s]
/proc/loadavg: 0.96 0.97 0.98 2/64 28967
/proc/meminfo: memFree=1817128/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1783280 CPUtime=0.81
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 8000 0 3 0 77 4 0 0 18 0 12 0 97555615 1826078720 7290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 445820 7292 1296 9 0 443431 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1783280

[startup+1.50208 s]
/proc/loadavg: 0.96 0.97 0.98 3/76 28979
/proc/meminfo: memFree=1776968/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1793740 CPUtime=2.22
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 22536 0 3 0 211 11 0 0 18 0 12 0 97555615 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 448435 19535 1310 9 0 446046 0
[pid=28967/tid=28969] ppid=28965 vsize=1793740 CPUtime=0.95
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 15756 0 2 0 88 7 0 0 18 0 12 0 97555617 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594357 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1793740 CPUtime=0
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 97555625 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1793740 CPUtime=0
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 97555625 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1793740 CPUtime=0
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 97555627 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1793740 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 97555628 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1793740 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 97555628 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1793740 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 97555632 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1793740 CPUtime=0.77
/proc/28967/task/28976/stat : 28976 (java) R 28965 28967 28815 0 -1 64 4421 0 0 0 75 2 0 0 18 0 12 0 97555632 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335920 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1793740 CPUtime=0.46
/proc/28967/task/28977/stat : 28977 (java) S 28965 28967 28815 0 -1 64 1637 0 0 0 46 0 0 0 17 0 12 0 97555632 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1793740 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 97555632 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1793740 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 97555632 1836789760 19535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1793740

[startup+3.10224 s]
/proc/loadavg: 0.96 0.97 0.98 2/76 28979
/proc/meminfo: memFree=1685448/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1793092 CPUtime=4.4
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 52053 0 3 0 415 25 0 0 18 0 12 0 97555615 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 448273 47270 1333 9 0 445884 0
[pid=28967/tid=28969] ppid=28965 vsize=1793092 CPUtime=2.2
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 37699 0 2 0 203 17 0 0 20 0 12 0 97555617 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109858683 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1793092 CPUtime=0.13
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 2988 0 0 0 12 1 0 0 16 0 12 0 97555625 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1793092 CPUtime=0.13
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 2931 0 0 0 12 1 0 0 16 0 12 0 97555625 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1793092 CPUtime=0
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 97555627 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1793092 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 97555628 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1793092 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 97555628 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1793092 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 97555632 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1793092 CPUtime=1.17
/proc/28967/task/28976/stat : 28976 (java) S 28965 28967 28815 0 -1 64 5461 0 0 0 114 3 0 0 17 0 12 0 97555632 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1793092 CPUtime=0.71
/proc/28967/task/28977/stat : 28977 (java) R 28965 28967 28815 0 -1 64 2248 0 0 0 71 0 0 0 16 0 12 0 97555632 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104722950 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1793092 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 97555632 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1793092 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 97555632 1836126208 47270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1793092

[startup+6.30255 s]
/proc/loadavg: 0.96 0.97 0.98 2/77 28980
/proc/meminfo: memFree=1603720/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1796252 CPUtime=8.67
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 60682 0 3 0 837 30 0 0 18 0 13 0 97555615 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 449063 54815 1333 9 0 446674 0
[pid=28967/tid=28969] ppid=28965 vsize=1796252 CPUtime=4.8
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 37722 0 2 0 463 17 0 0 21 0 13 0 97555617 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109175011 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1796252 CPUtime=0.4
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 6562 0 0 0 37 3 0 0 16 0 13 0 97555625 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1796252 CPUtime=0.41
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 6584 0 0 0 38 3 0 0 16 0 13 0 97555625 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1796252 CPUtime=0
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 97555627 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1796252 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97555628 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1796252 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97555628 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1796252 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97555632 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1796252 CPUtime=1.73
/proc/28967/task/28976/stat : 28976 (java) S 28965 28967 28815 0 -1 64 5513 0 0 0 170 3 0 0 16 0 13 0 97555632 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1796252 CPUtime=1.28
/proc/28967/task/28977/stat : 28977 (java) S 28965 28967 28815 0 -1 64 3567 0 0 0 127 1 0 0 16 0 13 0 97555632 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1796252 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97555632 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1796252 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97555632 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28980] ppid=28965 vsize=1796252 CPUtime=0
/proc/28967/task/28980/stat : 28980 (java) S 28965 28967 28815 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 97555938 1839362048 54815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 1796252

[startup+12.7014 s]
/proc/loadavg: 1.05 0.98 0.99 3/77 28980
/proc/meminfo: memFree=1576968/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1797532 CPUtime=15.42
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 68966 0 3 0 1508 34 0 0 18 0 13 0 97555615 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 449383 60585 1333 9 0 446994 0
[pid=28967/tid=28969] ppid=28965 vsize=1797532 CPUtime=10.87
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 37735 0 2 0 1070 17 0 0 25 0 13 0 97555617 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109904472 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1797532 CPUtime=0.69
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 10825 0 0 0 65 4 0 0 16 0 13 0 97555625 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1797532 CPUtime=0.7
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 10571 0 0 0 65 5 0 0 16 0 13 0 97555625 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1797532 CPUtime=0
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97555627 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1797532 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97555628 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1797532 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97555628 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1797532 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97555632 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1797532 CPUtime=1.8
/proc/28967/task/28976/stat : 28976 (java) S 28965 28967 28815 0 -1 64 5529 0 0 0 177 3 0 0 17 0 13 0 97555632 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1797532 CPUtime=1.3
/proc/28967/task/28977/stat : 28977 (java) S 28965 28967 28815 0 -1 64 3572 0 0 0 129 1 0 0 17 0 13 0 97555632 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1797532 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97555632 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1797532 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97555632 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28980] ppid=28965 vsize=1797532 CPUtime=0
/proc/28967/task/28980/stat : 28980 (java) S 28965 28967 28815 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 97555938 1840672768 60585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.42
Current children cumulated vsize (KiB) 1797532

[startup+25.5025 s]
/proc/loadavg: 1.04 0.98 0.99 2/77 28980
/proc/meminfo: memFree=1574856/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1796508 CPUtime=28.46
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 70636 0 3 0 2811 35 0 0 18 0 13 0 97555615 1839624192 61607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 449127 61607 1333 9 0 446738 0
[pid=28967/tid=28969] ppid=28965 vsize=1796508 CPUtime=23.49
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 37749 0 2 0 2332 17 0 0 25 0 13 0 97555617 1839624192 61607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109905021 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1796508 CPUtime=0.83
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 11619 0 0 0 78 5 0 0 16 0 13 0 97555625 1839624192 61607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1796508 CPUtime=0.83
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 11421 0 0 0 77 6 0 0 16 0 13 0 97555625 1839624192 61607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 97555627 1839624192 61607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 61607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28967/tid=28972] ppid=28965 vsize=1796508 CPUtime=0.25
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 76 0 0 0 15 10 0 0 16 0 13 0 97555627 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97555632 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1796508 CPUtime=1.96
/proc/28967/task/28976/stat : 28976 (java) S 28965 28967 28815 0 -1 64 5554 0 0 0 193 3 0 0 16 0 13 0 97555632 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1796508 CPUtime=1.62
/proc/28967/task/28977/stat : 28977 (java) S 28965 28967 28815 0 -1 64 4388 0 0 0 160 2 0 0 17 0 13 0 97555632 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97555632 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97555632 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28980] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28980/stat : 28980 (java) S 28965 28967 28815 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 97555938 1839624192 142583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.56
Current children cumulated vsize (KiB) 1796508

[startup+1662.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/77 29180
/proc/meminfo: memFree=1242448/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1796508 CPUtime=1677.97
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 203039 0 3 0 167680 117 0 0 18 0 13 0 97555615 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 449127 144346 1333 9 0 446738 0
[pid=28967/tid=28969] ppid=28965 vsize=1796508 CPUtime=1646.24
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 58767 0 2 0 164583 41 0 0 25 0 13 0 97555617 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110012766 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1796508 CPUtime=13.92
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 67070 0 0 0 1363 29 0 0 16 0 13 0 97555625 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1796508 CPUtime=13.92
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 66461 0 0 0 1363 29 0 0 16 0 13 0 97555625 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1796508 CPUtime=0.25
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 76 0 0 0 15 10 0 0 16 0 13 0 97555627 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97555632 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1796508 CPUtime=1.96
/proc/28967/task/28976/stat : 28976 (java) S 28965 28967 28815 0 -1 64 5554 0 0 0 193 3 0 0 16 0 13 0 97555632 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1796508 CPUtime=1.62
/proc/28967/task/28977/stat : 28977 (java) S 28965 28967 28815 0 -1 64 4388 0 0 0 160 2 0 0 17 0 13 0 97555632 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97555632 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97555632 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28980] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28980/stat : 28980 (java) S 28965 28967 28815 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 97555938 1839624192 144346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1677.97
Current children cumulated vsize (KiB) 1796508

[startup+1722.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/77 29180
/proc/meminfo: memFree=1235664/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1796508 CPUtime=1738.39
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 205743 0 3 0 173721 118 0 0 18 0 13 0 97555615 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 449127 146035 1333 9 0 446738 0
[pid=28967/tid=28969] ppid=28965 vsize=1796508 CPUtime=1705.77
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 59041 0 2 0 170536 41 0 0 25 0 13 0 97555617 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109904965 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1796508 CPUtime=14.36
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 68566 0 0 0 1407 29 0 0 17 0 13 0 97555625 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1796508 CPUtime=14.36
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 67393 0 0 0 1406 30 0 0 16 0 13 0 97555625 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1796508 CPUtime=0.25
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 78 0 0 0 15 10 0 0 16 0 13 0 97555627 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97555632 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1796508 CPUtime=1.96
/proc/28967/task/28976/stat : 28976 (java) S 28965 28967 28815 0 -1 64 5554 0 0 0 193 3 0 0 16 0 13 0 97555632 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1796508 CPUtime=1.62
/proc/28967/task/28977/stat : 28977 (java) S 28965 28967 28815 0 -1 64 4388 0 0 0 160 2 0 0 17 0 13 0 97555632 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97555632 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97555632 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28980] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28980/stat : 28980 (java) S 28965 28967 28815 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 97555938 1839624192 146035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.39
Current children cumulated vsize (KiB) 1796508

[startup+1782.3 s]
/proc/loadavg: 1.30 1.10 1.02 2/77 29180
/proc/meminfo: memFree=1227536/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1796508 CPUtime=1798.84
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 208368 0 3 0 179763 121 0 0 18 0 13 0 97555615 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 449127 147997 1333 9 0 446738 0
[pid=28967/tid=28969] ppid=28965 vsize=1796508 CPUtime=1765.27
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 59063 0 2 0 176486 41 0 0 21 0 13 0 97555617 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109906542 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1796508 CPUtime=14.84
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 70021 0 0 0 1453 31 0 0 16 0 13 0 97555625 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1796508 CPUtime=14.81
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 68541 0 0 0 1451 30 0 0 17 0 13 0 97555625 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1796508 CPUtime=0.25
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 78 0 0 0 15 10 0 0 16 0 13 0 97555627 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1796508 CPUtime=1.96
/proc/28967/task/28976/stat : 28976 (java) S 28965 28967 28815 0 -1 64 5554 0 0 0 193 3 0 0 16 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1796508 CPUtime=1.62
/proc/28967/task/28977/stat : 28977 (java) S 28965 28967 28815 0 -1 64 4388 0 0 0 160 2 0 0 17 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28980] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28980/stat : 28980 (java) S 28965 28967 28815 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 97555938 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.84
Current children cumulated vsize (KiB) 1796508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.5 s]
/proc/loadavg: 1.35 1.11 1.03 2/77 29180
/proc/meminfo: memFree=1227536/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=1796508 CPUtime=1800.04
/proc/28967/stat : 28967 (java) S 28965 28967 28815 0 -1 0 208368 0 3 0 179883 121 0 0 18 0 13 0 97555615 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 449127 147997 1333 9 0 446738 0
[pid=28967/tid=28969] ppid=28965 vsize=1796508 CPUtime=1766.48
/proc/28967/task/28969/stat : 28969 (java) R 28965 28967 28815 0 -1 64 59063 0 2 0 176607 41 0 0 25 0 13 0 97555617 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109985217 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28970] ppid=28965 vsize=1796508 CPUtime=14.84
/proc/28967/task/28970/stat : 28970 (java) S 28965 28967 28815 0 -1 64 70021 0 0 0 1453 31 0 0 16 0 13 0 97555625 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28971] ppid=28965 vsize=1796508 CPUtime=14.81
/proc/28967/task/28971/stat : 28971 (java) S 28965 28967 28815 0 -1 64 68541 0 0 0 1451 30 0 0 17 0 13 0 97555625 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28972] ppid=28965 vsize=1796508 CPUtime=0.25
/proc/28967/task/28972/stat : 28972 (java) S 28965 28967 28815 0 -1 64 78 0 0 0 15 10 0 0 16 0 13 0 97555627 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28973] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28973/stat : 28973 (java) S 28965 28967 28815 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28974] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28974/stat : 28974 (java) S 28965 28967 28815 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97555628 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28975] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28975/stat : 28975 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28976] ppid=28965 vsize=1796508 CPUtime=1.96
/proc/28967/task/28976/stat : 28976 (java) S 28965 28967 28815 0 -1 64 5554 0 0 0 193 3 0 0 16 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28977] ppid=28965 vsize=1796508 CPUtime=1.62
/proc/28967/task/28977/stat : 28977 (java) S 28965 28967 28815 0 -1 64 4388 0 0 0 160 2 0 0 17 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28978] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28978/stat : 28978 (java) S 28965 28967 28815 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28967/tid=28979] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28979/stat : 28979 (java) S 28965 28967 28815 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97555632 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28967/tid=28980] ppid=28965 vsize=1796508 CPUtime=0
/proc/28967/task/28980/stat : 28980 (java) S 28965 28967 28815 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 97555938 1839624192 147997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1796508

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

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

[startup+1783.61 s]
/proc/loadavg: 1.35 1.11 1.03 2/77 29180
/proc/meminfo: memFree=1227536/2055920 swapFree=4192812/4192956
[pid=28967] ppid=28965 vsize=0 CPUtime=1800.14
/proc/28967/stat : 28967 (java) Z 28965 28967 28815 0 -1 1036 208388 0 3 0 179888 126 0 0 16 0 2 0 97555615 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28967/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.65
CPU time (s): 1800.19
CPU user time (s): 1798.89
CPU system time (s): 1.3048
CPU usage (%): 100.927
Max. virtual memory (cumulated for all children) (KiB): 1798176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.3048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208388
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44788
involuntary context switches= 35491

runsolver used 1.9497 second user time and 4.73228 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Sat Apr 14 19:49:43 UTC 2007

IDJOB= 351097
IDBENCH= 1661
IDSOLVER= 164
FILE ID= node70/351097-1176580183

PBS_JOBID= 4556933

Free space on /tmp= 66559 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-sctap2.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351097-1176580183/sat4jPseudoCPClause.jar /tmp/evaluation/351097-1176580183/instance-351097-1176580183.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-351097-1176580183 -o ROOT/results/node70/solver-351097-1176580183 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351097-1176580183/sat4jPseudoCPClause.jar /tmp/evaluation/351097-1176580183/instance-351097-1176580183.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  85d5cf87b7b65babdb4e7a6c3071d7ec

RANDOM SEED= 698424706

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1817728 kB
Buffers:         25652 kB
Cached:         120956 kB
SwapCached:          0 kB
Active:          37560 kB
Inactive:       124520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6152 kB
Writeback:           0 kB
Mapped:          25624 kB
Slab:            62200 kB
Committed_AS:   930980 kB
PageTables:       1396 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 node70 on Sat Apr 14 20:19:28 UTC 2007