Trace number 348632

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.28 1733.6

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-pilot4.opb
MD5SUM65e439e03cbe6c14c849336d6093c9a6
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables26494
Total number of constraints657
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 constraints657
Minimum length of a constraint10
Maximum length of a constraint1427
Number of terms in the objective function 120
Biggest coefficient in the objective function 65537
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262399
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525515
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.06/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.16	c no version file found!!!
0.06/0.16	c sun.arch.data.model	32
0.06/0.16	c java.version	1.6.0
0.06/0.16	c os.name	Linux
0.06/0.16	c os.version	2.6.9-22.EL.rootsmp
0.06/0.16	c os.arch	i386
0.06/0.16	c Free memory 1651659224
0.06/0.16	c Max memory 1654456320
0.06/0.16	c Total memory 1654456320
0.06/0.16	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c Simplify asserted PB constraints to clauses
0.18/0.22	c solving /tmp/evaluation/348632-1176589717/instance-348632-1176589717.opb
0.18/0.22	c reading problem ... 
2.89/1.99	c ... done. Wall clock time 1.771s.
2.89/1.99	c CPU time (experimental) 1.49s.
2.89/1.99	c #vars     26494
2.89/1.99	c #constraints  935
1800.08/1733.41	c starts		: 2
1800.08/1733.41	c conflicts		: 13208
1800.08/1733.41	c decisions		: 43546
1800.08/1733.41	c propagations		: 273302
1800.08/1733.41	c inspects		: 159312235
1800.08/1733.41	c learnt literals	: 0
1800.08/1733.41	c learnt binary clauses	: 0
1800.08/1733.41	c learnt ternary clauses	: 0
1800.08/1733.41	c learnt clauses	: 13207
1800.08/1733.41	c root simplifications	: 0
1800.08/1733.41	c removed literals (reason simplification)	: 0
1800.08/1733.41	c reason swapping (by a shorter reason)	: 0
1800.08/1733.41	c Calls to reduceDB	: 0
1800.08/1733.41	c speed (decisions/second)	: 25.15102106353252
1800.08/1733.41	c non guided choices	3
1800.08/1733.41	s UNKNOWN
1800.08/1733.41	c Total wall clock time (ms): 1733.196

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/node7/watcher-348632-1176589717 -o ROOT/results/node7/solver-348632-1176589717 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348632-1176589717/sat4jPseudoCPClause.jar /tmp/evaluation/348632-1176589717/instance-348632-1176589717.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.85 0.97 0.99 2/77 28258
/proc/meminfo: memFree=1790432/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=152 CPUtime=0
/proc/28258/stat : 28258 (java) R 28256 28258 28195 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 135009375 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10416932 0 0 4096 0 0 0 0 17 1 0 0
/proc/28258/statm: 38 26 19 9 0 4 0

[startup+0.0975859 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 28258
/proc/meminfo: memFree=1790432/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1777844 CPUtime=0.06
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 3813 0 1 0 5 1 0 0 18 0 7 0 135009375 1820512256 3555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 444461 3555 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101584 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 28258
/proc/meminfo: memFree=1790432/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1777844 CPUtime=0.06
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 3851 0 1 0 5 1 0 0 18 0 7 0 135009375 1820512256 3593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 444461 3593 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301609 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 28258
/proc/meminfo: memFree=1790432/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1782068 CPUtime=0.29
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 5322 0 1 0 26 3 0 0 18 0 12 0 135009375 1824837632 5060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 445517 5060 1264 9 0 443128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782068

[startup+0.70165 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 28258
/proc/meminfo: memFree=1790432/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1784964 CPUtime=0.95
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 7926 0 1 0 91 4 0 0 18 0 12 0 135009375 1827803136 7223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 446241 7223 1309 9 0 443852 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1784964

[startup+1.50273 s]
/proc/loadavg: 0.86 0.97 0.99 4/89 28270
/proc/meminfo: memFree=1755456/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1792272 CPUtime=2.48
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 25794 0 1 0 236 12 0 0 18 0 12 0 135009375 1835286528 21858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 448068 21860 1310 9 0 445679 0
[pid=28258/tid=28260] ppid=28256 vsize=1792272 CPUtime=1.01
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 18241 0 1 0 92 9 0 0 19 0 12 0 135009376 1835286528 21860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478061 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1792272 CPUtime=0
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 135009379 1835286528 21861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1792272 CPUtime=0
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 135009379 1835286528 21862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1792272 CPUtime=0
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 135009381 1835286528 21863 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1792272 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 135009382 1835286528 21864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1792272 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 135009382 1835286528 21865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1792272 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 135009386 1835286528 21867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1792272 CPUtime=0.99
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 5396 0 0 0 98 1 0 0 19 0 12 0 135009386 1835286528 21867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1792272 CPUtime=0.45
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 1439 0 0 0 45 0 0 0 16 0 12 0 135009386 1835286528 21868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1792272 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135009386 1835286528 21870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1792272 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135009386 1835286528 21871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1792272

[startup+3.10291 s]
/proc/loadavg: 0.86 0.97 0.99 3/89 28270
/proc/meminfo: memFree=1646016/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1792596 CPUtime=4.9
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 52259 0 1 0 463 27 0 0 18 0 13 0 135009375 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 448149 46132 1331 9 0 445760 0
[pid=28258/tid=28260] ppid=28256 vsize=1792596 CPUtime=2.27
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 37724 0 1 0 209 18 0 0 19 0 13 0 135009376 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799107 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1792596 CPUtime=0.08
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 2530 0 0 0 7 1 0 0 16 0 13 0 135009379 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1792596 CPUtime=0.08
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 2190 0 0 0 7 1 0 0 16 0 13 0 135009379 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1792596 CPUtime=0.01
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 8 0 0 0 0 1 0 0 16 0 13 0 135009381 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1792596 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1792596 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135009382 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1792596 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135009386 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1792596 CPUtime=1.5
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 6208 0 0 0 149 1 0 0 16 0 13 0 135009386 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1792596 CPUtime=0.89
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 2876 0 0 0 88 1 0 0 16 0 13 0 135009386 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1792596 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135009386 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1792596 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135009386 1835618304 46132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 1792596

[startup+6.30242 s]
/proc/loadavg: 0.87 0.97 0.99 2/90 28271
/proc/meminfo: memFree=1589048/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1792504 CPUtime=8.74
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 64199 0 1 0 842 32 0 0 18 0 13 0 135009375 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 448126 56476 1331 9 0 445737 0
[pid=28258/tid=28260] ppid=28256 vsize=1792504 CPUtime=4.97
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 37732 0 1 0 479 18 0 0 18 0 13 0 135009376 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109900911 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1792504 CPUtime=0.58
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 8617 0 0 0 54 4 0 0 16 0 13 0 135009379 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1792504 CPUtime=0.56
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 7984 0 0 0 53 3 0 0 16 0 13 0 135009379 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1792504 CPUtime=0.02
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 21 0 0 0 1 1 0 0 15 0 13 0 135009381 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1792504 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1792504 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135009382 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1792504 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135009386 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1792504 CPUtime=1.6
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 6211 0 0 0 159 1 0 0 16 0 13 0 135009386 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1792504 CPUtime=0.95
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 2911 0 0 0 94 1 0 0 16 0 13 0 135009386 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1792504 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135009386 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1792504 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135009386 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28271] ppid=28256 vsize=1792504 CPUtime=0
/proc/28258/task/28271/stat : 28271 (java) S 28256 28258 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 135009586 1835524096 56476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 1792504

[startup+12.7011 s]
/proc/loadavg: 0.88 0.97 0.99 2/90 28271
/proc/meminfo: memFree=1562488/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1791948 CPUtime=15.27
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 66309 0 1 0 1494 33 0 0 18 0 13 0 135009375 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 447987 58190 1331 9 0 445598 0
[pid=28258/tid=28260] ppid=28256 vsize=1791948 CPUtime=11.27
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 37747 0 1 0 1109 18 0 0 25 0 13 0 135009376 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799163 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1791948 CPUtime=0.65
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 9754 0 0 0 61 4 0 0 16 0 13 0 135009379 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1791948 CPUtime=0.64
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 8942 0 0 0 60 4 0 0 16 0 13 0 135009379 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1791948 CPUtime=0.02
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 21 0 0 0 1 1 0 0 16 0 13 0 135009381 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135009386 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1791948 CPUtime=1.66
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 6211 0 0 0 165 1 0 0 16 0 13 0 135009386 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1791948 CPUtime=0.96
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 2911 0 0 0 95 1 0 0 16 0 13 0 135009386 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135009386 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135009386 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28271] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28271/stat : 28271 (java) S 28256 28258 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 135009586 1834954752 58190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 1791948

[startup+25.5024 s]
/proc/loadavg: 0.91 0.97 0.99 2/90 28271
/proc/meminfo: memFree=1550904/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1791948 CPUtime=28.24
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 69657 0 1 0 2789 35 0 0 18 0 13 0 135009375 1834954752 61015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 447987 61015 1331 9 0 445598 0
[pid=28258/tid=28260] ppid=28256 vsize=1791948 CPUtime=23.9
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 37771 0 1 0 2372 18 0 0 18 0 13 0 135009376 1834954752 61015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109913684 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1791948 CPUtime=0.79
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 11583 0 0 0 74 5 0 0 16 0 13 0 135009379 1834954752 61015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1791948 CPUtime=0.78
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 10436 0 0 0 74 4 0 0 16 0 13 0 135009379 1834954752 61015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1791948 CPUtime=0.03
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 22 0 0 0 1 2 0 0 15 0 13 0 135009381 1834954752 61015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 61015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28258/tid=28263] ppid=28256 vsize=1791948 CPUtime=0.42
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 26 0 0 0 25 17 0 0 15 0 13 0 135009381 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135009386 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1791948 CPUtime=1.86
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 6553 0 0 0 184 2 0 0 17 0 13 0 135009386 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1791948 CPUtime=1.07
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 2918 0 0 0 106 1 0 0 17 0 13 0 135009386 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135009386 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135009386 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28271] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28271/stat : 28271 (java) S 28256 28258 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 135009586 1834954752 249985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.96
Current children cumulated vsize (KiB) 1791948

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 28273
/proc/meminfo: memFree=770488/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1791948 CPUtime=1662.71
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 295890 0 1 0 166111 160 0 0 18 0 13 0 135009375 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 447987 255630 1332 9 0 445598 0
[pid=28258/tid=28260] ppid=28256 vsize=1791948 CPUtime=1540.71
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 39402 0 1 0 154039 32 0 0 25 0 13 0 135009376 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799175 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1791948 CPUtime=59.31
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 123967 0 0 0 5879 52 0 0 16 0 13 0 135009379 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1791948 CPUtime=59.27
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 122301 0 0 0 5874 53 0 0 16 0 13 0 135009379 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1791948 CPUtime=0.43
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 26 0 0 0 26 17 0 0 15 0 13 0 135009381 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135009386 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1791948 CPUtime=1.86
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 6553 0 0 0 184 2 0 0 17 0 13 0 135009386 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1791948 CPUtime=1.07
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 2918 0 0 0 106 1 0 0 17 0 13 0 135009386 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135009386 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135009386 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28271] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28271/stat : 28271 (java) S 28256 28258 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 135009586 1834954752 255630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.71
Current children cumulated vsize (KiB) 1791948

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 28273
/proc/meminfo: memFree=750776/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1791948 CPUtime=1725.56
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 301311 0 1 0 172392 164 0 0 18 0 13 0 135009375 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 447987 260457 1332 9 0 445598 0
[pid=28258/tid=28260] ppid=28256 vsize=1791948 CPUtime=1597.78
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 39446 0 1 0 159746 32 0 0 19 0 13 0 135009376 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781528 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1791948 CPUtime=62.19
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 125951 0 0 0 6166 53 0 0 17 0 13 0 135009379 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1791948 CPUtime=62.16
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 125694 0 0 0 6161 55 0 0 16 0 13 0 135009379 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1791948 CPUtime=0.45
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 26 0 0 0 27 18 0 0 15 0 13 0 135009381 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135009386 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1791948 CPUtime=1.86
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 6553 0 0 0 184 2 0 0 17 0 13 0 135009386 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1791948 CPUtime=1.07
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 2918 0 0 0 106 1 0 0 17 0 13 0 135009386 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135009386 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135009386 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28271] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28271/stat : 28271 (java) S 28256 28258 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 135009586 1834954752 260457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.56
Current children cumulated vsize (KiB) 1791948

[startup+1722.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/90 28273
/proc/meminfo: memFree=736120/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1791948 CPUtime=1788.46
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 305645 0 1 0 178679 167 0 0 18 0 13 0 135009375 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 447987 264210 1332 9 0 445598 0
[pid=28258/tid=28260] ppid=28256 vsize=1791948 CPUtime=1654.8
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 39490 0 1 0 165447 33 0 0 25 0 13 0 135009376 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109608672 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1791948 CPUtime=65.12
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 128375 0 0 0 6458 54 0 0 16 0 13 0 135009379 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1791948 CPUtime=65.09
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 127559 0 0 0 6453 56 0 0 16 0 13 0 135009379 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1791948 CPUtime=0.46
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 27 0 0 0 28 18 0 0 16 0 13 0 135009381 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135009386 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1791948 CPUtime=1.86
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 6553 0 0 0 184 2 0 0 17 0 13 0 135009386 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1791948 CPUtime=1.07
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 2918 0 0 0 106 1 0 0 17 0 13 0 135009386 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135009386 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135009386 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28271] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28271/stat : 28271 (java) S 28256 28258 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 135009586 1834954752 264210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1788.46
Current children cumulated vsize (KiB) 1791948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1733.4 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 28273
/proc/meminfo: memFree=732984/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=1791948 CPUtime=1800.08
/proc/28258/stat : 28258 (java) S 28256 28258 28195 0 -1 0 306422 0 1 0 179841 167 0 0 18 0 13 0 135009375 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 447987 264879 1332 9 0 445598 0
[pid=28258/tid=28260] ppid=28256 vsize=1791948 CPUtime=1665.35
/proc/28258/task/28260/stat : 28260 (java) R 28256 28258 28195 0 -1 64 39498 0 1 0 166502 33 0 0 24 0 13 0 135009376 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781317 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=1791948 CPUtime=65.65
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 28195 0 -1 64 128904 0 0 0 6511 54 0 0 16 0 13 0 135009379 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28262] ppid=28256 vsize=1791948 CPUtime=65.63
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 28195 0 -1 64 127799 0 0 0 6507 56 0 0 16 0 13 0 135009379 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=1791948 CPUtime=0.46
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 28195 0 -1 64 27 0 0 0 28 18 0 0 15 0 13 0 135009381 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 28195 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28265] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 28195 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135009382 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28266] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 135009386 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28267] ppid=28256 vsize=1791948 CPUtime=1.86
/proc/28258/task/28267/stat : 28267 (java) S 28256 28258 28195 0 -1 64 6553 0 0 0 184 2 0 0 17 0 13 0 135009386 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28268] ppid=28256 vsize=1791948 CPUtime=1.07
/proc/28258/task/28268/stat : 28268 (java) S 28256 28258 28195 0 -1 64 2918 0 0 0 106 1 0 0 17 0 13 0 135009386 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28269] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28269/stat : 28269 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135009386 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28270] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28270/stat : 28270 (java) S 28256 28258 28195 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135009386 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28258/tid=28271] ppid=28256 vsize=1791948 CPUtime=0
/proc/28258/task/28271/stat : 28271 (java) S 28256 28258 28195 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 135009586 1834954752 264879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1791948

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

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

[startup+1733.51 s]
/proc/loadavg: 1.04 1.03 1.00 2/80 28276
/proc/meminfo: memFree=1286952/2055920 swapFree=4170480/4192956
[pid=28258] ppid=28256 vsize=0 CPUtime=1800.19
/proc/28258/stat : 28258 (java) Z 28256 28258 28195 0 -1 1036 306442 0 1 0 179844 175 0 0 16 0 2 0 135009375 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28258/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1733.6
CPU time (s): 1800.28
CPU user time (s): 1798.44
CPU system time (s): 1.83672
CPU usage (%): 103.847
Max. virtual memory (cumulated for all children) (KiB): 1795016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.83672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306442
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= 50695
involuntary context switches= 47732

runsolver used 1.73174 second user time and 5.10622 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Apr 14 22:28:37 UTC 2007

IDJOB= 348632
IDBENCH= 1702
IDSOLVER= 164
FILE ID= node7/348632-1176589717

PBS_JOBID= 4556801

Free space on /tmp= 66518 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  65e439e03cbe6c14c849336d6093c9a6

RANDOM SEED= 722016633

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1790840 kB
Buffers:         65520 kB
Cached:         123812 kB
SwapCached:       2496 kB
Active:          86900 kB
Inactive:       125908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790840 kB
SwapTotal:     4192956 kB
SwapFree:      4170480 kB
Dirty:            5140 kB
Writeback:           0 kB
Mapped:          29664 kB
Slab:            37808 kB
Committed_AS:  4051048 kB
PageTables:       1860 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= 66518 MiB

End job on node7 on Sat Apr 14 22:57:33 UTC 2007