Trace number 351708

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.16 1764.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pp08aCUTS.opb
MD5SUM4a4829ccfb158b9e23ea953e29870120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 69
Optimality of the best value was proved NO
Number of variables4600
Total number of constraints310
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 constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
Biggest coefficient in the objective function 3121
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527152
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262140
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 527152
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/351708-1176610078/instance-351708-1176610078.opb
0.21/0.20	c reading problem ... 
1.59/1.10	c ... done. Wall clock time 0.899s.
1.59/1.10	c CPU time (experimental) 0.64s.
1.59/1.10	c #vars     4600
1.59/1.10	c #constraints  374
1800.05/1764.61	c starts		: 2
1800.05/1764.61	c conflicts		: 54958
1800.05/1764.61	c decisions		: 76278
1800.05/1764.61	c propagations		: 299553
1800.05/1764.61	c inspects		: 596948590
1800.05/1764.61	c learnt literals	: 0
1800.05/1764.61	c learnt binary clauses	: 0
1800.05/1764.61	c learnt ternary clauses	: 0
1800.05/1764.61	c learnt clauses	: 54958
1800.05/1764.61	c root simplifications	: 0
1800.05/1764.61	c removed literals (reason simplification)	: 0
1800.05/1764.61	c reason swapping (by a shorter reason)	: 0
1800.05/1764.61	c Calls to reduceDB	: 0
1800.05/1764.61	c speed (decisions/second)	: 43.256185065109975
1800.05/1764.61	c non guided choices	0
1800.05/1764.61	s UNKNOWN
1800.05/1764.61	c Total wall clock time (ms): 1764.413

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/node1/watcher-351708-1176610078 -o ROOT/results/node1/solver-351708-1176610078 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351708-1176610078/sat4jPseudoCPClause.jar /tmp/evaluation/351708-1176610078/instance-351708-1176610078.opb 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 3145
/proc/meminfo: memFree=1706816/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1800 CPUtime=0
/proc/3145/stat : 3145 (java) R 3143 3145 2462 0 -1 0 150 0 0 0 0 0 0 0 18 0 1 0 137045604 1843200 122 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6264443 0 0 4096 0 0 0 0 17 1 0 0
/proc/3145/statm: 450 125 89 9 0 92 0

[startup+0.0294219 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 3145
/proc/meminfo: memFree=1706816/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1774248 CPUtime=0.02
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 2610 0 1 0 1 1 0 0 18 0 4 0 137045604 1816829952 2358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 443562 2359 432 9 0 441576 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1774248

[startup+0.102424 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 3145
/proc/meminfo: memFree=1706816/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1780112 CPUtime=0.09
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 3982 0 1 0 7 2 0 0 18 0 12 0 137045604 1822834688 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 445028 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.301454 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 3145
/proc/meminfo: memFree=1706816/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1782400 CPUtime=0.33
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 5105 0 1 0 30 3 0 0 18 0 12 0 137045604 1825177600 4841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 445600 4841 1264 9 0 443211 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782400

[startup+0.702501 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 3145
/proc/meminfo: memFree=1706816/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1786672 CPUtime=0.98
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 7964 0 1 0 94 4 0 0 18 0 12 0 137045604 1829552128 7266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 446668 7266 1302 9 0 444279 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1786672

[startup+1.5026 s]
/proc/loadavg: 0.91 0.95 0.98 4/89 3157
/proc/meminfo: memFree=1672096/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1792868 CPUtime=2.46
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 17810 0 1 0 237 9 0 0 18 0 13 0 137045604 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 448217 14134 1318 9 0 445828 0
[pid=3145/tid=3147] ppid=3143 vsize=1792868 CPUtime=0.91
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 10462 0 1 0 86 5 0 0 20 0 13 0 137045605 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213191 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1792868 CPUtime=0
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 137045607 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1792868 CPUtime=0
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 137045607 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1792868 CPUtime=0
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 137045609 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1792868 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 137045609 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1792868 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 137045609 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1792868 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1792868 CPUtime=0.7
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 2509 0 0 0 69 1 0 0 16 0 13 0 137045613 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1792868 CPUtime=0.81
/proc/3145/task/3155/stat : 3155 (java) R 3143 3145 2462 0 -1 64 4116 0 0 0 80 1 0 0 16 0 13 0 137045613 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104762804 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1792868 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1792868 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1835896832 14134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1792868

[startup+3.10178 s]
/proc/loadavg: 0.91 0.95 0.98 2/90 3158
/proc/meminfo: memFree=1595544/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1793892 CPUtime=4.75
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 48994 0 1 0 452 23 0 0 18 0 13 0 137045604 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 448473 42717 1330 9 0 446084 0
[pid=3145/tid=3147] ppid=3143 vsize=1793892 CPUtime=2.22
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 37732 0 1 0 205 17 0 0 22 0 13 0 137045605 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109544500 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1793892 CPUtime=0.01
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 606 0 0 0 1 0 0 0 16 0 13 0 137045607 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1793892 CPUtime=0.01
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 461 0 0 0 1 0 0 0 16 0 13 0 137045607 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1793892 CPUtime=0
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 137045609 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1793892 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137045609 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1793892 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137045609 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1793892 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1793892 CPUtime=1.26
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 5311 0 0 0 124 2 0 0 17 0 13 0 137045613 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1793892 CPUtime=1.19
/proc/3145/task/3155/stat : 3155 (java) S 3143 3145 2462 0 -1 64 4155 0 0 0 118 1 0 0 16 0 13 0 137045613 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1793892 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1793892 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3158] ppid=3143 vsize=1793892 CPUtime=0
/proc/3145/task/3158/stat : 3158 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 137045726 1836945408 42717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 1793892

[startup+6.30215 s]
/proc/loadavg: 0.92 0.95 0.98 2/90 3158
/proc/meminfo: memFree=1527192/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1793340 CPUtime=8.09
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 53212 0 1 0 784 25 0 0 18 0 13 0 137045604 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 448335 45169 1331 9 0 445946 0
[pid=3145/tid=3147] ppid=3143 vsize=1793340 CPUtime=5.26
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 37737 0 1 0 508 18 0 0 25 0 13 0 137045605 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109671386 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1793340 CPUtime=0.15
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 2944 0 0 0 14 1 0 0 16 0 13 0 137045607 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1793340 CPUtime=0.14
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 2327 0 0 0 13 1 0 0 16 0 13 0 137045607 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1793340 CPUtime=0
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 137045609 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1793340 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137045609 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1793340 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137045609 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1793340 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1793340 CPUtime=1.29
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 5311 0 0 0 127 2 0 0 17 0 13 0 137045613 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1793340 CPUtime=1.21
/proc/3145/task/3155/stat : 3155 (java) S 3143 3145 2462 0 -1 64 4156 0 0 0 120 1 0 0 16 0 13 0 137045613 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1793340 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1793340 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3158] ppid=3143 vsize=1793340 CPUtime=0
/proc/3145/task/3158/stat : 3158 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 137045726 1836380160 45169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1793340

[startup+12.7019 s]
/proc/loadavg: 0.93 0.95 0.98 2/90 3158
/proc/meminfo: memFree=1498328/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1791900 CPUtime=14.8
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 63584 0 1 0 1450 30 0 0 18 0 13 0 137045604 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 447975 53806 1331 9 0 445586 0
[pid=3145/tid=3147] ppid=3143 vsize=1791900 CPUtime=11.39
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 38235 0 1 0 1121 18 0 0 25 0 13 0 137045605 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109791462 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1791900 CPUtime=0.4
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 8695 0 0 0 36 4 0 0 17 0 13 0 137045607 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1791900 CPUtime=0.39
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 6435 0 0 0 37 2 0 0 16 0 13 0 137045607 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1791900 CPUtime=1.33
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 5317 0 0 0 131 2 0 0 15 0 13 0 137045613 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1791900 CPUtime=1.22
/proc/3145/task/3155/stat : 3155 (java) S 3143 3145 2462 0 -1 64 4156 0 0 0 121 1 0 0 16 0 13 0 137045613 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3158] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3158/stat : 3158 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 137045726 1834905600 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 1791900

[startup+25.5024 s]
/proc/loadavg: 1.02 0.97 0.99 2/90 3158
/proc/meminfo: memFree=1484120/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1791900 CPUtime=27.83
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 67250 0 1 0 2751 32 0 0 18 0 13 0 137045604 1834905600 56950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 447975 56950 1332 9 0 445586 0
[pid=3145/tid=3147] ppid=3143 vsize=1791900 CPUtime=24
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 38246 0 1 0 2382 18 0 0 18 0 13 0 137045605 1834905600 56950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759921 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1791900 CPUtime=0.57
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 10836 0 0 0 52 5 0 0 16 0 13 0 137045607 1834905600 56950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1791900 CPUtime=0.57
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 7948 0 0 0 54 3 0 0 16 0 13 0 137045607 1834905600 56950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 56950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=3145] ppid=3143 vsize=1791900 CPUtime=1572.05
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 147694 0 1 0 157122 83 0 0 18 0 13 0 137045604 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 447975 128307 1333 9 0 445586 0
[pid=3145/tid=3147] ppid=3143 vsize=1791900 CPUtime=1511.25
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 38990 0 1 0 151103 22 0 0 25 0 13 0 137045605 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759993 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1791900 CPUtime=28.91
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 56093 0 0 0 2863 28 0 0 16 0 13 0 137045607 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1791900 CPUtime=28.9
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 42383 0 0 0 2869 21 0 0 16 0 13 0 137045607 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1791900 CPUtime=0.16
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 27 0 0 0 10 6 0 0 16 0 13 0 137045609 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1791900 CPUtime=1.49
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 5323 0 0 0 147 2 0 0 16 0 13 0 137045613 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1791900 CPUtime=1.27
/proc/3145/task/3155/stat : 3155 (java) S 3143 3145 2462 0 -1 64 4156 0 0 0 126 1 0 0 16 0 13 0 137045613 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3158] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3158/stat : 3158 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 137045726 1834905600 128307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1572.05
Current children cumulated vsize (KiB) 1791900

[startup+1602.3 s]
/proc/loadavg: 1.04 1.01 1.00 3/90 3160
/proc/meminfo: memFree=1190296/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1791900 CPUtime=1633.56
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 149429 0 1 0 163272 84 0 0 18 0 13 0 137045604 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 447975 130014 1333 9 0 445586 0
[pid=3145/tid=3147] ppid=3143 vsize=1791900 CPUtime=1569.61
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 39012 0 1 0 156939 22 0 0 24 0 13 0 137045605 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759921 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1791900 CPUtime=30.49
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 56344 0 0 0 3021 28 0 0 17 0 13 0 137045607 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1791900 CPUtime=30.49
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 43845 0 0 0 3027 22 0 0 17 0 13 0 137045607 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1791900 CPUtime=0.16
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 27 0 0 0 10 6 0 0 15 0 13 0 137045609 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1791900 CPUtime=1.49
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 5323 0 0 0 147 2 0 0 16 0 13 0 137045613 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1791900 CPUtime=1.27
/proc/3145/task/3155/stat : 3155 (java) S 3143 3145 2462 0 -1 64 4156 0 0 0 126 1 0 0 16 0 13 0 137045613 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3158] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3158/stat : 3158 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 137045726 1834905600 130014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1633.56
Current children cumulated vsize (KiB) 1791900

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 3160
/proc/meminfo: memFree=1184216/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1791900 CPUtime=1695.05
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 150914 0 1 0 169420 85 0 0 18 0 13 0 137045604 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 447975 131458 1333 9 0 445586 0
[pid=3145/tid=3147] ppid=3143 vsize=1791900 CPUtime=1628.02
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 39033 0 1 0 162780 22 0 0 25 0 13 0 137045605 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109789922 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1791900 CPUtime=32.02
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 56509 0 0 0 3174 28 0 0 16 0 13 0 137045607 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1791900 CPUtime=32.01
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 45144 0 0 0 3179 22 0 0 16 0 13 0 137045607 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1791900 CPUtime=0.16
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 27 0 0 0 10 6 0 0 16 0 13 0 137045609 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1791900 CPUtime=1.49
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 5323 0 0 0 147 2 0 0 16 0 13 0 137045613 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1791900 CPUtime=1.27
/proc/3145/task/3155/stat : 3155 (java) S 3143 3145 2462 0 -1 64 4156 0 0 0 126 1 0 0 16 0 13 0 137045613 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3158] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3158/stat : 3158 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 137045726 1834905600 131458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1695.05
Current children cumulated vsize (KiB) 1791900

[startup+1722.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/90 3160
/proc/meminfo: memFree=1178776/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1791900 CPUtime=1756.65
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 152428 0 1 0 175578 87 0 0 18 0 13 0 137045604 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 447975 132899 1333 9 0 445586 0
[pid=3145/tid=3147] ppid=3143 vsize=1791900 CPUtime=1686.36
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 39055 0 1 0 168613 23 0 0 25 0 13 0 137045605 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109936250 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1791900 CPUtime=33.65
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 56569 0 0 0 3337 28 0 0 16 0 13 0 137045607 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1791900 CPUtime=33.64
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 46576 0 0 0 3341 23 0 0 16 0 13 0 137045607 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1791900 CPUtime=0.17
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 27 0 0 0 10 7 0 0 15 0 13 0 137045609 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1791900 CPUtime=1.49
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 5323 0 0 0 147 2 0 0 16 0 13 0 137045613 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1791900 CPUtime=1.27
/proc/3145/task/3155/stat : 3155 (java) S 3143 3145 2462 0 -1 64 4156 0 0 0 126 1 0 0 16 0 13 0 137045613 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3158] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3158/stat : 3158 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 137045726 1834905600 132899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1756.65
Current children cumulated vsize (KiB) 1791900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.6 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 3160
/proc/meminfo: memFree=1174232/2055920 swapFree=4145888/4192956
[pid=3145] ppid=3143 vsize=1791900 CPUtime=1800.05
/proc/3145/stat : 3145 (java) S 3143 3145 2462 0 -1 0 153529 0 1 0 179917 88 0 0 18 0 13 0 137045604 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3145/statm: 447975 133959 1333 9 0 445586 0
[pid=3145/tid=3147] ppid=3143 vsize=1791900 CPUtime=1727.49
/proc/3145/task/3147/stat : 3147 (java) R 3143 3145 2462 0 -1 64 39070 0 1 0 172726 23 0 0 25 0 13 0 137045605 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109791128 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3148] ppid=3143 vsize=1791900 CPUtime=34.79
/proc/3145/task/3148/stat : 3148 (java) S 3143 3145 2462 0 -1 64 57387 0 0 0 3450 29 0 0 16 0 13 0 137045607 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3149] ppid=3143 vsize=1791900 CPUtime=34.76
/proc/3145/task/3149/stat : 3149 (java) S 3143 3145 2462 0 -1 64 46844 0 0 0 3453 23 0 0 16 0 13 0 137045607 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3150] ppid=3143 vsize=1791900 CPUtime=0.18
/proc/3145/task/3150/stat : 3150 (java) S 3143 3145 2462 0 -1 64 27 0 0 0 11 7 0 0 15 0 13 0 137045609 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3151] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3151/stat : 3151 (java) S 3143 3145 2462 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3152] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3152/stat : 3152 (java) S 3143 3145 2462 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137045609 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3153] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3153/stat : 3153 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137045613 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3154] ppid=3143 vsize=1791900 CPUtime=1.49
/proc/3145/task/3154/stat : 3154 (java) S 3143 3145 2462 0 -1 64 5323 0 0 0 147 2 0 0 16 0 13 0 137045613 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3155] ppid=3143 vsize=1791900 CPUtime=1.27
/proc/3145/task/3155/stat : 3155 (java) S 3143 3145 2462 0 -1 64 4156 0 0 0 126 1 0 0 16 0 13 0 137045613 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3156] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3156/stat : 3156 (java) S 3143 3145 2462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 137045613 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3145/tid=3157] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3157/stat : 3157 (java) S 3143 3145 2462 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 137045613 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3145/tid=3158] ppid=3143 vsize=1791900 CPUtime=0
/proc/3145/task/3158/stat : 3158 (java) S 3143 3145 2462 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 137045726 1834905600 133959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1791900

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

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

Child status: 143
Real time (s): 1764.71
CPU time (s): 1800.16
CPU user time (s): 1799.19
CPU system time (s): 0.965853
CPU usage (%): 102.009
Max. virtual memory (cumulated for all children) (KiB): 1797988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153549
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= 42975
involuntary context switches= 68178

runsolver used 1.90471 second user time and 5.51616 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Apr 15 04:07:58 UTC 2007

IDJOB= 351708
IDBENCH= 1792
IDSOLVER= 164
FILE ID= node1/351708-1176610078

PBS_JOBID= 4556825

Free space on /tmp= 66465 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4a4829ccfb158b9e23ea953e29870120

RANDOM SEED= 453383467

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1707224 kB
Buffers:         58952 kB
Cached:         215048 kB
SwapCached:      15204 kB
Active:         151988 kB
Inactive:       148016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707224 kB
SwapTotal:     4192956 kB
SwapFree:      4145888 kB
Dirty:            3892 kB
Writeback:           0 kB
Mapped:          30224 kB
Slab:            34196 kB
Committed_AS:  3552196 kB
PageTables:       1836 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= 66465 MiB

End job on node1 on Sun Apr 15 04:37:24 UTC 2007