Trace number 360508

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 NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.23 1746.12

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_8.opb.PB06.opb
MD5SUMa6ae80bf3bd14a966c0a388701471ae7
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.84572
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1600
Total number of constraints328901
Number of constraints which are clauses327070
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints1770
Minimum length of a constraint2
Maximum length of a constraint700
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 258
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 759
Number of bits of the biggest sum of numbers10
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving /tmp/evaluation/360508-1176970415/instance-360508-1176970415.opb
0.08/0.20	c reading problem ... 
8.78/7.46	c ... done. Wall clock time 7.262s.
8.78/7.46	c CPU time (experimental) 6.36s.
8.78/7.46	c #vars     1600
8.78/7.46	c #constraints  328962
1800.02/1745.91	c starts		: 2
1800.02/1745.91	c conflicts		: 93379
1800.02/1745.91	c decisions		: 772243
1800.02/1745.91	c propagations		: 3662713
1800.02/1745.91	c inspects		: 387374095
1800.02/1745.91	c learnt literals	: 0
1800.02/1745.91	c learnt binary clauses	: 0
1800.02/1745.91	c learnt ternary clauses	: 0
1800.02/1745.91	c learnt clauses	: 93379
1800.02/1745.91	c root simplifications	: 0
1800.02/1745.91	c removed literals (reason simplification)	: 0
1800.02/1745.91	c reason swapping (by a shorter reason)	: 0
1800.02/1745.91	c Calls to reduceDB	: 0
1800.02/1745.91	c speed (decisions/second)	: 444.21377906398175
1800.02/1745.91	c non guided choices	944
1800.02/1745.91	s UNKNOWN
1800.02/1745.91	c Total wall clock time (ms): 1745.716

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/node3/watcher-360508-1176970415 -o ROOT/results/node3/solver-360508-1176970415 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360508-1176970415/sat4jPseudoCP.jar /tmp/evaluation/360508-1176970415/instance-360508-1176970415.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: 1.04 1.00 1.00 2/77 12570
/proc/meminfo: memFree=1342304/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=140 CPUtime=0
/proc/12570/stat : 12570 (java) R 12568 12570 12337 0 -1 0 182 0 0 0 0 0 0 0 18 0 1 0 173079275 143360 3 18446744073709551615 0 0 4294956845 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12570/statm: 36 14 10 9 0 2 0

[startup+0.0920339 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 12570
/proc/meminfo: memFree=1342304/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1780108 CPUtime=0.07
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 3932 0 1 0 5 2 0 0 18 0 12 0 173079275 1822830592 3673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 445027 3673 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.102035 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 12570
/proc/meminfo: memFree=1342304/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1780256 CPUtime=0.08
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 4012 0 1 0 6 2 0 0 18 0 12 0 173079275 1822982144 3753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 445064 3753 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301077 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 12570
/proc/meminfo: memFree=1342304/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1781420 CPUtime=0.32
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 5151 0 1 0 29 3 0 0 18 0 12 0 173079275 1824174080 4889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 445355 4889 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701133 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 12570
/proc/meminfo: memFree=1342304/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1783692 CPUtime=0.87
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 6877 0 1 0 84 3 0 0 18 0 12 0 173079275 1826500608 6363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 445923 6363 1301 9 0 443535 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783692

[startup+1.50127 s]
/proc/loadavg: 1.04 1.00 1.00 2/89 12582
/proc/meminfo: memFree=1314880/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1785636 CPUtime=2
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 18114 0 1 0 191 9 0 0 18 0 12 0 173079275 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 446409 16653 1303 9 0 444021 0
[pid=12570/tid=12572] ppid=12568 vsize=1785636 CPUtime=1.02
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 14833 0 1 0 94 8 0 0 18 0 12 0 173079276 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109600932 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1785636 CPUtime=0
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 173079277 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1785636 CPUtime=0
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 173079277 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1785636 CPUtime=0
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 173079280 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1785636 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 173079280 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1785636 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 173079280 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12578] ppid=12568 vsize=1785636 CPUtime=0
/proc/12570/task/12578/stat : 12578 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 173079284 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12579] ppid=12568 vsize=1785636 CPUtime=0.46
/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 1061 0 0 0 46 0 0 0 16 0 12 0 173079284 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1785636 CPUtime=0.5
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 1500 0 0 0 50 0 0 0 17 0 12 0 173079284 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1785636 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 173079284 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1785636 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173079284 1828491264 16653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1785636

[startup+3.10252 s]
/proc/loadavg: 1.04 1.00 1.00 2/89 12582
/proc/meminfo: memFree=1208320/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1785800 CPUtime=3.63
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 42150 0 1 0 342 21 0 0 18 0 12 0 173079275 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 446450 40686 1312 9 0 444062 0
[pid=12570/tid=12572] ppid=12568 vsize=1785800 CPUtime=2.58
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 37674 0 1 0 239 19 0 0 25 0 12 0 173079276 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471690 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1785800 CPUtime=0.02
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 540 0 0 0 2 0 0 0 17 0 12 0 173079277 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1785800 CPUtime=0.03
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 649 0 0 0 3 0 0 0 16 0 12 0 173079277 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1785800 CPUtime=0
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 173079280 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1785800 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 173079280 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1785800 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 173079280 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12578] ppid=12568 vsize=1785800 CPUtime=0
/proc/12570/task/12578/stat : 12578 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 173079284 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12579] ppid=12568 vsize=1785800 CPUtime=0.46
/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 1061 0 0 0 46 0 0 0 16 0 12 0 173079284 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1785800 CPUtime=0.5
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 1500 0 0 0 50 0 0 0 17 0 12 0 173079284 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1785800 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 173079284 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1785800 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173079284 1828659200 40686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1785800

[startup+6.30103 s]
/proc/loadavg: 1.04 1.00 1.00 2/89 12582
/proc/meminfo: memFree=1157760/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1788144 CPUtime=7.12
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 51300 0 1 0 686 26 0 0 18 0 12 0 173079275 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 447036 49482 1312 9 0 444648 0
[pid=12570/tid=12572] ppid=12568 vsize=1788144 CPUtime=5.48
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 37679 0 1 0 528 20 0 0 17 0 12 0 173079276 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490571 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1788144 CPUtime=0.32
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 5446 0 0 0 30 2 0 0 17 0 12 0 173079277 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1788144 CPUtime=0.32
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 4880 0 0 0 30 2 0 0 17 0 12 0 173079277 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1788144 CPUtime=0
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 173079280 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1788144 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 173079280 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1788144 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 173079280 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12578] ppid=12568 vsize=1788144 CPUtime=0
/proc/12570/task/12578/stat : 12578 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 173079284 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12579] ppid=12568 vsize=1788144 CPUtime=0.46
/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 1061 0 0 0 46 0 0 0 16 0 12 0 173079284 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1788144 CPUtime=0.5
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 1500 0 0 0 50 0 0 0 17 0 12 0 173079284 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1788144 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 173079284 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1788144 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173079284 1831059456 49482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 1788144

[startup+12.7011 s]
/proc/loadavg: 1.12 1.02 1.01 3/90 12583
/proc/meminfo: memFree=1101368/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1798480 CPUtime=16.78
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 77651 0 1 0 1641 37 0 0 18 0 13 0 173079275 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 449620 61796 1326 9 0 447232 0
[pid=12570/tid=12572] ppid=12568 vsize=1798480 CPUtime=10.67
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 37743 0 1 0 1047 20 0 0 20 0 13 0 173079276 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109898710 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1798480 CPUtime=0.84
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 10977 0 0 0 80 4 0 0 16 0 13 0 173079277 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1798480 CPUtime=0.84
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 9726 0 0 0 80 4 0 0 16 0 13 0 173079277 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1798480 CPUtime=0
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 18 0 0 0 0 0 0 0 15 0 13 0 173079280 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1798480 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 173079280 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1798480 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173079280 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12578] ppid=12568 vsize=1798480 CPUtime=0
/proc/12570/task/12578/stat : 12578 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 173079284 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12579] ppid=12568 vsize=1798480 CPUtime=2.14
/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 9303 0 0 0 212 2 0 0 16 0 13 0 173079284 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1798480 CPUtime=2.21
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 9161 0 0 0 218 3 0 0 15 0 13 0 173079284 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1798480 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173079284 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1798480 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173079284 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12583] ppid=12568 vsize=1798480 CPUtime=0
/proc/12570/task/12583/stat : 12583 (java) S 12568 12570 12337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 173080022 1841643520 61796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 1798480

[startup+25.5013 s]
/proc/loadavg: 1.09 1.02 1.00 2/90 12583
/proc/meminfo: memFree=1089592/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1798096 CPUtime=29.87
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 81885 0 1 0 2948 39 0 0 18 0 13 0 173079275 1841250304 64471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 449524 64471 1334 9 0 447136 0
[pid=12570/tid=12572] ppid=12568 vsize=1798096 CPUtime=23.24
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 37761 0 1 0 2304 20 0 0 25 0 13 0 173079276 1841250304 64471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109533122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1798096 CPUtime=1.03
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 13368 0 0 0 98 5 0 0 16 0 13 0 173079277 1841250304 64471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1798096 CPUtime=1.04
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 11542 0 0 0 99 5 0 0 16 0 13 0 173079277 1841250304 64471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1798096 CPUtime=0.01
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 173079280 1841250304 64471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 64471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 64471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 9305 0 0 0 232 2 0 0 16 0 13 0 173079284 1841250304 225017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1798096 CPUtime=2.87
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 11516 0 0 0 282 5 0 0 17 0 13 0 173079284 1841250304 225017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173079284 1841250304 225017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173079284 1841250304 225017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12583] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12583/stat : 12583 (java) S 12568 12570 12337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 173080022 1841250304 225017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.42
Current children cumulated vsize (KiB) 1798096

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 12585
/proc/meminfo: memFree=432760/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1798096 CPUtime=1651.41
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 264294 0 1 0 165002 139 0 0 18 0 13 0 173079275 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 449524 228102 1335 9 0 447136 0
[pid=12570/tid=12572] ppid=12568 vsize=1798096 CPUtime=1553.14
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 38677 0 1 0 155287 27 0 0 25 0 13 0 173079276 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110275224 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1798096 CPUtime=46.34
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 91058 0 0 0 4590 44 0 0 17 0 13 0 173079277 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1798096 CPUtime=46.42
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 112994 0 0 0 4592 50 0 0 16 0 13 0 173079277 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1798096 CPUtime=0.24
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 21 0 0 0 16 8 0 0 15 0 13 0 173079280 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12578] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12578/stat : 12578 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 173079284 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12579] ppid=12568 vsize=1798096 CPUtime=2.34
/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 9305 0 0 0 232 2 0 0 16 0 13 0 173079284 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1798096 CPUtime=2.87
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 11516 0 0 0 282 5 0 0 17 0 13 0 173079284 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173079284 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173079284 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12583] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12583/stat : 12583 (java) S 12568 12570 12337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 173080022 1841250304 228102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.41
Current children cumulated vsize (KiB) 1798096

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 12585
/proc/meminfo: memFree=419064/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1798096 CPUtime=1713.4
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 267805 0 1 0 171198 142 0 0 18 0 13 0 173079275 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 449524 231529 1335 9 0 447136 0
[pid=12570/tid=12572] ppid=12568 vsize=1798096 CPUtime=1611.08
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 38701 0 1 0 161080 28 0 0 25 0 13 0 173079276 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110275097 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1798096 CPUtime=48.37
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 91419 0 0 0 4792 45 0 0 17 0 13 0 173079277 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1798096 CPUtime=48.45
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 116120 0 0 0 4794 51 0 0 16 0 13 0 173079277 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1798096 CPUtime=0.24
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 21 0 0 0 16 8 0 0 16 0 13 0 173079280 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12578] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12578/stat : 12578 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 173079284 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12579] ppid=12568 vsize=1798096 CPUtime=2.34
/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 9305 0 0 0 232 2 0 0 16 0 13 0 173079284 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1798096 CPUtime=2.87
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 11516 0 0 0 282 5 0 0 17 0 13 0 173079284 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173079284 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173079284 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12583] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12583/stat : 12583 (java) S 12568 12570 12337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 173080022 1841250304 231529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.4
Current children cumulated vsize (KiB) 1798096

[startup+1722.3 s]
/proc/loadavg: 1.17 1.06 1.01 2/90 12585
/proc/meminfo: memFree=403320/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1798096 CPUtime=1775.66
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 272013 0 1 0 177422 144 0 0 18 0 13 0 173079275 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 449524 235578 1335 9 0 447136 0
[pid=12570/tid=12572] ppid=12568 vsize=1798096 CPUtime=1668.71
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 38728 0 1 0 166843 28 0 0 25 0 13 0 173079276 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110275020 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1798096 CPUtime=50.68
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 92385 0 0 0 5022 46 0 0 16 0 13 0 173079277 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1798096 CPUtime=50.76
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 119335 0 0 0 5024 52 0 0 17 0 13 0 173079277 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1798096 CPUtime=0.25
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 21 0 0 0 17 8 0 0 15 0 13 0 173079280 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12578] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12578/stat : 12578 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 173079284 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12579] ppid=12568 vsize=1798096 CPUtime=2.34
/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 9305 0 0 0 232 2 0 0 16 0 13 0 173079284 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1798096 CPUtime=2.87
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 11516 0 0 0 282 5 0 0 17 0 13 0 173079284 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173079284 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173079284 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12583] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12583/stat : 12583 (java) S 12568 12570 12337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 173080022 1841250304 235578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.66
Current children cumulated vsize (KiB) 1798096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1745.9 s]
/proc/loadavg: 1.17 1.07 1.01 2/90 12585
/proc/meminfo: memFree=399096/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=1798096 CPUtime=1800.02
/proc/12570/stat : 12570 (java) S 12568 12570 12337 0 -1 0 272974 0 1 0 179857 145 0 0 18 0 13 0 173079275 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12570/statm: 449524 236506 1335 9 0 447136 0
[pid=12570/tid=12572] ppid=12568 vsize=1798096 CPUtime=1691.53
/proc/12570/task/12572/stat : 12572 (java) R 12568 12570 12337 0 -1 64 38737 0 1 0 169125 28 0 0 25 0 13 0 173079276 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109928264 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12573] ppid=12568 vsize=1798096 CPUtime=51.44
/proc/12570/task/12573/stat : 12573 (java) S 12568 12570 12337 0 -1 64 92549 0 0 0 5098 46 0 0 16 0 13 0 173079277 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12570/tid=12574] ppid=12568 vsize=1798096 CPUtime=51.53
/proc/12570/task/12574/stat : 12574 (java) S 12568 12570 12337 0 -1 64 120123 0 0 0 5100 53 0 0 16 0 13 0 173079277 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12575] ppid=12568 vsize=1798096 CPUtime=0.25
/proc/12570/task/12575/stat : 12575 (java) S 12568 12570 12337 0 -1 64 21 0 0 0 17 8 0 0 16 0 13 0 173079280 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12576] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12576/stat : 12576 (java) S 12568 12570 12337 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12577] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12577/stat : 12577 (java) S 12568 12570 12337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173079280 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12578] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12578/stat : 12578 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 173079284 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12579] ppid=12568 vsize=1798096 CPUtime=2.34
/proc/12570/task/12579/stat : 12579 (java) S 12568 12570 12337 0 -1 64 9305 0 0 0 232 2 0 0 16 0 13 0 173079284 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12580] ppid=12568 vsize=1798096 CPUtime=2.87
/proc/12570/task/12580/stat : 12580 (java) S 12568 12570 12337 0 -1 64 11516 0 0 0 282 5 0 0 17 0 13 0 173079284 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12581] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12581/stat : 12581 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173079284 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12582] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12582/stat : 12582 (java) S 12568 12570 12337 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173079284 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12570/tid=12583] ppid=12568 vsize=1798096 CPUtime=0
/proc/12570/task/12583/stat : 12583 (java) S 12568 12570 12337 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 173080022 1841250304 236506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1798096

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

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

[startup+1746.02 s]
/proc/loadavg: 1.17 1.07 1.01 2/90 12585
/proc/meminfo: memFree=399096/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=0 CPUtime=1800.13
/proc/12570/stat : 12570 (java) Z 12568 12570 12337 0 -1 1036 272994 0 1 0 179863 150 0 0 16 0 2 0 173079275 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12570/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1746.1 s]
/proc/loadavg: 1.17 1.07 1.01 2/90 12585
/proc/meminfo: memFree=399096/2055920 swapFree=4140660/4192956
[pid=12570] ppid=12568 vsize=0 CPUtime=1800.22
/proc/12570/stat : 12570 (java) Z 12568 12570 12337 0 -1 1036 272994 0 1 0 179863 159 0 0 16 0 2 0 173079275 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12570/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1746.12
CPU time (s): 1800.23
CPU user time (s): 1798.63
CPU system time (s): 1.60376
CPU usage (%): 103.099
Max. virtual memory (cumulated for all children) (KiB): 1803888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.60376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272994
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= 45444
involuntary context switches= 63080

runsolver used 2.12268 second user time and 5.43417 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Thu Apr 19 08:13:35 UTC 2007

IDJOB= 360508
IDBENCH= 1376
IDSOLVER= 160
FILE ID= node3/360508-1176970415

PBS_JOBID= 4630318

Free space on /tmp= 66344 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v30_e350_d15_mw10_8.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360508-1176970415/sat4jPseudoCP.jar /tmp/evaluation/360508-1176970415/instance-360508-1176970415.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-360508-1176970415 -o ROOT/results/node3/solver-360508-1176970415 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360508-1176970415/sat4jPseudoCP.jar /tmp/evaluation/360508-1176970415/instance-360508-1176970415.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a6ae80bf3bd14a966c0a388701471ae7

RANDOM SEED= 659981041

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1342712 kB
Buffers:         38004 kB
Cached:         608024 kB
SwapCached:      15204 kB
Active:         227412 kB
Inactive:       441984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1342712 kB
SwapTotal:     4192956 kB
SwapFree:      4140660 kB
Dirty:           14852 kB
Writeback:           0 kB
Mapped:          30312 kB
Slab:            29332 kB
Committed_AS:  5280860 kB
PageTables:       1780 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= 66344 MiB

End job on node3 on Thu Apr 19 08:42:43 UTC 2007