Trace number 354141

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.23 1778.53

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-CMS750_4.opb
MD5SUM793a421e66649b71c1e582af22e89954
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark589824
Best CPU time to get the best result obtained on this benchmark1800.81
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 589824
Optimality of the best value was proved NO
Number of variables142226
Total number of constraints20881
Number of constraints which are clauses2438
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18443
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 780
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1074509823
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147731454
Number of bits of the biggest sum of numbers32
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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c Simplify asserted PB constraints to clauses
0.19/0.21	c solving /tmp/evaluation/354141-1176696497/instance-354141-1176696497.opb
0.19/0.21	c reading problem ... 
9.78/7.85	c ... done. Wall clock time 7.639s.
9.78/7.85	c CPU time (experimental) 5.97s.
9.78/7.85	c #vars     142226
9.78/7.85	c #constraints  20882
1800.10/1778.41	c starts		: 2
1800.10/1778.41	c conflicts		: 41709
1800.10/1778.41	c decisions		: 54454
1800.10/1778.41	c propagations		: 770639
1800.10/1778.41	c inspects		: 453209656
1800.10/1778.41	c learnt literals	: 0
1800.10/1778.41	c learnt binary clauses	: 0
1800.10/1778.41	c learnt ternary clauses	: 0
1800.10/1778.41	c learnt clauses	: 41709
1800.10/1778.41	c root simplifications	: 0
1800.10/1778.41	c removed literals (reason simplification)	: 0
1800.10/1778.41	c reason swapping (by a shorter reason)	: 0
1800.10/1778.41	c Calls to reduceDB	: 0
1800.10/1778.41	c speed (decisions/second)	: 30.756561482622832
1800.10/1778.41	c non guided choices	48
1800.10/1778.41	s UNKNOWN
1800.10/1778.41	c Total wall clock time (ms): 1778.205

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/node9/watcher-354141-1176696497 -o ROOT/results/node9/solver-354141-1176696497 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354141-1176696497/sat4jPseudoCPClause.jar /tmp/evaluation/354141-1176696497/instance-354141-1176696497.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.00 1.00 1.00 2/77 29559
/proc/meminfo: memFree=1740032/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=18568 CPUtime=0
/proc/29559/stat : 29559 (runsolver) R 29557 29559 28887 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 145687339 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29559/statm: 4642 292 257 24 0 2626 0

[startup+0.056656 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29559
/proc/meminfo: memFree=1740032/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1777060 CPUtime=0.03
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 3507 0 1 0 2 1 0 0 18 0 5 0 145687339 1819709440 3251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 444265 3251 1042 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.101662 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29559
/proc/meminfo: memFree=1740032/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1780112 CPUtime=0.07
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 3936 0 1 0 6 1 0 0 18 0 12 0 145687339 1822834688 3677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 445028 3677 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780112

[startup+0.301685 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29559
/proc/meminfo: memFree=1740032/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1782436 CPUtime=0.32
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 6332 0 1 0 29 3 0 0 18 0 12 0 145687339 1825214464 6068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 445609 6068 1267 9 0 443220 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782436

[startup+0.701734 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29559
/proc/meminfo: memFree=1740032/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1784984 CPUtime=0.94
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 8807 0 1 0 90 4 0 0 18 0 12 0 145687339 1827823616 8247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 446246 8247 1307 9 0 443857 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1784984

[startup+1.50282 s]
/proc/loadavg: 1.24 1.05 1.02 5/89 29571
/proc/meminfo: memFree=1699360/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1794720 CPUtime=2.33
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 23298 0 1 0 222 11 0 0 18 0 12 0 145687339 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 448680 18400 1310 9 0 446291 0
[pid=29559/tid=29561] ppid=29557 vsize=1794720 CPUtime=0.81
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 14283 0 1 0 74 7 0 0 19 0 12 0 145687341 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109210896 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1794720 CPUtime=0
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 145687343 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1794720 CPUtime=0
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 145687343 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1794720 CPUtime=0
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 145687345 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1794720 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 145687345 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1794720 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 145687346 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1794720 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 145687349 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1794720 CPUtime=0.76
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 3894 0 0 0 75 1 0 0 18 0 12 0 145687349 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1794720 CPUtime=0.73
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 4398 0 0 0 72 1 0 0 16 0 12 0 145687349 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1794720 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145687349 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1794720 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145687349 1837793280 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1794720

[startup+3.10301 s]
/proc/loadavg: 1.24 1.05 1.02 2/89 29571
/proc/meminfo: memFree=1606176/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1797284 CPUtime=4.22
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 56287 0 1 0 395 27 0 0 18 0 12 0 145687339 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 449321 50745 1324 9 0 446932 0
[pid=29559/tid=29561] ppid=29557 vsize=1797284 CPUtime=2.13
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 37692 0 1 0 195 18 0 0 19 0 12 0 145687341 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1797284 CPUtime=0.25
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 4251 0 0 0 23 2 0 0 19 0 12 0 145687343 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1797284 CPUtime=0.24
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 5323 0 0 0 22 2 0 0 18 0 12 0 145687343 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1797284 CPUtime=0
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 145687345 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1797284 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 145687345 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1797284 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145687346 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1797284 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 145687349 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1797284 CPUtime=0.8
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 3896 0 0 0 79 1 0 0 16 0 12 0 145687349 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1797284 CPUtime=0.74
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 4398 0 0 0 73 1 0 0 16 0 12 0 145687349 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1797284 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145687349 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1797284 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145687349 1840418816 50745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1797284

[startup+6.30135 s]
/proc/loadavg: 1.30 1.07 1.02 3/89 29571
/proc/meminfo: memFree=1505056/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1796964 CPUtime=7.97
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 71843 0 1 0 760 37 0 0 18 0 12 0 145687339 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 449241 63374 1324 9 0 446852 0
[pid=29559/tid=29561] ppid=29557 vsize=1796964 CPUtime=4.75
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 37696 0 1 0 456 19 0 0 24 0 12 0 145687341 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109568985 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1796964 CPUtime=0.6
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 10788 0 0 0 54 6 0 0 16 0 12 0 145687343 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1796964 CPUtime=0.59
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 13056 0 0 0 52 7 0 0 16 0 12 0 145687343 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1796964 CPUtime=0
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 145687345 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1796964 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 145687345 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1796964 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145687346 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1796964 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 145687349 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1796964 CPUtime=1.02
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 4937 0 0 0 100 2 0 0 16 0 12 0 145687349 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1796964 CPUtime=0.96
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 4639 0 0 0 95 1 0 0 17 0 12 0 145687349 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1796964 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145687349 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1796964 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145687349 1840091136 63374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1796964

[startup+12.7021 s]
/proc/loadavg: 1.28 1.06 1.02 2/90 29572
/proc/meminfo: memFree=1440728/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1796684 CPUtime=16.19
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 91201 0 1 0 1573 46 0 0 18 0 13 0 145687339 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 449171 79028 1332 9 0 446782 0
[pid=29559/tid=29561] ppid=29557 vsize=1796684 CPUtime=9.92
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 37746 0 1 0 973 19 0 0 18 0 13 0 145687341 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109981970 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1796684 CPUtime=1.38
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 21259 0 0 0 128 10 0 0 16 0 13 0 145687343 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1796684 CPUtime=1.37
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 21234 0 0 0 127 10 0 0 16 0 13 0 145687343 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145687345 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145687345 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145687346 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1796684 CPUtime=1.72
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 4983 0 0 0 170 2 0 0 16 0 13 0 145687349 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1796684 CPUtime=1.74
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 5247 0 0 0 172 2 0 0 16 0 13 0 145687349 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145687349 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29572] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29572/stat : 29572 (java) S 29557 29559 28887 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 145688133 1839804416 79028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 1796684

[startup+25.5015 s]
/proc/loadavg: 1.23 1.06 1.02 2/90 29572
/proc/meminfo: memFree=1419800/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1796684 CPUtime=29.71
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 97666 0 1 0 2922 49 0 0 18 0 13 0 145687339 1839804416 81156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 449171 81156 1332 9 0 446782 0
[pid=29559/tid=29561] ppid=29557 vsize=1796684 CPUtime=22.39
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 37763 0 1 0 2220 19 0 0 25 0 13 0 145687341 1839804416 81156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950324 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1796684 CPUtime=1.57
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 23438 0 0 0 146 11 0 0 16 0 13 0 145687343 1839804416 81156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1796684 CPUtime=1.55
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 23216 0 0 0 144 11 0 0 16 0 13 0 145687343 1839804416 81156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 145687345 1839804416 81156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145687345 1839804416 81156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145687346 1839804416 81156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29559/tid=29564] ppid=29557 vsize=1796684 CPUtime=0.18
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 225 0 0 0 10 8 0 0 16 0 13 0 145687345 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145687345 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145687346 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1796684 CPUtime=2.07
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 5707 0 0 0 204 3 0 0 17 0 13 0 145687349 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1796684 CPUtime=2.1
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 6807 0 0 0 208 2 0 0 17 0 13 0 145687349 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145687349 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29572] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29572/stat : 29572 (java) S 29557 29559 28887 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 145688133 1839804416 136410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1561.28
Current children cumulated vsize (KiB) 1796684

[startup+1602.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 29574
/proc/meminfo: memFree=1192536/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1796684 CPUtime=1622.01
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 219842 0 1 0 162081 120 0 0 18 0 13 0 145687339 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 449171 137554 1333 9 0 446782 0
[pid=29559/tid=29561] ppid=29557 vsize=1796684 CPUtime=1582.24
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 76173 0 1 0 158178 46 0 0 25 0 13 0 145687341 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109978914 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1796684 CPUtime=17.69
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 64566 0 0 0 1741 28 0 0 17 0 13 0 145687343 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1796684 CPUtime=17.66
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 65639 0 0 0 1737 29 0 0 17 0 13 0 145687343 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1796684 CPUtime=0.18
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 225 0 0 0 10 8 0 0 16 0 13 0 145687345 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145687345 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145687346 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1796684 CPUtime=2.07
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 5707 0 0 0 204 3 0 0 17 0 13 0 145687349 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1796684 CPUtime=2.1
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 6807 0 0 0 208 2 0 0 17 0 13 0 145687349 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145687349 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29572] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29572/stat : 29572 (java) S 29557 29559 28887 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 145688133 1839804416 137554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.01
Current children cumulated vsize (KiB) 1796684

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 29574
/proc/meminfo: memFree=1188504/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1796684 CPUtime=1682.67
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 220888 0 1 0 168146 121 0 0 18 0 13 0 145687339 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 449171 138540 1333 9 0 446782 0
[pid=29559/tid=29561] ppid=29557 vsize=1796684 CPUtime=1641.54
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 76188 0 1 0 164107 47 0 0 25 0 13 0 145687341 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951525 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1796684 CPUtime=18.37
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 64926 0 0 0 1809 28 0 0 16 0 13 0 145687343 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1796684 CPUtime=18.33
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 66310 0 0 0 1804 29 0 0 16 0 13 0 145687343 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1796684 CPUtime=0.18
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 225 0 0 0 10 8 0 0 16 0 13 0 145687345 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145687345 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145687346 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1796684 CPUtime=2.07
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 5707 0 0 0 204 3 0 0 17 0 13 0 145687349 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1796684 CPUtime=2.1
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 6807 0 0 0 208 2 0 0 17 0 13 0 145687349 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145687349 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29572] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29572/stat : 29572 (java) S 29557 29559 28887 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 145688133 1839804416 138540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.67
Current children cumulated vsize (KiB) 1796684

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 29574
/proc/meminfo: memFree=1184792/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1796684 CPUtime=1743.35
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 221873 0 1 0 174213 122 0 0 18 0 13 0 145687339 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 449171 139451 1333 9 0 446782 0
[pid=29559/tid=29561] ppid=29557 vsize=1796684 CPUtime=1700.81
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 76203 0 1 0 170034 47 0 0 25 0 13 0 145687341 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109979055 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1796684 CPUtime=19.09
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 65326 0 0 0 1880 29 0 0 16 0 13 0 145687343 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1796684 CPUtime=19.04
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 66880 0 0 0 1874 30 0 0 16 0 13 0 145687343 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1796684 CPUtime=0.18
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 225 0 0 0 10 8 0 0 16 0 13 0 145687345 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145687345 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145687346 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1796684 CPUtime=2.07
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 5707 0 0 0 204 3 0 0 17 0 13 0 145687349 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1796684 CPUtime=2.1
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 6807 0 0 0 208 2 0 0 17 0 13 0 145687349 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145687349 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29572] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29572/stat : 29572 (java) S 29557 29559 28887 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 145688133 1839804416 139451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1743.35
Current children cumulated vsize (KiB) 1796684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.4 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 29574
/proc/meminfo: memFree=1181592/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=1796684 CPUtime=1800.1
/proc/29559/stat : 29559 (java) S 29557 29559 28887 0 -1 0 222708 0 1 0 179887 123 0 0 18 0 13 0 145687339 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 449171 140245 1333 9 0 446782 0
[pid=29559/tid=29561] ppid=29557 vsize=1796684 CPUtime=1756.24
/proc/29559/task/29561/stat : 29561 (java) R 29557 29559 28887 0 -1 64 76217 0 1 0 175576 48 0 0 25 0 13 0 145687341 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951582 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29562] ppid=29557 vsize=1796684 CPUtime=19.74
/proc/29559/task/29562/stat : 29562 (java) S 29557 29559 28887 0 -1 64 65671 0 0 0 1945 29 0 0 17 0 13 0 145687343 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29563] ppid=29557 vsize=1796684 CPUtime=19.7
/proc/29559/task/29563/stat : 29563 (java) S 29557 29559 28887 0 -1 64 67356 0 0 0 1940 30 0 0 17 0 13 0 145687343 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29564] ppid=29557 vsize=1796684 CPUtime=0.19
/proc/29559/task/29564/stat : 29564 (java) S 29557 29559 28887 0 -1 64 225 0 0 0 11 8 0 0 16 0 13 0 145687345 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29565] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29565/stat : 29565 (java) S 29557 29559 28887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145687345 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29566] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29566/stat : 29566 (java) S 29557 29559 28887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145687346 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29567] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29567/stat : 29567 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29568] ppid=29557 vsize=1796684 CPUtime=2.07
/proc/29559/task/29568/stat : 29568 (java) S 29557 29559 28887 0 -1 64 5707 0 0 0 204 3 0 0 17 0 13 0 145687349 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29559/tid=29569] ppid=29557 vsize=1796684 CPUtime=2.1
/proc/29559/task/29569/stat : 29569 (java) S 29557 29559 28887 0 -1 64 6807 0 0 0 208 2 0 0 17 0 13 0 145687349 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29570] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29570/stat : 29570 (java) S 29557 29559 28887 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145687349 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29571] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29571/stat : 29571 (java) S 29557 29559 28887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145687349 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29559/tid=29572] ppid=29557 vsize=1796684 CPUtime=0
/proc/29559/task/29572/stat : 29572 (java) S 29557 29559 28887 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 145688133 1839804416 140245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1796684

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

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

[startup+1778.51 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 29574
/proc/meminfo: memFree=1181592/2055920 swapFree=4158660/4192956
[pid=29559] ppid=29557 vsize=0 CPUtime=1800.2
/proc/29559/stat : 29559 (java) Z 29557 29559 28887 0 -1 1036 222727 0 1 0 179890 130 0 0 16 0 2 0 145687339 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29559/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.53
CPU time (s): 1800.23
CPU user time (s): 1798.91
CPU system time (s): 1.3208
CPU usage (%): 101.22
Max. virtual memory (cumulated for all children) (KiB): 1798844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.3208
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222727
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= 42044
involuntary context switches= 64175

runsolver used 1.65475 second user time and 4.88626 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Apr 16 04:08:18 UTC 2007

IDJOB= 354141
IDBENCH= 2360
IDSOLVER= 164
FILE ID= node9/354141-1176696497

PBS_JOBID= 4559417

Free space on /tmp= 66503 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  793a421e66649b71c1e582af22e89954

RANDOM SEED= 739213721

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1740504 kB
Buffers:         24892 kB
Cached:         207128 kB
SwapCached:       2852 kB
Active:         121224 kB
Inactive:       135484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740504 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:           17440 kB
Writeback:           0 kB
Mapped:          31624 kB
Slab:            44296 kB
Committed_AS:  5935264 kB
PageTables:       1788 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= 66503 MiB

End job on node9 on Mon Apr 16 04:37:58 UTC 2007