Trace number 350694

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.21 1768.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos14.opb
MD5SUM908b859aa6cb5be1c335ba1e4149146b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark87587
Best CPU time to get the best result obtained on this benchmark1802.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 240
Optimality of the best value was proved NO
Number of variables17840
Total number of constraints656
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 constraints656
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10640
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 534104
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261895
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 534104
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	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/350694-1176540132/instance-350694-1176540132.opb
0.21/0.20	c reading problem ... 
2.32/1.43	c ... done. Wall clock time 1.228s.
2.32/1.43	c CPU time (experimental) 1.0s.
2.32/1.43	c #vars     17840
2.32/1.43	c #constraints  896
1800.02/1768.51	c starts		: 2
1800.02/1768.51	c conflicts		: 46325
1800.02/1768.51	c decisions		: 128404
1800.02/1768.51	c propagations		: 401954
1800.02/1768.51	c inspects		: 299533998
1800.02/1768.51	c learnt literals	: 0
1800.02/1768.51	c learnt binary clauses	: 0
1800.02/1768.51	c learnt ternary clauses	: 0
1800.02/1768.51	c learnt clauses	: 46325
1800.02/1768.51	c root simplifications	: 0
1800.02/1768.51	c removed literals (reason simplification)	: 0
1800.02/1768.51	c reason swapping (by a shorter reason)	: 0
1800.02/1768.51	c Calls to reduceDB	: 0
1800.02/1768.51	c speed (decisions/second)	: 72.67672374026692
1800.02/1768.51	c non guided choices	0
1800.02/1768.51	s UNKNOWN
1800.02/1768.51	c Total wall clock time (ms): 1768.312

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/node2/watcher-350694-1176540132 -o ROOT/results/node2/solver-350694-1176540132 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350694-1176540132/sat4jPseudoCPClause.jar /tmp/evaluation/350694-1176540132/instance-350694-1176540132.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.98 0.99 2/77 26231
/proc/meminfo: memFree=1770808/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=316 CPUtime=0
/proc/26231/stat : 26231 (java) R 26229 26231 25776 0 -1 0 58 0 0 0 0 0 0 0 18 0 1 0 130050971 323584 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10537613 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 81 44 33 9 0 6 0

[startup+0.0211499 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 26231
/proc/meminfo: memFree=1770808/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1772952 CPUtime=0.01
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 1266 0 1 0 0 1 0 0 18 0 2 0 130050971 1815502848 1016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 443238 1026 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.10215 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 26231
/proc/meminfo: memFree=1770808/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1780112 CPUtime=0.08
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 130050971 1822834688 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 445028 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302179 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 26231
/proc/meminfo: memFree=1770808/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1782436 CPUtime=0.33
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 5241 0 1 0 30 3 0 0 18 0 12 0 130050971 1825214464 4977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 445609 4977 1264 9 0 443220 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782436

[startup+0.702222 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 26231
/proc/meminfo: memFree=1770808/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1785948 CPUtime=0.95
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 8130 0 1 0 91 4 0 0 18 0 12 0 130050971 1828810752 7385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 446487 7385 1298 9 0 444098 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1785948

[startup+1.5013 s]
/proc/loadavg: 0.91 0.98 0.99 4/89 26243
/proc/meminfo: memFree=1736152/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1793300 CPUtime=2.53
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 24294 0 1 0 241 12 0 0 18 0 12 0 130050971 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448325 20193 1312 9 0 445936 0
[pid=26231/tid=26233] ppid=26229 vsize=1793300 CPUtime=1.03
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 16516 0 1 0 95 8 0 0 18 0 12 0 130050972 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109209568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1793300 CPUtime=0
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 130050973 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1793300 CPUtime=0
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 130050973 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1793300 CPUtime=0
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 130050976 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1793300 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 130050976 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1793300 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 130050976 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1793300 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 130050980 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1793300 CPUtime=0.98
/proc/26231/task/26240/stat : 26240 (java) R 26229 26231 25776 0 -1 64 5555 0 0 0 97 1 0 0 20 0 12 0 130050980 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1793300 CPUtime=0.48
/proc/26231/task/26241/stat : 26241 (java) R 26229 26231 25776 0 -1 64 1500 0 0 0 48 0 0 0 16 0 12 0 130050980 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1793300 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 130050980 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1793300 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 130050980 1836339200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1793300

[startup+3.10247 s]
/proc/loadavg: 0.91 0.98 0.99 3/90 26244
/proc/meminfo: memFree=1687248/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1794648 CPUtime=5.12
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 42701 0 1 0 493 19 0 0 18 0 13 0 130050971 1837719552 35452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448662 35456 1318 9 0 446273 0
[pid=26231/tid=26233] ppid=26229 vsize=1794648 CPUtime=2.27
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 31421 0 1 0 213 14 0 0 19 0 13 0 130050972 1837719552 35458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109606626 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 130050973 1837719552 35460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 130050973 1837719552 35462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 130050976 1837719552 35465 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 130050976 1837719552 35466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 130050976 1837719552 35467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130050980 1837719552 35467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1794648 CPUtime=1.56
/proc/26231/task/26240/stat : 26240 (java) S 26229 26231 25776 0 -1 64 6420 0 0 0 154 2 0 0 16 0 13 0 130050980 1837719552 35468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1794648 CPUtime=1.25
/proc/26231/task/26241/stat : 26241 (java) S 26229 26231 25776 0 -1 64 4139 0 0 0 124 1 0 0 16 0 13 0 130050980 1837719552 35469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130050980 1837719552 35470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130050980 1837719552 35470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26244] ppid=26229 vsize=1794648 CPUtime=0
/proc/26231/task/26244/stat : 26244 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 130051156 1837719552 35471 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 1794648

[startup+6.3028 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 26244
/proc/meminfo: memFree=1582160/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1794684 CPUtime=8.66
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 56215 0 1 0 840 26 0 0 18 0 13 0 130050971 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448671 48867 1328 9 0 446282 0
[pid=26231/tid=26233] ppid=26229 vsize=1794684 CPUtime=5.21
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 37739 0 1 0 504 17 0 0 25 0 13 0 130050972 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109905339 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1794684 CPUtime=0.2
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 3460 0 0 0 19 1 0 0 16 0 13 0 130050973 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1794684 CPUtime=0.2
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 3703 0 0 0 18 2 0 0 16 0 13 0 130050973 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1794684 CPUtime=0
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 130050976 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1794684 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130050976 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1794684 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130050976 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1794684 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130050980 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1794684 CPUtime=1.63
/proc/26231/task/26240/stat : 26240 (java) S 26229 26231 25776 0 -1 64 6425 0 0 0 161 2 0 0 16 0 13 0 130050980 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1794684 CPUtime=1.38
/proc/26231/task/26241/stat : 26241 (java) S 26229 26231 25776 0 -1 64 4151 0 0 0 137 1 0 0 17 0 13 0 130050980 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1794684 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130050980 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1794684 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130050980 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26244] ppid=26229 vsize=1794684 CPUtime=0
/proc/26231/task/26244/stat : 26244 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 130051156 1837756416 48867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 1794684

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 26244
/proc/meminfo: memFree=1552144/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1794520 CPUtime=15.35
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 64644 0 1 0 1505 30 0 0 18 0 13 0 130050971 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448630 55821 1334 9 0 446241 0
[pid=26231/tid=26233] ppid=26229 vsize=1794520 CPUtime=11.31
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 37749 0 1 0 1114 17 0 0 25 0 13 0 130050972 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595421 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1794520 CPUtime=0.48
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 7308 0 0 0 45 3 0 0 16 0 13 0 130050973 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1794520 CPUtime=0.49
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 8261 0 0 0 45 4 0 0 16 0 13 0 130050973 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130050980 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1794520 CPUtime=1.63
/proc/26231/task/26240/stat : 26240 (java) S 26229 26231 25776 0 -1 64 6431 0 0 0 161 2 0 0 16 0 13 0 130050980 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1794520 CPUtime=1.38
/proc/26231/task/26241/stat : 26241 (java) S 26229 26231 25776 0 -1 64 4151 0 0 0 137 1 0 0 17 0 13 0 130050980 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130050980 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130050980 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26244] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26244/stat : 26244 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 130051156 1837588480 55821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 1794520

[startup+25.5028 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 26244
/proc/meminfo: memFree=1538832/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1794520 CPUtime=28.3
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 68290 0 1 0 2798 32 0 0 18 0 13 0 130050971 1837588480 59010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448630 59010 1334 9 0 446241 0
[pid=26231/tid=26233] ppid=26229 vsize=1794520 CPUtime=23.96
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 37967 0 1 0 2379 17 0 0 24 0 13 0 130050972 1837588480 59010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109596052 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1794520 CPUtime=0.62
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 8758 0 0 0 58 4 0 0 16 0 13 0 130050973 1837588480 59010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1794520 CPUtime=0.6
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 10224 0 0 0 56 4 0 0 16 0 13 0 130050973 1837588480 59010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 59010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=26231/tid=26236] ppid=26229 vsize=1794520 CPUtime=0.13
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 41 0 0 0 8 5 0 0 16 0 13 0 130050976 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130050980 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1794520 CPUtime=1.71
/proc/26231/task/26240/stat : 26240 (java) S 26229 26231 25776 0 -1 64 6434 0 0 0 169 2 0 0 16 0 13 0 130050980 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1794520 CPUtime=1.44
/proc/26231/task/26241/stat : 26241 (java) S 26229 26231 25776 0 -1 64 4167 0 0 0 143 1 0 0 16 0 13 0 130050980 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130050980 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130050980 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26244] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26244/stat : 26244 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 130051156 1837588480 177115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1569.38
Current children cumulated vsize (KiB) 1794520

[startup+1602.3 s]
/proc/loadavg: 1.07 1.06 1.03 2/90 26442
/proc/meminfo: memFree=1056464/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1794520 CPUtime=1630.56
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 212917 0 1 0 162932 124 0 0 18 0 13 0 130050971 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448630 179156 1334 9 0 446241 0
[pid=26231/tid=26233] ppid=26229 vsize=1794520 CPUtime=1573.09
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 39880 0 1 0 157272 37 0 0 25 0 13 0 130050972 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109861058 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1794520 CPUtime=27.04
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 78037 0 0 0 2667 37 0 0 16 0 13 0 130050973 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1794520 CPUtime=27.1
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 83635 0 0 0 2671 39 0 0 16 0 13 0 130050973 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1794520 CPUtime=0.13
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 41 0 0 0 8 5 0 0 16 0 13 0 130050976 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130050980 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1794520 CPUtime=1.71
/proc/26231/task/26240/stat : 26240 (java) S 26229 26231 25776 0 -1 64 6434 0 0 0 169 2 0 0 16 0 13 0 130050980 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1794520 CPUtime=1.44
/proc/26231/task/26241/stat : 26241 (java) S 26229 26231 25776 0 -1 64 4167 0 0 0 143 1 0 0 16 0 13 0 130050980 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130050980 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130050980 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26244] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26244/stat : 26244 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 130051156 1837588480 179156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1630.56
Current children cumulated vsize (KiB) 1794520

[startup+1662.3 s]
/proc/loadavg: 1.02 1.04 1.02 2/90 26442
/proc/meminfo: memFree=1048336/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1794520 CPUtime=1691.73
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 215428 0 1 0 169048 125 0 0 18 0 13 0 130050971 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448630 181173 1334 9 0 446241 0
[pid=26231/tid=26233] ppid=26229 vsize=1794520 CPUtime=1631.82
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 39895 0 1 0 163145 37 0 0 25 0 13 0 130050972 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109861178 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1794520 CPUtime=28.25
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 79757 0 0 0 2788 37 0 0 16 0 13 0 130050973 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1794520 CPUtime=28.33
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 84411 0 0 0 2793 40 0 0 16 0 13 0 130050973 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1794520 CPUtime=0.13
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 41 0 0 0 8 5 0 0 16 0 13 0 130050976 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130050980 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1794520 CPUtime=1.71
/proc/26231/task/26240/stat : 26240 (java) S 26229 26231 25776 0 -1 64 6434 0 0 0 169 2 0 0 16 0 13 0 130050980 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1794520 CPUtime=1.44
/proc/26231/task/26241/stat : 26241 (java) S 26229 26231 25776 0 -1 64 4167 0 0 0 143 1 0 0 16 0 13 0 130050980 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130050980 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130050980 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26244] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26244/stat : 26244 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 130051156 1837588480 181173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1691.73
Current children cumulated vsize (KiB) 1794520

[startup+1722.3 s]
/proc/loadavg: 1.08 1.05 1.02 2/90 26442
/proc/meminfo: memFree=1040336/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1794520 CPUtime=1752.93
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 217745 0 1 0 175167 126 0 0 18 0 13 0 130050971 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448630 183153 1334 9 0 446241 0
[pid=26231/tid=26233] ppid=26229 vsize=1794520 CPUtime=1690.54
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 39910 0 1 0 169017 37 0 0 25 0 13 0 130050972 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109861058 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1794520 CPUtime=29.49
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 81467 0 0 0 2911 38 0 0 17 0 13 0 130050973 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1794520 CPUtime=29.56
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 85003 0 0 0 2916 40 0 0 16 0 13 0 130050973 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1794520 CPUtime=0.13
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 41 0 0 0 8 5 0 0 16 0 13 0 130050976 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130050980 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1794520 CPUtime=1.71
/proc/26231/task/26240/stat : 26240 (java) S 26229 26231 25776 0 -1 64 6434 0 0 0 169 2 0 0 16 0 13 0 130050980 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1794520 CPUtime=1.44
/proc/26231/task/26241/stat : 26241 (java) S 26229 26231 25776 0 -1 64 4167 0 0 0 143 1 0 0 16 0 13 0 130050980 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130050980 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130050980 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26244] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26244/stat : 26244 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 130051156 1837588480 183153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1752.93
Current children cumulated vsize (KiB) 1794520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.5 s]
/proc/loadavg: 1.03 1.04 1.02 2/90 26442
/proc/meminfo: memFree=1034512/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=1794520 CPUtime=1800.02
/proc/26231/stat : 26231 (java) S 26229 26231 25776 0 -1 0 219425 0 1 0 179875 127 0 0 18 0 13 0 130050971 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26231/statm: 448630 184600 1334 9 0 446241 0
[pid=26231/tid=26233] ppid=26229 vsize=1794520 CPUtime=1735.8
/proc/26231/task/26233/stat : 26233 (java) R 26229 26231 25776 0 -1 64 39921 0 1 0 173543 37 0 0 25 0 13 0 130050972 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109861058 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26234] ppid=26229 vsize=1794520 CPUtime=30.4
/proc/26231/task/26234/stat : 26234 (java) S 26229 26231 25776 0 -1 64 82656 0 0 0 3002 38 0 0 16 0 13 0 130050973 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26235] ppid=26229 vsize=1794520 CPUtime=30.47
/proc/26231/task/26235/stat : 26235 (java) S 26229 26231 25776 0 -1 64 85483 0 0 0 3007 40 0 0 17 0 13 0 130050973 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26236] ppid=26229 vsize=1794520 CPUtime=0.13
/proc/26231/task/26236/stat : 26236 (java) S 26229 26231 25776 0 -1 64 41 0 0 0 8 5 0 0 16 0 13 0 130050976 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26237] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26237/stat : 26237 (java) S 26229 26231 25776 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26238] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26238/stat : 26238 (java) S 26229 26231 25776 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130050976 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26239] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26239/stat : 26239 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130050980 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26240] ppid=26229 vsize=1794520 CPUtime=1.71
/proc/26231/task/26240/stat : 26240 (java) S 26229 26231 25776 0 -1 64 6434 0 0 0 169 2 0 0 16 0 13 0 130050980 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26241] ppid=26229 vsize=1794520 CPUtime=1.44
/proc/26231/task/26241/stat : 26241 (java) S 26229 26231 25776 0 -1 64 4167 0 0 0 143 1 0 0 16 0 13 0 130050980 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26231/tid=26242] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26242/stat : 26242 (java) S 26229 26231 25776 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130050980 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26243] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26243/stat : 26243 (java) S 26229 26231 25776 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 130050980 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26231/tid=26244] ppid=26229 vsize=1794520 CPUtime=0
/proc/26231/task/26244/stat : 26244 (java) S 26229 26231 25776 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 130051156 1837588480 184600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1794520

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

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

[startup+1768.61 s]
/proc/loadavg: 1.03 1.04 1.02 2/90 26442
/proc/meminfo: memFree=1034512/2055920 swapFree=4147196/4192956
[pid=26231] ppid=26229 vsize=0 CPUtime=1800.13
/proc/26231/stat : 26231 (java) Z 26229 26231 25776 0 -1 1036 219444 0 1 0 179881 132 0 0 16 0 2 0 130050971 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26231/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1768.68
CPU time (s): 1800.21
CPU user time (s): 1798.82
CPU system time (s): 1.39079
CPU usage (%): 101.782
Max. virtual memory (cumulated for all children) (KiB): 1796988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.39079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219444
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= 41841
involuntary context switches= 74279

runsolver used 1.9497 second user time and 5.2362 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Apr 14 08:42:12 UTC 2007

IDJOB= 350694
IDBENCH= 1578
IDSOLVER= 164
FILE ID= node2/350694-1176540132

PBS_JOBID= 4556734

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  908b859aa6cb5be1c335ba1e4149146b

RANDOM SEED= 669096758

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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:       1771152 kB
Buffers:         21908 kB
Cached:         195000 kB
SwapCached:      14360 kB
Active:          63512 kB
Inactive:       179052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771152 kB
SwapTotal:     4192956 kB
SwapFree:      4147196 kB
Dirty:            4196 kB
Writeback:           0 kB
Mapped:          32572 kB
Slab:            27556 kB
Committed_AS:  4653572 kB
PageTables:       1864 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= 66557 MiB

End job on node2 on Sat Apr 14 09:11:42 UTC 2007