Trace number 348164

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-B1C1S1.opb
MD5SUMcc797868c6f9cb3811b8dc2300ad7f9f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 612
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 556800
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 556800
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.09/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.23	c no version file found!!!
0.09/0.23	c sun.arch.data.model	32
0.09/0.23	c java.version	1.6.0
0.09/0.23	c os.name	Linux
0.09/0.23	c os.version	2.6.9-22.EL.rootsmp
0.09/0.23	c os.arch	i386
0.09/0.23	c Free memory 1651659224
0.09/0.23	c Max memory 1654456320
0.09/0.23	c Total memory 1654456320
0.09/0.23	c Number of processors 2
0.09/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.29	--- Begin Solver configuration ---
0.09/0.29	c Stops conflict analysis at the first Unique Implication Point
0.09/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.29	c No reason simplification
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c Simplify asserted PB constraints to clauses
0.09/0.29	c solving /tmp/evaluation/348164-1176570628/instance-348164-1176570628.opb
0.09/0.29	c reading problem ... 
5.70/3.92	c ... done. Wall clock time 3.629s.
5.70/3.92	c CPU time (experimental) 2.78s.
5.70/3.92	c #vars     107808
5.70/3.92	c #constraints  5184
1800.01/1769.31	c starts		: 2
1800.01/1769.31	c conflicts		: 18278
1800.01/1769.31	c decisions		: 833266
1800.01/1769.31	c propagations		: 2530742
1800.01/1769.31	c inspects		: 167494953
1800.01/1769.31	c learnt literals	: 0
1800.01/1769.31	c learnt binary clauses	: 0
1800.01/1769.31	c learnt ternary clauses	: 0
1800.01/1769.31	c learnt clauses	: 18278
1800.01/1769.31	c root simplifications	: 0
1800.01/1769.31	c removed literals (reason simplification)	: 0
1800.01/1769.31	c reason swapping (by a shorter reason)	: 0
1800.01/1769.31	c Calls to reduceDB	: 0
1800.01/1769.31	c speed (decisions/second)	: 472.09120632638223
1800.01/1769.31	c non guided choices	3784
1800.01/1769.31	s UNKNOWN
1800.01/1769.31	c Total wall clock time (ms): 1769.024

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-348164-1176570628 -o ROOT/results/node59/solver-348164-1176570628 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348164-1176570628/sat4jPseudoCPClause.jar /tmp/evaluation/348164-1176570628/instance-348164-1176570628.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 17379
/proc/meminfo: memFree=1516160/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=152 CPUtime=0
/proc/17379/stat : 17379 (java) D 17377 17379 16989 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 104972429 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 9286436 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17379/statm: 38 26 19 9 0 4 0

[startup+0.034643 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 17379
/proc/meminfo: memFree=1516160/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1775952 CPUtime=0.01
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 2738 0 1 0 0 1 0 0 18 0 4 0 104972429 1818574848 2485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 443988 2485 526 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.102657 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 17379
/proc/meminfo: memFree=1516160/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1777844 CPUtime=0.07
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 3872 0 1 0 5 2 0 0 18 0 7 0 104972429 1820512256 3614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.302696 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 17379
/proc/meminfo: memFree=1516160/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1782304 CPUtime=0.21
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 5844 0 1 0 17 4 0 0 18 0 12 0 104972429 1825079296 5582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 445576 5582 1246 9 0 443187 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1782304

[startup+0.702772 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 17379
/proc/meminfo: memFree=1516160/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1783232 CPUtime=0.79
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 8338 0 1 0 74 5 0 0 18 0 12 0 104972429 1826029568 7848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 445808 7850 1296 9 0 443419 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1783232

[startup+1.50193 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 17391
/proc/meminfo: memFree=1473888/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1796656 CPUtime=2.2
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 22685 0 1 0 209 11 0 0 18 0 12 0 104972429 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 449164 20163 1303 9 0 446775 0
[pid=17379/tid=17381] ppid=17377 vsize=1796656 CPUtime=0.92
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 15720 0 1 0 84 8 0 0 23 0 12 0 104972431 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105563072 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1796656 CPUtime=0
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 104972432 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1796656 CPUtime=0
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 104972432 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1796656 CPUtime=0
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 104972435 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1796656 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 104972435 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1796656 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 104972435 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1796656 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 104972447 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1796656 CPUtime=0.81
/proc/17379/task/17388/stat : 17388 (java) R 17377 17379 16989 0 -1 64 4618 0 0 0 79 2 0 0 18 0 12 0 104972447 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336793 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1796656 CPUtime=0.44
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 1627 0 0 0 44 0 0 0 16 0 12 0 104972447 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1796656 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 104972448 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1796656 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 104972448 1839775744 20163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1796656

[startup+3.10223 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 17391
/proc/meminfo: memFree=1385952/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1796628 CPUtime=4.61
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 55335 0 1 0 432 29 0 0 18 0 12 0 104972429 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 449157 49189 1324 9 0 446768 0
[pid=17379/tid=17381] ppid=17377 vsize=1796628 CPUtime=2.26
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 37685 0 1 0 205 21 0 0 23 0 12 0 104972431 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513508 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1796628 CPUtime=0.16
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 3951 0 0 0 15 1 0 0 18 0 12 0 104972432 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1796628 CPUtime=0.16
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 3330 0 0 0 15 1 0 0 18 0 12 0 104972432 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1796628 CPUtime=0
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 104972435 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1796628 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 104972435 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1796628 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 104972435 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1796628 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 104972447 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1796628 CPUtime=1.45
/proc/17379/task/17388/stat : 17388 (java) S 17377 17379 16989 0 -1 64 7923 0 0 0 142 3 0 0 16 0 12 0 104972447 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1796628 CPUtime=0.51
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 1722 0 0 0 51 0 0 0 16 0 12 0 104972447 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1796628 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 104972448 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1796628 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 104972448 1839747072 49189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1796628

[startup+6.30184 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 17392
/proc/meminfo: memFree=1277848/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1796756 CPUtime=9.3
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 71601 0 1 0 892 38 0 0 18 0 13 0 104972429 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 449189 61497 1334 9 0 446800 0
[pid=17379/tid=17381] ppid=17377 vsize=1796756 CPUtime=4.54
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 37732 0 1 0 433 21 0 0 20 0 13 0 104972431 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109960155 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1796756 CPUtime=0.6
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 11117 0 0 0 55 5 0 0 16 0 13 0 104972432 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1796756 CPUtime=0.6
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 9550 0 0 0 56 4 0 0 16 0 13 0 104972432 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1796756 CPUtime=0
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 104972435 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1796756 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104972435 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1796756 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104972435 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1796756 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 104972447 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1796756 CPUtime=2.22
/proc/17379/task/17388/stat : 17388 (java) S 17377 17379 16989 0 -1 64 8129 0 0 0 219 3 0 0 16 0 13 0 104972447 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1796756 CPUtime=1.28
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 4344 0 0 0 126 2 0 0 17 0 13 0 104972447 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1796756 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 104972448 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1796756 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104972448 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17392] ppid=17377 vsize=1796756 CPUtime=0
/proc/17379/task/17392/stat : 17392 (java) S 17377 17379 16989 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 104972864 1839878144 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 1796756

[startup+12.7022 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 17392
/proc/meminfo: memFree=1250712/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1795988 CPUtime=16.49
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 80714 0 1 0 1607 42 0 0 18 0 13 0 104972429 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 448997 67558 1334 9 0 446608 0
[pid=17379/tid=17381] ppid=17377 vsize=1795988 CPUtime=10.18
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 37748 0 1 0 997 21 0 0 17 0 13 0 104972431 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109908732 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1795988 CPUtime=1.3
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 17200 0 0 0 123 7 0 0 16 0 13 0 104972432 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1795988 CPUtime=1.3
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 12552 0 0 0 125 5 0 0 16 0 13 0 104972432 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 104972447 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1795988 CPUtime=2.27
/proc/17379/task/17388/stat : 17388 (java) S 17377 17379 16989 0 -1 64 8131 0 0 0 224 3 0 0 16 0 13 0 104972447 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1795988 CPUtime=1.38
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 4351 0 0 0 136 2 0 0 16 0 13 0 104972447 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 104972448 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104972448 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17392] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17392/stat : 17392 (java) S 17377 17379 16989 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 104972864 1839091712 67558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.49
Current children cumulated vsize (KiB) 1795988

[startup+25.5025 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 17392
/proc/meminfo: memFree=1238360/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1795988 CPUtime=29.45
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 84529 0 1 0 2901 44 0 0 18 0 13 0 104972429 1839091712 70629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 448997 70629 1334 9 0 446608 0
[pid=17379/tid=17381] ppid=17377 vsize=1795988 CPUtime=22.79
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 37768 0 1 0 2258 21 0 0 20 0 13 0 104972431 1839091712 70629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109953977 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1795988 CPUtime=1.47
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 19266 0 0 0 139 8 0 0 15 0 13 0 104972432 1839091712 70629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1795988 CPUtime=1.47
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 14269 0 0 0 141 6 0 0 16 0 13 0 104972432 1839091712 70629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1795988 CPUtime=0.01
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 22 0 0 0 1 0 0 0 15 0 13 0 104972435 1839091712 70629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 70629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=17379/tid=17384] ppid=17377 vsize=1795988 CPUtime=0.19
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 24 0 0 0 13 6 0 0 16 0 13 0 104972435 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 104972447 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1795988 CPUtime=2.28
/proc/17379/task/17388/stat : 17388 (java) S 17377 17379 16989 0 -1 64 8131 0 0 0 225 3 0 0 17 0 13 0 104972447 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1795988 CPUtime=1.4
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 4351 0 0 0 138 2 0 0 16 0 13 0 104972447 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 104972448 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104972448 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17392] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17392/stat : 17392 (java) S 17377 17379 16989 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 104972864 1839091712 183921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1568.8
Current children cumulated vsize (KiB) 1795988

[startup+1602.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 17392
/proc/meminfo: memFree=769688/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1795988 CPUtime=1629.94
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 223794 0 1 0 162880 114 0 0 18 0 13 0 104972429 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 448997 187522 1334 9 0 446608 0
[pid=17379/tid=17381] ppid=17377 vsize=1795988 CPUtime=1574.1
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 38421 0 1 0 157386 24 0 0 25 0 13 0 104972431 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109908732 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1795988 CPUtime=25.97
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 91891 0 0 0 2556 41 0 0 17 0 13 0 104972432 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1795988 CPUtime=25.93
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 80254 0 0 0 2559 34 0 0 16 0 13 0 104972432 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1795988 CPUtime=0.19
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 24 0 0 0 13 6 0 0 16 0 13 0 104972435 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 104972447 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1795988 CPUtime=2.28
/proc/17379/task/17388/stat : 17388 (java) S 17377 17379 16989 0 -1 64 8131 0 0 0 225 3 0 0 17 0 13 0 104972447 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1795988 CPUtime=1.4
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 4351 0 0 0 138 2 0 0 16 0 13 0 104972447 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 104972448 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104972448 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17392] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17392/stat : 17392 (java) S 17377 17379 16989 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 104972864 1839091712 187522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1629.94
Current children cumulated vsize (KiB) 1795988

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 17392
/proc/meminfo: memFree=757080/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1795988 CPUtime=1691.03
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 227622 0 1 0 168987 116 0 0 18 0 13 0 104972429 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 448997 190666 1334 9 0 446608 0
[pid=17379/tid=17381] ppid=17377 vsize=1795988 CPUtime=1632.96
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 38438 0 1 0 163271 25 0 0 25 0 13 0 104972431 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109908732 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1795988 CPUtime=27.09
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 93319 0 0 0 2667 42 0 0 17 0 13 0 104972432 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1795988 CPUtime=27.05
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 82637 0 0 0 2670 35 0 0 17 0 13 0 104972432 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1795988 CPUtime=0.2
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 24 0 0 0 13 7 0 0 16 0 13 0 104972435 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 104972447 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1795988 CPUtime=2.28
/proc/17379/task/17388/stat : 17388 (java) S 17377 17379 16989 0 -1 64 8131 0 0 0 225 3 0 0 17 0 13 0 104972447 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1795988 CPUtime=1.4
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 4351 0 0 0 138 2 0 0 16 0 13 0 104972447 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 104972448 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104972448 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17392] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17392/stat : 17392 (java) S 17377 17379 16989 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 104972864 1839091712 190666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1691.03
Current children cumulated vsize (KiB) 1795988

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17394
/proc/meminfo: memFree=748184/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1795988 CPUtime=1752.15
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 230282 0 1 0 175097 118 0 0 18 0 13 0 104972429 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 448997 192898 1334 9 0 446608 0
[pid=17379/tid=17381] ppid=17377 vsize=1795988 CPUtime=1691.77
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 38455 0 1 0 169152 25 0 0 25 0 13 0 104972431 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109908928 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1795988 CPUtime=28.24
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 94383 0 0 0 2781 43 0 0 16 0 13 0 104972432 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1795988 CPUtime=28.2
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 84216 0 0 0 2784 36 0 0 16 0 13 0 104972432 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1795988 CPUtime=0.2
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 24 0 0 0 13 7 0 0 16 0 13 0 104972435 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 104972447 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1795988 CPUtime=2.28
/proc/17379/task/17388/stat : 17388 (java) S 17377 17379 16989 0 -1 64 8131 0 0 0 225 3 0 0 17 0 13 0 104972447 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1795988 CPUtime=1.4
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 4351 0 0 0 138 2 0 0 16 0 13 0 104972447 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 104972448 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104972448 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17392] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17392/stat : 17392 (java) S 17377 17379 16989 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 104972864 1839091712 192898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1752.15
Current children cumulated vsize (KiB) 1795988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17394
/proc/meminfo: memFree=741592/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=1795988 CPUtime=1800.01
/proc/17379/stat : 17379 (java) S 17377 17379 16989 0 -1 0 232246 0 1 0 179882 119 0 0 18 0 13 0 104972429 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17379/statm: 448997 194518 1334 9 0 446608 0
[pid=17379/tid=17381] ppid=17377 vsize=1795988 CPUtime=1737.85
/proc/17379/task/17381/stat : 17381 (java) R 17377 17379 16989 0 -1 64 38468 0 1 0 173760 25 0 0 25 0 13 0 104972431 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109908832 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17382] ppid=17377 vsize=1795988 CPUtime=29.13
/proc/17379/task/17382/stat : 17382 (java) S 17377 17379 16989 0 -1 64 95229 0 0 0 2870 43 0 0 16 0 13 0 104972432 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17383] ppid=17377 vsize=1795988 CPUtime=29.1
/proc/17379/task/17383/stat : 17383 (java) S 17377 17379 16989 0 -1 64 85321 0 0 0 2873 37 0 0 17 0 13 0 104972432 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17384] ppid=17377 vsize=1795988 CPUtime=0.21
/proc/17379/task/17384/stat : 17384 (java) S 17377 17379 16989 0 -1 64 24 0 0 0 14 7 0 0 16 0 13 0 104972435 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17385] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17385/stat : 17385 (java) S 17377 17379 16989 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17386] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17386/stat : 17386 (java) S 17377 17379 16989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104972435 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17387] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17387/stat : 17387 (java) S 17377 17379 16989 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 104972447 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17388] ppid=17377 vsize=1795988 CPUtime=2.28
/proc/17379/task/17388/stat : 17388 (java) S 17377 17379 16989 0 -1 64 8131 0 0 0 225 3 0 0 17 0 13 0 104972447 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17389] ppid=17377 vsize=1795988 CPUtime=1.4
/proc/17379/task/17389/stat : 17389 (java) S 17377 17379 16989 0 -1 64 4351 0 0 0 138 2 0 0 16 0 13 0 104972447 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17390] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17390/stat : 17390 (java) S 17377 17379 16989 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 104972448 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17379/tid=17391] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17391/stat : 17391 (java) S 17377 17379 16989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104972448 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17379/tid=17392] ppid=17377 vsize=1795988 CPUtime=0
/proc/17379/task/17392/stat : 17392 (java) S 17377 17379 16989 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 104972864 1839091712 194518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1795988

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

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

[startup+1769.41 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17394
/proc/meminfo: memFree=741592/2055920 swapFree=4192812/4192956
[pid=17379] ppid=17377 vsize=0 CPUtime=1800.12
/proc/17379/stat : 17379 (java) Z 17377 17379 16989 0 -1 1036 232266 0 1 0 179884 128 0 0 16 0 2 0 104972429 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17379/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.44
CPU time (s): 1800.16
CPU user time (s): 1798.85
CPU system time (s): 1.3108
CPU usage (%): 101.736
Max. virtual memory (cumulated for all children) (KiB): 1800528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.3108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232266
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= 43450
involuntary context switches= 34360

runsolver used 1.67774 second user time and 4.79127 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Apr 14 17:10:28 UTC 2007

IDJOB= 348164
IDBENCH= 1623
IDSOLVER= 164
FILE ID= node59/348164-1176570628

PBS_JOBID= 4556917

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cc797868c6f9cb3811b8dc2300ad7f9f

RANDOM SEED= 715600059

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1516696 kB
Buffers:         42412 kB
Cached:         369328 kB
SwapCached:          0 kB
Active:         249608 kB
Inactive:       179000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7160 kB
Writeback:           0 kB
Mapped:          27044 kB
Slab:            96524 kB
Committed_AS:   140664 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66558 MiB

End job on node59 on Sat Apr 14 17:40:00 UTC 2007