Trace number 1856020

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.19 1786.46

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3709.opb
MD5SUM7d8773951a908fd3c2652ff6acba65e8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16052243735
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4559348765
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29610373267604
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29610373267604
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856020-1244899280.opb
0.22/0.22	c reading problem ... 
6.08/5.13	c ... done. Wall clock time 4.907s.
6.08/5.13	c #vars     155000
6.08/5.13	c #constraints  64336
6.08/5.13	c constraints type 
6.08/5.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.02/1786.32	c starts		: 2
1800.02/1786.32	c conflicts		: 240
1800.02/1786.32	c decisions		: 409545
1800.02/1786.32	c propagations		: 7917387
1800.02/1786.32	c inspects		: 44236234
1800.02/1786.32	c learnt literals	: 0
1800.02/1786.32	c learnt binary clauses	: 0
1800.02/1786.32	c learnt ternary clauses	: 0
1800.02/1786.32	c learnt clauses	: 240
1800.02/1786.32	c ignored clauses	: 0
1800.02/1786.32	c root simplifications	: 0
1800.02/1786.32	c removed literals (reason simplification)	: 0
1800.02/1786.32	c reason swapping (by a shorter reason)	: 0
1800.02/1786.32	c Calls to reduceDB	: 0
1800.02/1786.32	c speed (assignments/second)	: 4444.999129795249
1800.02/1786.32	c non guided choices	0
1800.02/1786.32	c learnt constraints type 
1800.02/1786.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.02/1786.32	c constraints type 
1800.02/1786.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.02/1786.32	s UNKNOWN
1800.02/1786.32	c Total wall clock time (in seconds): 1786.102

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856020-1244899280/watcher-1856020-1244899280 -o /tmp/evaluation-result-1856020-1244899280/solver-1856020-1244899280 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856020-1244899280.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11897
/proc/meminfo: memFree=1293736/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=152 CPUtime=0
/proc/11897/stat : 11897 (java6) D 11895 11897 11578 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 157528307 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 2859812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11897/statm: 38 26 19 9 0 4 0

[startup+0.0775509 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11897
/proc/meminfo: memFree=1293736/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1470220 CPUtime=0.06
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 3407 0 1 0 4 2 0 0 18 0 7 0 157528307 1505505280 3152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 367555 3152 1034 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.102553 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11897
/proc/meminfo: memFree=1293736/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1472584 CPUtime=0.08
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 3608 0 1 0 6 2 0 0 18 0 12 0 157528307 1507926016 3351 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 368146 3351 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301573 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11897
/proc/meminfo: memFree=1293736/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1475280 CPUtime=0.35
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 5875 0 1 0 31 4 0 0 18 0 12 0 157528307 1510686720 5612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 368820 5612 1355 9 0 366163 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475280

[startup+0.701609 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11897
/proc/meminfo: memFree=1293736/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1477324 CPUtime=0.95
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 9908 0 1 0 89 6 0 0 18 0 12 0 157528307 1512779776 9359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369331 9360 1395 9 0 366674 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1477324

[startup+1.50269 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 11909
/proc/meminfo: memFree=1240008/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1477496 CPUtime=1.79
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 23754 0 1 0 168 11 0 0 18 0 12 0 157528307 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369374 23205 1396 9 0 366717 0
[pid=11897/tid=11899] ppid=11895 vsize=1477496 CPUtime=1.38
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 21476 0 1 0 128 10 0 0 25 0 12 0 157528308 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4109098596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1477496 CPUtime=0
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 157528310 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1477496 CPUtime=0
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 157528310 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1477496 CPUtime=0
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 157528311 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1477496 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 157528312 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1477496 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 157528312 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1477496 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157528316 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1477496 CPUtime=0.2
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 713 0 0 0 20 0 0 0 16 0 12 0 157528316 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1477496 CPUtime=0.19
/proc/11897/task/11907/stat : 11907 (java) R 11895 11897 11578 0 -1 64 825 0 0 0 19 0 0 0 17 0 12 0 157528316 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 102290224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1477496 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157528316 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1477496 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157528316 1512955904 23205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 1477496

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 11909
/proc/meminfo: memFree=1155912/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1477324 CPUtime=3.71
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 40473 0 1 0 353 18 0 0 18 0 12 0 157528307 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369331 39454 1414 9 0 366674 0
[pid=11897/tid=11899] ppid=11895 vsize=1477324 CPUtime=2.77
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 30939 0 1 0 264 13 0 0 24 0 12 0 157528308 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4109580649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1477324 CPUtime=0.11
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 3443 0 0 0 10 1 0 0 18 0 12 0 157528310 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1477324 CPUtime=0.11
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 3635 0 0 0 9 2 0 0 17 0 12 0 157528310 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1477324 CPUtime=0
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157528311 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1477324 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 157528312 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1477324 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 157528312 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1477324 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157528316 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1477324 CPUtime=0.36
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 818 0 0 0 36 0 0 0 16 0 12 0 157528316 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1477324 CPUtime=0.31
/proc/11897/task/11907/stat : 11907 (java) S 11895 11897 11578 0 -1 64 893 0 0 0 31 0 0 0 16 0 12 0 157528316 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1477324 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157528316 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1477324 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157528316 1512779776 39454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1477324

[startup+6.30218 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 11909
/proc/meminfo: memFree=1077512/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1477524 CPUtime=7.92
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 61966 0 1 0 764 28 0 0 18 0 13 0 157528307 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369381 58110 1431 9 0 366724 0
[pid=11897/tid=11899] ppid=11895 vsize=1477524 CPUtime=5.39
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 30983 0 1 0 526 13 0 0 19 0 13 0 157528308 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4109750117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1477524 CPUtime=0.58
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 14546 0 0 0 52 6 0 0 17 0 13 0 157528310 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1477524 CPUtime=0.6
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 13435 0 0 0 53 7 0 0 18 0 13 0 157528310 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1477524 CPUtime=0
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157528311 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1477524 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157528312 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1477524 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 157528312 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1477524 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157528316 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1477524 CPUtime=0.76
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 968 0 0 0 76 0 0 0 16 0 13 0 157528316 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1477524 CPUtime=0.54
/proc/11897/task/11907/stat : 11907 (java) S 11895 11897 11578 0 -1 64 1285 0 0 0 54 0 0 0 16 0 13 0 157528316 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1477524 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157528316 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1477524 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157528316 1512984576 58110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1477524

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11910
/proc/meminfo: memFree=1036864/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1478756 CPUtime=15.32
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 70979 0 1 0 1499 33 0 0 18 0 13 0 157528307 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369689 65905 1432 9 0 367032 0
[pid=11897/tid=11899] ppid=11895 vsize=1478756 CPUtime=11.11
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 31008 0 1 0 1098 13 0 0 25 0 13 0 157528308 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4109823042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1478756 CPUtime=1.05
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 18825 0 0 0 97 8 0 0 16 0 13 0 157528310 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1478756 CPUtime=1.06
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 17336 0 0 0 97 9 0 0 16 0 13 0 157528310 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1478756 CPUtime=0
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157528311 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1478756 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157528312 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1478756 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 157528312 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1478756 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157528316 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1478756 CPUtime=1.11
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 1662 0 0 0 111 0 0 0 16 0 13 0 157528316 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1478756 CPUtime=0.93
/proc/11897/task/11907/stat : 11907 (java) S 11895 11897 11578 0 -1 64 1399 0 0 0 93 0 0 0 16 0 13 0 157528316 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1478756 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157528316 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1478756 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157528316 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11910] ppid=11895 vsize=1478756 CPUtime=0
/proc/11897/task/11910/stat : 11910 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157528905 1514246144 65905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.32
Current children cumulated vsize (KiB) 1478756

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11910
/proc/meminfo: memFree=1028416/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1476744 CPUtime=28.49
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 73250 0 1 0 2814 35 0 0 18 0 13 0 157528307 1512185856 67488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369186 67488 1432 9 0 366529 0
[pid=11897/tid=11899] ppid=11895 vsize=1476744 CPUtime=23.66
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 31026 0 1 0 2353 13 0 0 25 0 13 0 157528308 1512185856 67488 1992294400 134512640 134550932 4294956000 18446744073709551615 4109775683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1476744 CPUtime=1.25
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 19532 0 0 0 116 9 0 0 16 0 13 0 157528310 1512185856 67488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1476744 CPUtime=1.26
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 18674 0 0 0 116 10 0 0 17 0 13 0 157528310 1512185856 67488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1476744 CPUtime=0
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157528311 1512185856 67488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1476744 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157528312 1512185856 67488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1476744 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 157528312 1512185856 67488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1476744 CPUtime=0

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

[pid=11897/tid=11902] ppid=11895 vsize=1478856 CPUtime=0.16
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 11 5 0 0 16 0 13 0 157528311 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157528312 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 157528312 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157528316 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1478856 CPUtime=1.69
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 4547 0 0 0 167 2 0 0 16 0 13 0 157528316 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1478856 CPUtime=1.04
/proc/11897/task/11907/stat : 11907 (java) S 11895 11897 11578 0 -1 64 2009 0 0 0 104 0 0 0 17 0 13 0 157528316 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157528316 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157528316 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11910] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11910/stat : 11910 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157528905 1514348544 139938 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.81
Current children cumulated vsize (KiB) 1478856

[startup+1662.3 s]
/proc/loadavg: 1.10 1.01 1.00 2/77 11910
/proc/meminfo: memFree=731968/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1478856 CPUtime=1675.47
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 156027 0 1 0 167406 141 0 0 18 0 13 0 157528307 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369714 141368 1436 9 0 367057 0
[pid=11897/tid=11899] ppid=11895 vsize=1478856 CPUtime=1646.08
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 32116 0 1 0 164591 17 0 0 25 0 13 0 157528308 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4109810045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1478856 CPUtime=13.18
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 62196 0 0 0 1261 57 0 0 16 0 13 0 157528310 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1478856 CPUtime=13.24
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 54410 0 0 0 1268 56 0 0 16 0 13 0 157528310 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1478856 CPUtime=0.18
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 12 6 0 0 16 0 13 0 157528311 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157528312 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 157528312 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157528316 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1478856 CPUtime=1.69
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 4547 0 0 0 167 2 0 0 16 0 13 0 157528316 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1478856 CPUtime=1.04
/proc/11897/task/11907/stat : 11907 (java) S 11895 11897 11578 0 -1 64 2009 0 0 0 104 0 0 0 17 0 13 0 157528316 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157528316 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157528316 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11910] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11910/stat : 11910 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157528905 1514348544 141368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.47
Current children cumulated vsize (KiB) 1478856

[startup+1722.3 s]
/proc/loadavg: 0.97 0.99 0.99 2/77 11910
/proc/meminfo: memFree=726848/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1478856 CPUtime=1735.87
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 157404 0 1 0 173443 144 0 0 18 0 13 0 157528307 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369714 142646 1436 9 0 367057 0
[pid=11897/tid=11899] ppid=11895 vsize=1478856 CPUtime=1705.51
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 32151 0 1 0 170534 17 0 0 25 0 13 0 157528308 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4109810004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1478856 CPUtime=13.65
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 62815 0 0 0 1306 59 0 0 16 0 13 0 157528310 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1478856 CPUtime=13.73
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 55133 0 0 0 1316 57 0 0 16 0 13 0 157528310 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1478856 CPUtime=0.18
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 12 6 0 0 16 0 13 0 157528311 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157528312 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 157528312 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157528316 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1478856 CPUtime=1.69
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 4547 0 0 0 167 2 0 0 16 0 13 0 157528316 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1478856 CPUtime=1.04
/proc/11897/task/11907/stat : 11907 (java) S 11895 11897 11578 0 -1 64 2009 0 0 0 104 0 0 0 17 0 13 0 157528316 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157528316 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157528316 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11910] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11910/stat : 11910 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157528905 1514348544 142646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.87
Current children cumulated vsize (KiB) 1478856

[startup+1782.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 11910
/proc/meminfo: memFree=724544/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1478856 CPUtime=1796.01
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 158021 0 1 0 179456 145 0 0 18 0 13 0 157528307 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369714 143199 1436 9 0 367057 0
[pid=11897/tid=11899] ppid=11895 vsize=1478856 CPUtime=1765.31
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 32160 0 1 0 176514 17 0 0 25 0 13 0 157528308 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4109726384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1478856 CPUtime=13.83
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 63202 0 0 0 1323 60 0 0 16 0 13 0 157528310 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1478856 CPUtime=13.89
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 55354 0 0 0 1332 57 0 0 17 0 13 0 157528310 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1478856 CPUtime=0.18
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 12 6 0 0 16 0 13 0 157528311 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157528312 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 157528312 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1478856 CPUtime=1.69
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 4547 0 0 0 167 2 0 0 16 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1478856 CPUtime=1.04
/proc/11897/task/11907/stat : 11907 (java) S 11895 11897 11578 0 -1 64 2009 0 0 0 104 0 0 0 17 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11910] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11910/stat : 11910 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157528905 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 1478856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 11910
/proc/meminfo: memFree=724544/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=1478856 CPUtime=1800.02
/proc/11897/stat : 11897 (java) S 11895 11897 11578 0 -1 0 158021 0 1 0 179857 145 0 0 18 0 13 0 157528307 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 369714 143199 1436 9 0 367057 0
[pid=11897/tid=11899] ppid=11895 vsize=1478856 CPUtime=1769.32
/proc/11897/task/11899/stat : 11899 (java) R 11895 11897 11578 0 -1 64 32160 0 1 0 176915 17 0 0 25 0 13 0 157528308 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4109726629 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11900] ppid=11895 vsize=1478856 CPUtime=13.83
/proc/11897/task/11900/stat : 11900 (java) S 11895 11897 11578 0 -1 64 63202 0 0 0 1323 60 0 0 16 0 13 0 157528310 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11901] ppid=11895 vsize=1478856 CPUtime=13.89
/proc/11897/task/11901/stat : 11901 (java) S 11895 11897 11578 0 -1 64 55354 0 0 0 1332 57 0 0 17 0 13 0 157528310 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11902] ppid=11895 vsize=1478856 CPUtime=0.18
/proc/11897/task/11902/stat : 11902 (java) S 11895 11897 11578 0 -1 64 9 0 0 0 12 6 0 0 16 0 13 0 157528311 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11903] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11903/stat : 11903 (java) S 11895 11897 11578 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157528312 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11904] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11904/stat : 11904 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 157528312 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11905] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11905/stat : 11905 (java) S 11895 11897 11578 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11906] ppid=11895 vsize=1478856 CPUtime=1.69
/proc/11897/task/11906/stat : 11906 (java) S 11895 11897 11578 0 -1 64 4547 0 0 0 167 2 0 0 16 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11907] ppid=11895 vsize=1478856 CPUtime=1.04
/proc/11897/task/11907/stat : 11907 (java) S 11895 11897 11578 0 -1 64 2009 0 0 0 104 0 0 0 17 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11908] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11908/stat : 11908 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11897/tid=11909] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11909/stat : 11909 (java) S 11895 11897 11578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157528316 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11897/tid=11910] ppid=11895 vsize=1478856 CPUtime=0
/proc/11897/task/11910/stat : 11910 (java) S 11895 11897 11578 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157528905 1514348544 143199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1478856

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

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

[startup+1786.42 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 11910
/proc/meminfo: memFree=724544/2055920 swapFree=4182548/4192956
[pid=11897] ppid=11895 vsize=0 CPUtime=1800.14
/proc/11897/stat : 11897 (java) Z 11895 11897 11578 0 -1 1036 158044 0 1 0 179864 150 0 0 16 0 2 0 157528307 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11897/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.46
CPU time (s): 1800.19
CPU user time (s): 1798.64
CPU system time (s): 1.54776
CPU usage (%): 100.768
Max. virtual memory (cumulated for all children) (KiB): 1481436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.54776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158044
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= 49499
involuntary context switches= 28807

runsolver used 2.07168 second user time and 5.19521 second system time

The end

Launcher Data

Begin job on node17 at 2009-06-13 15:21:20
IDJOB=1856020
IDBENCH=2305
IDSOLVER=681
FILE ID=node17/1856020-1244899280
PBS_JOBID= 9354470
Free space on /tmp= 66460 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3709.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856020-1244899280/watcher-1856020-1244899280 -o /tmp/evaluation-result-1856020-1244899280/solver-1856020-1244899280 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856020-1244899280.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7d8773951a908fd3c2652ff6acba65e8
RANDOM SEED=1848269601

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

/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.214
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.214
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:       1294152 kB
Buffers:         69028 kB
Cached:         612716 kB
SwapCached:       4988 kB
Active:          44828 kB
Inactive:       645692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294152 kB
SwapTotal:     4192956 kB
SwapFree:      4182548 kB
Dirty:            8944 kB
Writeback:           0 kB
Mapped:          13704 kB
Slab:            57200 kB
Committed_AS:   135728 kB
PageTables:       1456 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= 66460 MiB
End job on node17 at 2009-06-13 15:51:09