Trace number 365699

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.27 1757.78

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
MD5SUM72fff71fe37083f89a4fde6caf0f3578
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.16837
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8268
Total number of constraints1451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints1430
Minimum length of a constraint3
Maximum length of a constraint8249
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 2386602666496000
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 5223634990318712
Number of bits of the biggest sum of numbers53
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.05/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.18	c no version file found!!!
0.05/0.18	c sun.arch.data.model	32
0.05/0.18	c java.version	1.6.0
0.05/0.18	c os.name	Linux
0.05/0.18	c os.version	2.6.9-22.EL.rootsmp
0.05/0.18	c os.arch	i386
0.05/0.18	c Free memory 1651659224
0.05/0.18	c Max memory 1654456320
0.05/0.18	c Total memory 1654456320
0.05/0.18	c Number of processors 2
0.15/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.15/0.24	--- Begin Solver configuration ---
0.15/0.24	c Stops conflict analysis at the first Unique Implication Point
0.15/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.24	c Learn all clauses as in MiniSAT
0.15/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.24	c No reason simplification
0.15/0.24	c --- End Solver configuration ---
0.15/0.24	c Simplify asserted PB constraints to clauses
0.15/0.24	c solving /tmp/evaluation/365699-1177051667/instance-365699-1177051667.opb
0.15/0.24	c reading problem ... 
2.84/2.19	c ... done. Wall clock time 1.948s.
2.84/2.19	c CPU time (experimental) 1.44s.
2.84/2.19	c #vars     8268
2.84/2.19	c #constraints  1471
1800.10/1757.61	c starts		: 2
1800.10/1757.61	c conflicts		: 29458
1800.10/1757.61	c decisions		: 43453
1800.10/1757.61	c propagations		: 436377
1800.10/1757.61	c inspects		: 315332649
1800.10/1757.61	c learnt literals	: 0
1800.10/1757.61	c learnt binary clauses	: 0
1800.10/1757.61	c learnt ternary clauses	: 0
1800.10/1757.61	c learnt clauses	: 29458
1800.10/1757.61	c root simplifications	: 0
1800.10/1757.61	c removed literals (reason simplification)	: 0
1800.10/1757.61	c reason swapping (by a shorter reason)	: 0
1800.10/1757.61	c Calls to reduceDB	: 0
1800.10/1757.61	c speed (decisions/second)	: 24.75383173683566
1800.10/1757.61	c non guided choices	0
1800.10/1757.61	s UNKNOWN
1800.10/1757.61	c Total wall clock time (ms): 1757.374

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-365699-1177051667 -o ROOT/results/node9/solver-365699-1177051667 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365699-1177051667/sat4jPseudoCPClause.jar /tmp/evaluation/365699-1177051667/instance-365699-1177051667.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.37 1.15 1.10 2/77 25210
/proc/meminfo: memFree=1514016/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1800 CPUtime=0
/proc/25210/stat : 25210 (java) D 25208 25210 23817 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 181204317 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25210/statm: 450 143 106 9 0 92 0

[startup+0.032659 s]
/proc/loadavg: 1.37 1.15 1.10 2/77 25210
/proc/meminfo: memFree=1514016/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1800 CPUtime=0
/proc/25210/stat : 25210 (java) D 25208 25210 23817 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 181204317 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25210/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101673 s]
/proc/loadavg: 1.37 1.15 1.10 2/77 25210
/proc/meminfo: memFree=1514016/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1777708 CPUtime=0.05
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 3639 0 1 0 3 2 0 0 18 0 7 0 181204317 1820372992 3381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 444427 3381 1077 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.301693 s]
/proc/loadavg: 1.37 1.15 1.10 2/77 25210
/proc/meminfo: memFree=1514016/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1782196 CPUtime=0.27
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 5088 0 1 0 24 3 0 0 18 0 12 0 181204317 1824968704 4826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 445549 4826 1247 9 0 443160 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1782196

[startup+0.701738 s]
/proc/loadavg: 1.37 1.15 1.10 2/77 25210
/proc/meminfo: memFree=1514016/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1784204 CPUtime=0.86
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 7136 0 1 0 82 4 0 0 18 0 12 0 181204317 1827024896 6803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 446051 6804 1303 9 0 443662 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1784204

[startup+1.50182 s]
/proc/loadavg: 1.37 1.15 1.10 4/89 25222
/proc/meminfo: memFree=1481856/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1794524 CPUtime=2.22
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 19553 0 1 0 213 9 0 0 18 0 12 0 181204317 1837592576 14900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448631 14901 1311 9 0 446242 0
[pid=25210/tid=25212] ppid=25208 vsize=1794524 CPUtime=0.76
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 10926 0 1 0 71 5 0 0 25 0 12 0 181204322 1837592576 14902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109527691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1794524 CPUtime=0
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 181204324 1837592576 14903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1794524 CPUtime=0
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181204324 1837592576 14903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1794524 CPUtime=0
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181204326 1837592576 14904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1794524 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 181204326 1837592576 14905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1794524 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 181204326 1837592576 14906 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1794524 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181204330 1837592576 14907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1794524 CPUtime=0.73
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4358 0 0 0 71 2 0 0 16 0 12 0 181204330 1837592576 14907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1794524 CPUtime=0.71
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 3551 0 0 0 70 1 0 0 16 0 12 0 181204330 1837592576 14908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1794524 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181204330 1837592576 14909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1794524 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181204330 1837592576 14910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1794524

[startup+3.103 s]
/proc/loadavg: 1.37 1.15 1.10 2/89 25222
/proc/meminfo: memFree=1403392/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1794848 CPUtime=4.4
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 50919 0 1 0 416 24 0 0 18 0 13 0 181204317 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448712 44747 1332 9 0 446323 0
[pid=25210/tid=25212] ppid=25208 vsize=1794848 CPUtime=2
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 37720 0 1 0 183 17 0 0 18 0 13 0 181204322 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109802228 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1794848 CPUtime=0.05
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 1451 0 0 0 5 0 0 0 16 0 13 0 181204324 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1794848 CPUtime=0.05
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 1483 0 0 0 5 0 0 0 16 0 13 0 181204324 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1794848 CPUtime=0
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181204326 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1794848 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1794848 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181204326 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1794848 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1794848 CPUtime=1.17
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4819 0 0 0 115 2 0 0 17 0 13 0 181204330 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1794848 CPUtime=1.06
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 4717 0 0 0 104 2 0 0 16 0 13 0 181204330 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1794848 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1794848 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181204330 1837924352 44747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1794848

[startup+6.30237 s]
/proc/loadavg: 1.34 1.15 1.10 3/90 25223
/proc/meminfo: memFree=1334968/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1794244 CPUtime=8.02
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 56991 0 1 0 775 27 0 0 18 0 13 0 181204317 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448561 48256 1332 9 0 446172 0
[pid=25210/tid=25212] ppid=25208 vsize=1794244 CPUtime=4.83
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 37727 0 1 0 466 17 0 0 18 0 13 0 181204322 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914708 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1794244 CPUtime=0.35
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 4616 0 0 0 33 2 0 0 16 0 13 0 181204324 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1794244 CPUtime=0.34
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 4351 0 0 0 33 1 0 0 16 0 13 0 181204324 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1794244 CPUtime=0
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 181204326 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1794244 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1794244 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181204326 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1794244 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1794244 CPUtime=1.28
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4823 0 0 0 126 2 0 0 16 0 13 0 181204330 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1794244 CPUtime=1.17
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 4724 0 0 0 115 2 0 0 16 0 13 0 181204330 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1794244 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1794244 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181204330 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=1794244 CPUtime=0
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23817 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181204540 1837305856 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 1794244

[startup+12.7021 s]
/proc/loadavg: 1.32 1.15 1.10 2/90 25223
/proc/meminfo: memFree=1305592/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1793696 CPUtime=14.58
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 62847 0 1 0 1428 30 0 0 18 0 13 0 181204317 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448424 53124 1332 9 0 446035 0
[pid=25210/tid=25212] ppid=25208 vsize=1793696 CPUtime=11.07
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 37739 0 1 0 1090 17 0 0 25 0 13 0 181204322 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914627 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1793696 CPUtime=0.48
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 7894 0 0 0 45 3 0 0 16 0 13 0 181204324 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1793696 CPUtime=0.48
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 6917 0 0 0 45 3 0 0 16 0 13 0 181204324 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1793696 CPUtime=1.29
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4823 0 0 0 127 2 0 0 17 0 13 0 181204330 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1793696 CPUtime=1.19
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 4724 0 0 0 117 2 0 0 16 0 13 0 181204330 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181204330 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23817 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181204540 1836744704 53124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 1793696

[startup+25.5015 s]
/proc/loadavg: 1.32 1.15 1.10 2/90 25223
/proc/meminfo: memFree=1281600/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1793696 CPUtime=27.68
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 69527 0 1 0 2735 33 0 0 18 0 13 0 181204317 1836744704 59387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448424 59387 1332 9 0 446035 0
[pid=25210/tid=25212] ppid=25208 vsize=1793696 CPUtime=23.65
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 38400 0 1 0 2347 18 0 0 25 0 13 0 181204322 1836744704 59387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109991340 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1793696 CPUtime=0.67
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 11031 0 0 0 63 4 0 0 16 0 13 0 181204324 1836744704 59387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1793696 CPUtime=0.67
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 9794 0 0 0 62 5 0 0 16 0 13 0 181204324 1836744704 59387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1793696 CPUtime=0.01
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 30 0 0 0 1 0 0 0 15 0 13 0 181204326 1836744704 59387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 59387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25210/tid=25215] ppid=25208 vsize=1793696 CPUtime=0.29
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 34 0 0 0 19 10 0 0 15 0 13 0 181204326 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1793696 CPUtime=1.6
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4834 0 0 0 158 2 0 0 17 0 13 0 181204330 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1793696 CPUtime=1.43
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 4733 0 0 0 141 2 0 0 17 0 13 0 181204330 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181204330 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25223] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23817 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181204540 1836744704 239178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1577.26
Current children cumulated vsize (KiB) 1793696

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25420
/proc/meminfo: memFree=547328/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1793696 CPUtime=1639.24
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 281090 0 1 0 163772 152 0 0 18 0 13 0 181204317 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448424 242378 1333 9 0 446035 0
[pid=25210/tid=25212] ppid=25208 vsize=1793696 CPUtime=1563.21
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 39627 0 1 0 156285 36 0 0 25 0 13 0 181204322 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109715048 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1793696 CPUtime=36.34
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 116570 0 0 0 3583 51 0 0 16 0 13 0 181204324 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1793696 CPUtime=36.32
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 114570 0 0 0 3584 48 0 0 16 0 13 0 181204324 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1793696 CPUtime=0.29
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 34 0 0 0 19 10 0 0 16 0 13 0 181204326 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1793696 CPUtime=1.6
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4834 0 0 0 158 2 0 0 17 0 13 0 181204330 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1793696 CPUtime=1.43
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 4733 0 0 0 141 2 0 0 17 0 13 0 181204330 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181204330 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25223] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23817 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181204540 1836744704 242378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1639.24
Current children cumulated vsize (KiB) 1793696

[startup+1662.3 s]
/proc/loadavg: 1.13 1.03 1.01 2/90 25420
/proc/meminfo: memFree=533376/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1793696 CPUtime=1701.31
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 284610 0 1 0 169977 154 0 0 18 0 13 0 181204317 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448424 245744 1333 9 0 446035 0
[pid=25210/tid=25212] ppid=25208 vsize=1793696 CPUtime=1621.05
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 39654 0 1 0 162069 36 0 0 25 0 13 0 181204322 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109851293 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1793696 CPUtime=38.44
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 119569 0 0 0 3792 52 0 0 16 0 13 0 181204324 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1793696 CPUtime=38.45
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 115064 0 0 0 3796 49 0 0 16 0 13 0 181204324 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1793696 CPUtime=0.3
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 34 0 0 0 20 10 0 0 16 0 13 0 181204326 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1793696 CPUtime=1.6
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4834 0 0 0 158 2 0 0 17 0 13 0 181204330 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1793696 CPUtime=1.43
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 4733 0 0 0 141 2 0 0 17 0 13 0 181204330 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181204330 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25223] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23817 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181204540 1836744704 245744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1701.31
Current children cumulated vsize (KiB) 1793696

[startup+1722.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 25420
/proc/meminfo: memFree=519360/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1793696 CPUtime=1763.52
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 288303 0 1 0 176196 156 0 0 18 0 13 0 181204317 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448424 249244 1333 9 0 446035 0
[pid=25210/tid=25212] ppid=25208 vsize=1793696 CPUtime=1678.78
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 39682 0 1 0 167842 36 0 0 25 0 13 0 181204322 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1793696 CPUtime=40.66
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 122821 0 0 0 4013 53 0 0 16 0 13 0 181204324 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1793696 CPUtime=40.68
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 115477 0 0 0 4019 49 0 0 16 0 13 0 181204324 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1793696 CPUtime=0.3
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 34 0 0 0 20 10 0 0 16 0 13 0 181204326 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1793696 CPUtime=1.6
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4834 0 0 0 158 2 0 0 17 0 13 0 181204330 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1793696 CPUtime=1.43
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 4733 0 0 0 141 2 0 0 17 0 13 0 181204330 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181204330 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25223] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23817 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181204540 1836744704 249244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1763.52
Current children cumulated vsize (KiB) 1793696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.6 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 25420
/proc/meminfo: memFree=511680/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=1793696 CPUtime=1800.1
/proc/25210/stat : 25210 (java) S 25208 25210 23817 0 -1 0 290262 0 1 0 179852 158 0 0 18 0 13 0 181204317 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 448424 251152 1333 9 0 446035 0
[pid=25210/tid=25212] ppid=25208 vsize=1793696 CPUtime=1712.76
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23817 0 -1 64 39698 0 1 0 171240 36 0 0 25 0 13 0 181204322 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109824395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=1793696 CPUtime=41.96
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23817 0 -1 64 123809 0 0 0 4142 54 0 0 16 0 13 0 181204324 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25210/tid=25214] ppid=25208 vsize=1793696 CPUtime=41.98
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23817 0 -1 64 116432 0 0 0 4148 50 0 0 16 0 13 0 181204324 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=1793696 CPUtime=0.31
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23817 0 -1 64 34 0 0 0 20 11 0 0 15 0 13 0 181204326 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23817 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23817 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181204326 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=1793696 CPUtime=1.6
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23817 0 -1 64 4834 0 0 0 158 2 0 0 17 0 13 0 181204330 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=1793696 CPUtime=1.43
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23817 0 -1 64 4733 0 0 0 141 2 0 0 17 0 13 0 181204330 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181204330 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181204330 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=1793696 CPUtime=0
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23817 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 181204540 1836744704 251152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1793696

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

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

[startup+1757.71 s]
/proc/loadavg: 1.02 1.02 1.00 2/80 25423
/proc/meminfo: memFree=1097840/2055920 swapFree=4152812/4192956
[pid=25210] ppid=25208 vsize=0 CPUtime=1800.21
/proc/25210/stat : 25210 (java) Z 25208 25210 23817 0 -1 1036 290282 0 1 0 179854 167 0 0 16 0 2 0 181204317 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1757.78
CPU time (s): 1800.27
CPU user time (s): 1798.54
CPU system time (s): 1.73174
CPU usage (%): 102.417
Max. virtual memory (cumulated for all children) (KiB): 1796104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.73174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290282
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= 48226
involuntary context switches= 56976

runsolver used 2.06768 second user time and 5.47117 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Fri Apr 20 06:47:48 UTC 2007

IDJOB= 365699
IDBENCH= 2517
IDSOLVER= 164
FILE ID= node9/365699-1177051667

PBS_JOBID= 4640154

Free space on /tmp= 66423 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  72fff71fe37083f89a4fde6caf0f3578

RANDOM SEED= 24313036

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:       1514424 kB
Buffers:         51464 kB
Cached:         423456 kB
SwapCached:       8016 kB
Active:         193096 kB
Inactive:       306096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514424 kB
SwapTotal:     4192956 kB
SwapFree:      4152812 kB
Dirty:            5424 kB
Writeback:           0 kB
Mapped:          30424 kB
Slab:            27828 kB
Committed_AS:  6487560 kB
PageTables:       1784 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= 66423 MiB

End job on node9 on Fri Apr 20 07:17:07 UTC 2007