Trace number 348328

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.1 1794.84

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-tuff.opb
MD5SUMe0d3bc77812df02cd6843b358116eb3f
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 variables17153
Total number of constraints320
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 constraints320
Minimum length of a constraint11
Maximum length of a constraint3360
Number of terms in the objective function 90
Biggest coefficient in the objective function 87382
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524349
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527072
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.26	c no version file found!!!
0.09/0.26	c sun.arch.data.model	32
0.09/0.26	c java.version	1.6.0
0.09/0.26	c os.name	Linux
0.09/0.26	c os.version	2.6.9-22.EL.rootsmp
0.09/0.26	c os.arch	i386
0.09/0.26	c Free memory 1651659224
0.09/0.26	c Max memory 1654456320
0.09/0.26	c Total memory 1654456320
0.09/0.26	c Number of processors 2
0.19/0.32	--- Begin Solver configuration ---
0.19/0.32	c Stops conflict analysis at the first Unique Implication Point
0.19/0.32	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.32	c Learn all clauses as in MiniSAT
0.19/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.32	c No reason simplification
0.19/0.32	c --- End Solver configuration ---
0.19/0.32	c solving /tmp/evaluation/348328-1176577949/instance-348328-1176577949.opb
0.19/0.32	c reading problem ... 
2.86/2.16	c ... done. Wall clock time 1.843s.
2.86/2.16	c CPU time (experimental) 1.49s.
2.86/2.16	c #vars     17153
2.86/2.16	c #constraints  567
1800.05/1794.81	c starts		: 12
1800.05/1794.81	c conflicts		: 27781
1800.05/1794.81	c decisions		: 49742
1800.05/1794.81	c propagations		: 12699578
1800.05/1794.81	c inspects		: 137842195
1800.05/1794.81	c learnt literals	: 5
1800.05/1794.81	c learnt binary clauses	: 8
1800.05/1794.81	c learnt ternary clauses	: 13
1800.05/1794.81	c learnt clauses	: 27775
1800.05/1794.81	c root simplifications	: 0
1800.05/1794.81	c removed literals (reason simplification)	: 0
1800.05/1794.81	c reason swapping (by a shorter reason)	: 0
1800.05/1794.81	c Calls to reduceDB	: 0
1800.05/1794.81	c speed (decisions/second)	: 27.748304989250336
1800.05/1794.81	c non guided choices	1024
1800.05/1794.81	s UNKNOWN
1800.05/1794.81	c Total wall clock time (ms): 1794.494

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/node47/watcher-348328-1176577949 -o ROOT/results/node47/solver-348328-1176577949 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348328-1176577949/sat4jPseudoResolution.jar /tmp/evaluation/348328-1176577949/instance-348328-1176577949.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: 1.00 1.00 1.00 2/64 29281
/proc/meminfo: memFree=1496048/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1472 CPUtime=0
/proc/29281/stat : 29281 (java) R 29279 29281 28188 0 -1 0 111 0 0 0 0 0 0 0 18 0 1 0 12640307 1507328 83 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29281/statm: 368 93 71 9 0 10 0

[startup+0.0726779 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 29281
/proc/meminfo: memFree=1496048/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1772952 CPUtime=0.01
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 1505 0 33 0 0 1 0 0 18 0 2 0 12640307 1815502848 1286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 443238 1297 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101673 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 29281
/proc/meminfo: memFree=1496048/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1777060 CPUtime=0.04
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 3476 0 33 0 2 2 0 0 18 0 5 0 12640307 1819709440 3252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 444265 3253 1044 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.301702 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 29281
/proc/meminfo: memFree=1496048/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1782500 CPUtime=0.19
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 4779 0 33 0 15 4 0 0 18 0 12 0 12640307 1825280000 4549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 445625 4549 1244 9 0 443237 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1782500

[startup+0.701745 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 29281
/proc/meminfo: memFree=1496048/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1789460 CPUtime=0.83
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 8040 0 33 0 78 5 0 0 18 0 12 0 12640307 1832407040 7424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 447365 7424 1299 9 0 444977 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1789460

[startup+1.50284 s]
/proc/loadavg: 1.08 1.02 1.01 4/76 29293
/proc/meminfo: memFree=1456720/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1794064 CPUtime=2.19
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 22469 0 33 0 208 11 0 0 18 0 12 0 12640307 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448516 19144 1310 9 0 446128 0
[pid=29281/tid=29283] ppid=29279 vsize=1794064 CPUtime=0.85
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 15283 0 1 0 78 7 0 0 19 0 12 0 12640313 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559947 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794064 CPUtime=0
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 12640315 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794064 CPUtime=0
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 12640315 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794064 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 12640317 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794064 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 12640318 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1794064 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 12640318 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1794064 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 12640325 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1794064 CPUtime=0.56
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 1751 0 0 0 56 0 0 0 17 0 12 0 12640325 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1794064 CPUtime=0.75
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4748 0 0 0 73 2 0 0 17 0 12 0 12640325 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1794064 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 12640325 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1794064 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 12640325 1837121536 19144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1794064

[startup+3.103 s]
/proc/loadavg: 1.08 1.02 1.01 2/76 29293
/proc/meminfo: memFree=1342416/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1795032 CPUtime=4.18
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 50341 0 33 0 395 23 0 0 18 0 13 0 12640307 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448758 46814 1328 9 0 446370 0
[pid=29281/tid=29283] ppid=29279 vsize=1795032 CPUtime=2.24
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 37712 0 1 0 208 16 0 0 19 0 13 0 12640313 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109772930 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1795032 CPUtime=0.12
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 2488 0 0 0 12 0 0 0 16 0 13 0 12640315 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1795032 CPUtime=0.12
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 2810 0 0 0 11 1 0 0 16 0 13 0 12640315 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1795032 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 12640317 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1795032 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1795032 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12640318 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1795032 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12640325 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1795032 CPUtime=0.67
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 1849 0 0 0 66 1 0 0 16 0 13 0 12640325 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1795032 CPUtime=0.97
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4786 0 0 0 95 2 0 0 16 0 13 0 12640325 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1795032 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 12640325 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1795032 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12640325 1838112768 46814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1795032

[startup+6.30235 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 29294
/proc/meminfo: memFree=1306504/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1794612 CPUtime=7.62
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 51276 0 33 0 738 24 0 0 18 0 13 0 12640307 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448653 46707 1331 9 0 446265 0
[pid=29281/tid=29283] ppid=29279 vsize=1794612 CPUtime=5.35
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 37720 0 1 0 519 16 0 0 25 0 13 0 12640313 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109758903 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794612 CPUtime=0.12
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 2488 0 0 0 12 0 0 0 16 0 13 0 12640315 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794612 CPUtime=0.12
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 2810 0 0 0 11 1 0 0 16 0 13 0 12640315 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 12640317 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12640318 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12640325 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1794612 CPUtime=0.84
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 2765 0 0 0 83 1 0 0 17 0 13 0 12640325 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1794612 CPUtime=1.12
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4797 0 0 0 110 2 0 0 16 0 13 0 12640325 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 12640325 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12640325 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29294] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29294/stat : 29294 (java) S 29279 29281 28188 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12640548 1837682688 46707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1794612

[startup+12.702 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 29294
/proc/meminfo: memFree=1306712/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1794612 CPUtime=14.02
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 51281 0 33 0 1378 24 0 0 18 0 13 0 12640307 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448653 46712 1331 9 0 446265 0
[pid=29281/tid=29283] ppid=29279 vsize=1794612 CPUtime=11.75
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 37725 0 1 0 1159 16 0 0 25 0 13 0 12640313 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759246 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794612 CPUtime=0.12
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 2488 0 0 0 12 0 0 0 16 0 13 0 12640315 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794612 CPUtime=0.12
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 2810 0 0 0 11 1 0 0 16 0 13 0 12640315 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 12640317 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12640318 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12640325 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1794612 CPUtime=0.84
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 2765 0 0 0 83 1 0 0 17 0 13 0 12640325 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1794612 CPUtime=1.13
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4797 0 0 0 111 2 0 0 16 0 13 0 12640325 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 12640325 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12640325 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29294] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29294/stat : 29294 (java) S 29279 29281 28188 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12640548 1837682688 46712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.02
Current children cumulated vsize (KiB) 1794612

[startup+25.5014 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 29294
/proc/meminfo: memFree=1284760/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1794612 CPUtime=26.92
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 56877 0 33 0 2665 27 0 0 18 0 13 0 12640307 1837682688 52226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448653 52226 1331 9 0 446265 0
[pid=29281/tid=29283] ppid=29279 vsize=1794612 CPUtime=24.4
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 37726 0 1 0 2424 16 0 0 25 0 13 0 12640313 1837682688 52226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109758793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794612 CPUtime=0.25
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 5744 0 0 0 23 2 0 0 18 0 13 0 12640315 1837682688 52226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794612 CPUtime=0.25
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 5146 0 0 0 22 3 0 0 16 0 13 0 12640315 1837682688 52226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 12640317 1837682688 52226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1837682688 52226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29281] ppid=29279 vsize=1794612 CPUtime=1606.97
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 81551 0 33 0 160632 65 0 0 18 0 13 0 12640307 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448653 29944 1333 9 0 446265 0
[pid=29281/tid=29283] ppid=29279 vsize=1794612 CPUtime=1595.49
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 38666 0 1 0 159527 22 0 0 25 0 13 0 12640313 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759342 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794612 CPUtime=4.57
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 18627 0 0 0 443 14 0 0 16 0 13 0 12640315 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794612 CPUtime=4.57
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 15983 0 0 0 444 13 0 0 16 0 13 0 12640315 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794612 CPUtime=0.22
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 16 0 0 0 13 9 0 0 15 0 13 0 12640317 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12640318 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12640325 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1794612 CPUtime=0.88
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 2772 0 0 0 87 1 0 0 17 0 13 0 12640325 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1794612 CPUtime=1.16
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4798 0 0 0 114 2 0 0 17 0 13 0 12640325 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 12640325 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12640325 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29294] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29294/stat : 29294 (java) S 29279 29281 28188 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12640548 1837682688 29944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.97
Current children cumulated vsize (KiB) 1794612

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29294
/proc/meminfo: memFree=1373016/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1794612 CPUtime=1667.16
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 81795 0 33 0 166649 67 0 0 18 0 13 0 12640307 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448653 30111 1333 9 0 446265 0
[pid=29281/tid=29283] ppid=29279 vsize=1794612 CPUtime=1655.2
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 38719 0 1 0 165498 22 0 0 25 0 13 0 12640313 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109774761 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794612 CPUtime=4.81
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 18756 0 0 0 466 15 0 0 16 0 13 0 12640315 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794612 CPUtime=4.8
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 16044 0 0 0 466 14 0 0 16 0 13 0 12640315 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794612 CPUtime=0.24
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 17 0 0 0 14 10 0 0 16 0 13 0 12640317 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12640318 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12640325 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1794612 CPUtime=0.88
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 2772 0 0 0 87 1 0 0 17 0 13 0 12640325 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1794612 CPUtime=1.16
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4798 0 0 0 114 2 0 0 17 0 13 0 12640325 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 12640325 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12640325 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29294] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29294/stat : 29294 (java) S 29279 29281 28188 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12640548 1837682688 30111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.16
Current children cumulated vsize (KiB) 1794612

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29294
/proc/meminfo: memFree=1371864/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1794612 CPUtime=1727.34
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 82193 0 33 0 172665 69 0 0 18 0 13 0 12640307 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448653 30424 1333 9 0 446265 0
[pid=29281/tid=29283] ppid=29279 vsize=1794612 CPUtime=1714.93
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 38771 0 1 0 171471 22 0 0 25 0 13 0 12640313 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109772680 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794612 CPUtime=5.03
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 18990 0 0 0 487 16 0 0 16 0 13 0 12640315 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794612 CPUtime=5.01
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 16155 0 0 0 487 14 0 0 16 0 13 0 12640315 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794612 CPUtime=0.25
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 18 0 0 0 15 10 0 0 16 0 13 0 12640317 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12640318 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12640325 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1794612 CPUtime=0.88
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 2772 0 0 0 87 1 0 0 17 0 13 0 12640325 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1794612 CPUtime=1.16
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4798 0 0 0 114 2 0 0 17 0 13 0 12640325 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 12640325 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12640325 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29294] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29294/stat : 29294 (java) S 29279 29281 28188 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12640548 1837682688 30424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.34
Current children cumulated vsize (KiB) 1794612

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29294
/proc/meminfo: memFree=1371160/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1794612 CPUtime=1787.51
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 82404 0 33 0 178681 70 0 0 18 0 13 0 12640307 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448653 30561 1333 9 0 446265 0
[pid=29281/tid=29283] ppid=29279 vsize=1794612 CPUtime=1774.64
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 38824 0 1 0 177441 23 0 0 19 0 13 0 12640313 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109772720 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794612 CPUtime=5.26
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 19081 0 0 0 510 16 0 0 16 0 13 0 12640315 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794612 CPUtime=5.24
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 16222 0 0 0 510 14 0 0 16 0 13 0 12640315 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794612 CPUtime=0.26
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 18 0 0 0 16 10 0 0 15 0 13 0 12640317 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12640318 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12640325 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1794612 CPUtime=0.88
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 2772 0 0 0 87 1 0 0 17 0 13 0 12640325 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1794612 CPUtime=1.16
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4798 0 0 0 114 2 0 0 17 0 13 0 12640325 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 12640325 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12640325 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29294] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29294/stat : 29294 (java) S 29279 29281 28188 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12640548 1837682688 30561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.51
Current children cumulated vsize (KiB) 1794612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29294
/proc/meminfo: memFree=1370456/2055920 swapFree=4192956/4192956
[pid=29281] ppid=29279 vsize=1794612 CPUtime=1800.05
/proc/29281/stat : 29281 (java) S 29279 29281 28188 0 -1 0 82615 0 33 0 179935 70 0 0 18 0 13 0 12640307 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29281/statm: 448653 30747 1333 9 0 446265 0
[pid=29281/tid=29283] ppid=29279 vsize=1794612 CPUtime=1787.08
/proc/29281/task/29283/stat : 29283 (java) R 29279 29281 28188 0 -1 64 38835 0 1 0 178685 23 0 0 19 0 13 0 12640313 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29284] ppid=29279 vsize=1794612 CPUtime=5.31
/proc/29281/task/29284/stat : 29284 (java) S 29279 29281 28188 0 -1 64 19159 0 0 0 515 16 0 0 16 0 13 0 12640315 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29285] ppid=29279 vsize=1794612 CPUtime=5.29
/proc/29281/task/29285/stat : 29285 (java) S 29279 29281 28188 0 -1 64 16343 0 0 0 515 14 0 0 16 0 13 0 12640315 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29286] ppid=29279 vsize=1794612 CPUtime=0.26
/proc/29281/task/29286/stat : 29286 (java) S 29279 29281 28188 0 -1 64 19 0 0 0 16 10 0 0 15 0 13 0 12640317 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29287] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29287/stat : 29287 (java) S 29279 29281 28188 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12640318 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29288] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29288/stat : 29288 (java) S 29279 29281 28188 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12640318 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29289] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29289/stat : 29289 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12640325 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29290] ppid=29279 vsize=1794612 CPUtime=0.88
/proc/29281/task/29290/stat : 29290 (java) S 29279 29281 28188 0 -1 64 2772 0 0 0 87 1 0 0 17 0 13 0 12640325 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29291] ppid=29279 vsize=1794612 CPUtime=1.16
/proc/29281/task/29291/stat : 29291 (java) S 29279 29281 28188 0 -1 64 4798 0 0 0 114 2 0 0 17 0 13 0 12640325 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29292] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29292/stat : 29292 (java) S 29279 29281 28188 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 12640325 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29281/tid=29293] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29293/stat : 29293 (java) S 29279 29281 28188 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12640325 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29281/tid=29294] ppid=29279 vsize=1794612 CPUtime=0
/proc/29281/task/29294/stat : 29294 (java) S 29279 29281 28188 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12640548 1837682688 30747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794612

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

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

Child status: 143
Real time (s): 1794.84
CPU time (s): 1800.1
CPU user time (s): 1799.37
CPU system time (s): 0.727889
CPU usage (%): 100.293
Max. virtual memory (cumulated for all children) (KiB): 1795976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.727889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82635
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48449
involuntary context switches= 33176

runsolver used 2.01669 second user time and 4.5893 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Apr 14 19:12:29 UTC 2007

IDJOB= 348328
IDBENCH= 1657
IDSOLVER= 159
FILE ID= node47/348328-1176577949

PBS_JOBID= 4556909

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4JPseudoResolution 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-tuff.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348328-1176577949/sat4jPseudoResolution.jar /tmp/evaluation/348328-1176577949/instance-348328-1176577949.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-348328-1176577949 -o ROOT/results/node47/solver-348328-1176577949 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348328-1176577949/sat4jPseudoResolution.jar /tmp/evaluation/348328-1176577949/instance-348328-1176577949.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e0d3bc77812df02cd6843b358116eb3f

RANDOM SEED= 903853304

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1496456 kB
Buffers:         54624 kB
Cached:         401044 kB
SwapCached:          0 kB
Active:         255312 kB
Inactive:       216432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4844 kB
Writeback:           0 kB
Mapped:          26248 kB
Slab:            73660 kB
Committed_AS:    62252 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB

End job on node47 on Sat Apr 14 19:42:26 UTC 2007