Trace number 349365

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.17 1771.33

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMebe0bf73b5f65c9fef014886519c9815
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
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 constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c no version file found!!!
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c Simplify asserted PB constraints to clauses
0.17/0.23	c solving /tmp/evaluation/349365-1176698328/instance-349365-1176698328.opb
0.17/0.23	c reading problem ... 
11.07/8.86	c ... done. Wall clock time 8.637s.
11.07/8.86	c CPU time (experimental) 6.86s.
11.07/8.86	c #vars     155020
11.07/8.86	c #constraints  4612
1800.05/1771.21	c starts		: 2
1800.05/1771.21	c conflicts		: 38572
1800.05/1771.21	c decisions		: 69458
1800.05/1771.21	c propagations		: 673960
1800.05/1771.21	c inspects		: 487404459
1800.05/1771.21	c learnt literals	: 0
1800.05/1771.21	c learnt binary clauses	: 0
1800.05/1771.21	c learnt ternary clauses	: 0
1800.05/1771.21	c learnt clauses	: 38572
1800.05/1771.21	c root simplifications	: 0
1800.05/1771.21	c removed literals (reason simplification)	: 0
1800.05/1771.21	c reason swapping (by a shorter reason)	: 0
1800.05/1771.21	c Calls to reduceDB	: 0
1800.05/1771.21	c speed (decisions/second)	: 39.42592922654612
1800.05/1771.21	c non guided choices	0
1800.05/1771.21	s UNKNOWN
1800.05/1771.21	c Total wall clock time (ms): 1770.985

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/node46/watcher-349365-1176698328 -o ROOT/results/node46/solver-349365-1176698328 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349365-1176698328/sat4jPseudoCPClause.jar /tmp/evaluation/349365-1176698328/instance-349365-1176698328.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.93 0.98 0.99 2/65 27096
/proc/meminfo: memFree=1768376/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=152 CPUtime=0
/proc/27096/stat : 27096 (java) D 27094 27096 26315 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 24517059 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7795492 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/27096/statm: 38 26 19 9 0 4 0

[startup+0.100646 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27096
/proc/meminfo: memFree=1768376/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1777844 CPUtime=0.06
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 3809 0 1 0 4 2 0 0 18 0 7 0 24517059 1820512256 3551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 444461 3551 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.201665 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27096
/proc/meminfo: memFree=1768376/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1782324 CPUtime=0.17
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 4735 0 1 0 14 3 0 0 18 0 12 0 24517059 1825099776 4473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 445581 4473 1243 9 0 443192 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1782324

[startup+0.301685 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27096
/proc/meminfo: memFree=1768376/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1782436 CPUtime=0.29
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 6361 0 1 0 26 3 0 0 18 0 12 0 24517059 1825214464 6099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 445609 6099 1262 9 0 443220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782436

[startup+0.701758 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27096
/proc/meminfo: memFree=1768376/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1783476 CPUtime=0.88
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 8933 0 1 0 83 5 0 0 18 0 12 0 24517059 1826279424 8409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 445869 8409 1298 9 0 443480 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783476

[startup+1.50291 s]
/proc/loadavg: 0.93 0.98 0.99 4/77 27108
/proc/meminfo: memFree=1725272/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1797228 CPUtime=2.39
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 22680 0 1 0 227 12 0 0 18 0 12 0 24517059 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 449307 17823 1314 9 0 446918 0
[pid=27096/tid=27098] ppid=27094 vsize=1797228 CPUtime=0.86
/proc/27096/task/27098/stat : 27098 (java) R 27094 27096 26315 0 -1 64 13309 0 1 0 79 7 0 0 18 0 12 0 24517061 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476156 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1797228 CPUtime=0
/proc/27096/task/27099/stat : 27099 (java) S 27094 27096 26315 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 24517063 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1797228 CPUtime=0
/proc/27096/task/27100/stat : 27100 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 24517063 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1797228 CPUtime=0
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24517065 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1797228 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 24517066 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1797228 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24517066 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1797228 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24517070 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1797228 CPUtime=0.81
/proc/27096/task/27105/stat : 27105 (java) R 27094 27096 26315 0 -1 64 4735 0 0 0 79 2 0 0 18 0 12 0 24517070 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105303628 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1797228 CPUtime=0.69
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3917 0 0 0 68 1 0 0 17 0 12 0 24517070 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1797228 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24517070 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1797228 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24517070 1840361472 17823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1797228

[startup+3.10221 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 27108
/proc/meminfo: memFree=1628952/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1796676 CPUtime=4.26
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 55555 0 1 0 398 28 0 0 18 0 12 0 24517059 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 449169 50132 1324 9 0 446780 0
[pid=27096/tid=27098] ppid=27094 vsize=1796676 CPUtime=2.22
/proc/27096/task/27098/stat : 27098 (java) R 27094 27096 26315 0 -1 64 37690 0 1 0 204 18 0 0 20 0 12 0 24517061 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506181 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1796676 CPUtime=0.18
/proc/27096/task/27099/stat : 27099 (java) S 27094 27096 26315 0 -1 64 4036 0 0 0 17 1 0 0 16 0 12 0 24517063 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1796676 CPUtime=0.18
/proc/27096/task/27100/stat : 27100 (java) S 27094 27096 26315 0 -1 64 4393 0 0 0 16 2 0 0 16 0 12 0 24517063 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1796676 CPUtime=0
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24517065 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1796676 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24517066 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1796676 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24517066 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1796676 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24517070 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1796676 CPUtime=0.87
/proc/27096/task/27105/stat : 27105 (java) S 27094 27096 26315 0 -1 64 4785 0 0 0 85 2 0 0 17 0 12 0 24517070 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1796676 CPUtime=0.74
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3927 0 0 0 73 1 0 0 17 0 12 0 24517070 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1796676 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24517070 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1796676 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24517070 1839796224 50132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1796676

[startup+6.3028 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 27108
/proc/meminfo: memFree=1505880/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1796016 CPUtime=8.09
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 75015 0 1 0 772 37 0 0 18 0 12 0 24517059 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 449004 66661 1324 9 0 446615 0
[pid=27096/tid=27098] ppid=27094 vsize=1796016 CPUtime=4.78
/proc/27096/task/27098/stat : 27098 (java) S 27094 27096 26315 0 -1 64 37693 0 1 0 459 19 0 0 25 0 12 0 24517061 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1796016 CPUtime=0.82
/proc/27096/task/27099/stat : 27099 (java) R 27094 27096 26315 0 -1 64 15412 0 0 0 75 7 0 0 17 0 12 0 24517063 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1796016 CPUtime=0.82
/proc/27096/task/27100/stat : 27100 (java) R 27094 27096 26315 0 -1 64 12474 0 0 0 77 5 0 0 17 0 12 0 24517063 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1796016 CPUtime=0
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24517065 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1796016 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24517066 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1796016 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24517066 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1796016 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24517070 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1796016 CPUtime=0.87
/proc/27096/task/27105/stat : 27105 (java) S 27094 27096 26315 0 -1 64 4785 0 0 0 85 2 0 0 16 0 12 0 24517070 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1796016 CPUtime=0.75
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3927 0 0 0 74 1 0 0 16 0 12 0 24517070 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1796016 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24517070 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1796016 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24517070 1839120384 66661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1796016

[startup+12.703 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 27109
/proc/meminfo: memFree=1429968/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1795860 CPUtime=16.68
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 99331 0 1 0 1618 50 0 0 18 0 13 0 24517059 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 448965 86828 1334 9 0 446576 0
[pid=27096/tid=27098] ppid=27094 vsize=1795860 CPUtime=9.67
/proc/27096/task/27098/stat : 27098 (java) R 27094 27096 26315 0 -1 64 37742 0 1 0 948 19 0 0 18 0 13 0 24517061 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109969657 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1795860 CPUtime=1.96
/proc/27096/task/27099/stat : 27099 (java) S 27094 27096 26315 0 -1 64 29513 0 0 0 181 15 0 0 16 0 13 0 24517063 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1795860 CPUtime=1.97
/proc/27096/task/27100/stat : 27100 (java) S 27094 27096 26315 0 -1 64 22542 0 0 0 187 10 0 0 16 0 13 0 24517063 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24517065 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24517070 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1795860 CPUtime=1.49
/proc/27096/task/27105/stat : 27105 (java) S 27094 27096 26315 0 -1 64 4823 0 0 0 147 2 0 0 16 0 13 0 24517070 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1795860 CPUtime=1.53
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3982 0 0 0 152 1 0 0 16 0 13 0 24517070 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24517070 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24517070 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27109] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27109/stat : 27109 (java) S 27094 27096 26315 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24518074 1838960640 86828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 1795860

[startup+25.5013 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 27109
/proc/meminfo: memFree=1428688/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1795860 CPUtime=29.63
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 100396 0 1 0 2911 52 0 0 18 0 13 0 24517059 1838960640 85950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 448965 85950 1334 9 0 446576 0
[pid=27096/tid=27098] ppid=27094 vsize=1795860 CPUtime=22.17
/proc/27096/task/27098/stat : 27098 (java) R 27094 27096 26315 0 -1 64 37779 0 1 0 2198 19 0 0 25 0 13 0 24517061 1838960640 85950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109969955 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1795860 CPUtime=2.13
/proc/27096/task/27099/stat : 27099 (java) S 27094 27096 26315 0 -1 64 29860 0 0 0 198 15 0 0 16 0 13 0 24517063 1838960640 85950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1795860 CPUtime=2.11
/proc/27096/task/27100/stat : 27100 (java) S 27094 27096 26315 0 -1 64 23216 0 0 0 200 11 0 0 15 0 13 0 24517063 1838960640 85950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 24517065 1838960640 85950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 85950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 85950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27096/tid=27101] ppid=27094 vsize=1795860 CPUtime=0.23
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 59 0 0 0 15 8 0 0 16 0 13 0 24517065 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24517070 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1795860 CPUtime=1.71
/proc/27096/task/27105/stat : 27105 (java) S 27094 27096 26315 0 -1 64 4836 0 0 0 169 2 0 0 16 0 13 0 24517070 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1795860 CPUtime=1.69
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3987 0 0 0 168 1 0 0 17 0 13 0 24517070 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24517070 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24517070 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27109] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27109/stat : 27109 (java) S 27094 27096 26315 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24518074 1838960640 155270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1566.38
Current children cumulated vsize (KiB) 1795860

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 27307
/proc/meminfo: memFree=1146000/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1795860 CPUtime=1627.61
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 192259 0 1 0 162623 138 0 0 18 0 13 0 24517059 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 448965 156308 1334 9 0 446576 0
[pid=27096/tid=27098] ppid=27094 vsize=1795860 CPUtime=1574.38
/proc/27096/task/27098/stat : 27098 (java) R 27094 27096 26315 0 -1 64 47947 0 1 0 157400 38 0 0 25 0 13 0 24517061 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109909395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1795860 CPUtime=24.77
/proc/27096/task/27099/stat : 27099 (java) S 27094 27096 26315 0 -1 64 73112 0 0 0 2427 50 0 0 17 0 13 0 24517063 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1795860 CPUtime=24.75
/proc/27096/task/27100/stat : 27100 (java) S 27094 27096 26315 0 -1 64 61595 0 0 0 2440 35 0 0 16 0 13 0 24517063 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1795860 CPUtime=0.23
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 60 0 0 0 15 8 0 0 16 0 13 0 24517065 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24517070 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1795860 CPUtime=1.71
/proc/27096/task/27105/stat : 27105 (java) S 27094 27096 26315 0 -1 64 4836 0 0 0 169 2 0 0 16 0 13 0 24517070 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1795860 CPUtime=1.69
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3987 0 0 0 168 1 0 0 17 0 13 0 24517070 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24517070 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24517070 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27109] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27109/stat : 27109 (java) S 27094 27096 26315 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24518074 1838960640 156308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1627.61
Current children cumulated vsize (KiB) 1795860

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 27307
/proc/meminfo: memFree=1142032/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1795860 CPUtime=1688.86
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 193257 0 1 0 168747 139 0 0 18 0 13 0 24517059 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 448965 157277 1334 9 0 446576 0
[pid=27096/tid=27098] ppid=27094 vsize=1795860 CPUtime=1633.08
/proc/27096/task/27098/stat : 27098 (java) R 27094 27096 26315 0 -1 64 47971 0 1 0 163270 38 0 0 25 0 13 0 24517061 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109907256 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1795860 CPUtime=26.03
/proc/27096/task/27099/stat : 27099 (java) S 27094 27096 26315 0 -1 64 73195 0 0 0 2553 50 0 0 16 0 13 0 24517063 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1795860 CPUtime=26.02
/proc/27096/task/27100/stat : 27100 (java) S 27094 27096 26315 0 -1 64 62486 0 0 0 2566 36 0 0 16 0 13 0 24517063 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1795860 CPUtime=0.24
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 60 0 0 0 16 8 0 0 15 0 13 0 24517065 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24517070 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1795860 CPUtime=1.71
/proc/27096/task/27105/stat : 27105 (java) S 27094 27096 26315 0 -1 64 4836 0 0 0 169 2 0 0 16 0 13 0 24517070 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1795860 CPUtime=1.69
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3987 0 0 0 168 1 0 0 17 0 13 0 24517070 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24517070 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24517070 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27109] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27109/stat : 27109 (java) S 27094 27096 26315 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24518074 1838960640 157277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.86
Current children cumulated vsize (KiB) 1795860

[startup+1722.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 27307
/proc/meminfo: memFree=1138384/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1795860 CPUtime=1750.12
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 194236 0 1 0 174872 140 0 0 18 0 13 0 24517059 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 448965 158213 1334 9 0 446576 0
[pid=27096/tid=27098] ppid=27094 vsize=1795860 CPUtime=1691.75
/proc/27096/task/27098/stat : 27098 (java) R 27094 27096 26315 0 -1 64 47995 0 1 0 169137 38 0 0 25 0 13 0 24517061 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109935128 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1795860 CPUtime=27.32
/proc/27096/task/27099/stat : 27099 (java) S 27094 27096 26315 0 -1 64 73338 0 0 0 2682 50 0 0 16 0 13 0 24517063 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1795860 CPUtime=27.32
/proc/27096/task/27100/stat : 27100 (java) S 27094 27096 26315 0 -1 64 63298 0 0 0 2695 37 0 0 16 0 13 0 24517063 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1795860 CPUtime=0.24
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 60 0 0 0 16 8 0 0 16 0 13 0 24517065 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24517070 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1795860 CPUtime=1.71
/proc/27096/task/27105/stat : 27105 (java) S 27094 27096 26315 0 -1 64 4836 0 0 0 169 2 0 0 16 0 13 0 24517070 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1795860 CPUtime=1.69
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3987 0 0 0 168 1 0 0 17 0 13 0 24517070 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24517070 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24517070 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27109] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27109/stat : 27109 (java) S 27094 27096 26315 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24518074 1838960640 158213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1750.12
Current children cumulated vsize (KiB) 1795860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.2 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 27307
/proc/meminfo: memFree=1135248/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=1795860 CPUtime=1800.05
/proc/27096/stat : 27096 (java) S 27094 27096 26315 0 -1 0 194993 0 1 0 179864 141 0 0 18 0 13 0 24517059 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 448965 158944 1334 9 0 446576 0
[pid=27096/tid=27098] ppid=27094 vsize=1795860 CPUtime=1739.61
/proc/27096/task/27098/stat : 27098 (java) R 27094 27096 26315 0 -1 64 48014 0 1 0 173922 39 0 0 25 0 13 0 24517061 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591807 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27099] ppid=27094 vsize=1795860 CPUtime=28.36
/proc/27096/task/27099/stat : 27099 (java) S 27094 27096 26315 0 -1 64 73375 0 0 0 2786 50 0 0 16 0 13 0 24517063 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27100] ppid=27094 vsize=1795860 CPUtime=28.35
/proc/27096/task/27100/stat : 27100 (java) S 27094 27096 26315 0 -1 64 63999 0 0 0 2798 37 0 0 16 0 13 0 24517063 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27101] ppid=27094 vsize=1795860 CPUtime=0.25
/proc/27096/task/27101/stat : 27101 (java) S 27094 27096 26315 0 -1 64 60 0 0 0 17 8 0 0 16 0 13 0 24517065 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27102] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27102/stat : 27102 (java) S 27094 27096 26315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27103] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27103/stat : 27103 (java) S 27094 27096 26315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24517066 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27104] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27104/stat : 27104 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24517070 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27105] ppid=27094 vsize=1795860 CPUtime=1.71
/proc/27096/task/27105/stat : 27105 (java) S 27094 27096 26315 0 -1 64 4836 0 0 0 169 2 0 0 16 0 13 0 24517070 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27106] ppid=27094 vsize=1795860 CPUtime=1.69
/proc/27096/task/27106/stat : 27106 (java) S 27094 27096 26315 0 -1 64 3987 0 0 0 168 1 0 0 17 0 13 0 24517070 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27107] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27107/stat : 27107 (java) S 27094 27096 26315 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24517070 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27096/tid=27108] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27108/stat : 27108 (java) S 27094 27096 26315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24517070 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27096/tid=27109] ppid=27094 vsize=1795860 CPUtime=0
/proc/27096/task/27109/stat : 27109 (java) S 27094 27096 26315 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24518074 1838960640 158944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1795860

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

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

[startup+1771.31 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 27307
/proc/meminfo: memFree=1135248/2055920 swapFree=4184528/4192956
[pid=27096] ppid=27094 vsize=0 CPUtime=1800.15
/proc/27096/stat : 27096 (java) Z 27094 27096 26315 0 -1 1036 195013 0 1 0 179865 150 0 0 16 0 2 0 24517059 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27096/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.33
CPU time (s): 1800.17
CPU user time (s): 1798.66
CPU system time (s): 1.51477
CPU usage (%): 101.628
Max. virtual memory (cumulated for all children) (KiB): 1797960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.51477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195013
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= 49037
involuntary context switches= 33858

runsolver used 1.9987 second user time and 5.2622 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Mon Apr 16 04:39:01 UTC 2007

IDJOB= 349365
IDBENCH= 2383
IDSOLVER= 164
FILE ID= node46/349365-1176698328

PBS_JOBID= 4560006

Free space on /tmp= 66155 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbeb.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349365-1176698328/sat4jPseudoCPClause.jar /tmp/evaluation/349365-1176698328/instance-349365-1176698328.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-349365-1176698328 -o ROOT/results/node46/solver-349365-1176698328 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349365-1176698328/sat4jPseudoCPClause.jar /tmp/evaluation/349365-1176698328/instance-349365-1176698328.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ebe0bf73b5f65c9fef014886519c9815

RANDOM SEED= 172413383

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1768784 kB
Buffers:         12836 kB
Cached:         203220 kB
SwapCached:       2768 kB
Active:         105732 kB
Inactive:       123152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768784 kB
SwapTotal:     4192956 kB
SwapFree:      4184528 kB
Dirty:           17996 kB
Writeback:           0 kB
Mapped:          18952 kB
Slab:            44304 kB
Committed_AS:  1683500 kB
PageTables:       1480 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= 66155 MiB

End job on node46 on Mon Apr 16 05:08:34 UTC 2007