Trace number 349383

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
sat4jPseudoCP 2007-03-23? (TO) 1800.23 1775.63

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-lotfi.opb
MD5SUMc609a7262e604847d8434d132e2de9ed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9240
Total number of constraints145
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 constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 8589934584
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 5368709120000000000
Number of bits of the biggest number in a constraint 63
Biggest sum of numbers in a constraint 40952512476384971616
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c no version file found!!!
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c solving /tmp/evaluation/349383-1176699047/instance-349383-1176699047.opb
0.17/0.23	c reading problem ... 
2.13/1.39	c ... done. Wall clock time 1.164s.
2.13/1.39	c CPU time (experimental) 0.78s.
2.13/1.39	c #vars     9240
2.13/1.39	c #constraints  240
1800.09/1775.51	c starts		: 2
1800.09/1775.51	c conflicts		: 22435
1800.09/1775.51	c decisions		: 36652
1800.09/1775.51	c propagations		: 199429
1800.09/1775.51	c inspects		: 107788731
1800.09/1775.51	c learnt literals	: 0
1800.09/1775.51	c learnt binary clauses	: 0
1800.09/1775.51	c learnt ternary clauses	: 0
1800.09/1775.51	c learnt clauses	: 22435
1800.09/1775.51	c root simplifications	: 0
1800.09/1775.51	c removed literals (reason simplification)	: 0
1800.09/1775.51	c reason swapping (by a shorter reason)	: 0
1800.09/1775.51	c Calls to reduceDB	: 0
1800.09/1775.51	c speed (decisions/second)	: 20.65961741490985
1800.09/1775.51	c non guided choices	0
1800.09/1775.51	s UNKNOWN
1800.09/1775.51	c Total wall clock time (ms): 1775.285

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/node62/watcher-349383-1176699047 -o ROOT/results/node62/solver-349383-1176699047 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349383-1176699047/sat4jPseudoCP.jar /tmp/evaluation/349383-1176699047/instance-349383-1176699047.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 3/64 5328
/proc/meminfo: memFree=1677480/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1800 CPUtime=0
/proc/5328/stat : 5328 (java) R 5326 5328 4613 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 102070205 1843200 148 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5328/statm: 450 148 111 9 0 92 0

[startup+0.040233 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5328
/proc/meminfo: memFree=1677480/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=12652 CPUtime=0
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 879 0 1 0 0 0 0 0 18 0 2 0 102070205 12955648 635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12652

[startup+0.101252 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5328
/proc/meminfo: memFree=1677480/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1777708 CPUtime=0.06
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 3733 0 1 0 4 2 0 0 18 0 7 0 102070205 1820372992 3475 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 444427 3475 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.301289 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5328
/proc/meminfo: memFree=1677480/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1781420 CPUtime=0.28
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 5122 0 1 0 25 3 0 0 18 0 12 0 102070205 1824174080 4860 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 445355 4860 1260 9 0 442967 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1781420

[startup+0.701375 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5328
/proc/meminfo: memFree=1677480/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1791212 CPUtime=1.01
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 9383 0 1 0 96 5 0 0 18 0 12 0 102070205 1834201088 8461 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 447803 8461 1303 9 0 445415 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1791212

[startup+1.50253 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 5340
/proc/meminfo: memFree=1643272/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1793164 CPUtime=2.39
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 20205 0 1 0 229 10 0 0 18 0 13 0 102070205 1836199936 16119 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 448291 16119 1312 9 0 445903 0
[pid=5328/tid=5330] ppid=5326 vsize=1793164 CPUtime=0.87
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 12343 0 1 0 81 6 0 0 16 0 13 0 102070206 1836199936 16119 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109147564 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 102070210 1836199936 16119 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 102070210 1836199936 16119 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 102070213 1836199936 16120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 102070213 1836199936 16120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 102070213 1836199936 16120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1836199936 16120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1793164 CPUtime=0.61
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 2104 0 0 0 60 1 0 0 16 0 13 0 102070217 1836199936 16120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1793164 CPUtime=0.88
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5035 0 0 0 86 2 0 0 16 0 13 0 102070217 1836199936 16120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1836199936 16120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1836199936 16120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1793164

[startup+3.10284 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5341
/proc/meminfo: memFree=1521856/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1793164 CPUtime=4.35
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 48989 0 1 0 412 23 0 0 18 0 13 0 102070205 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 448291 44867 1321 9 0 445903 0
[pid=5328/tid=5330] ppid=5326 vsize=1793164 CPUtime=2.31
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 37713 0 1 0 214 17 0 0 23 0 13 0 102070206 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109528313 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1793164 CPUtime=0.05
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 1749 0 0 0 5 0 0 0 16 0 13 0 102070210 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1793164 CPUtime=0.05
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 1626 0 0 0 5 0 0 0 16 0 13 0 102070210 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 102070213 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102070213 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102070213 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1793164 CPUtime=0.82
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 2116 0 0 0 81 1 0 0 16 0 13 0 102070217 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1793164 CPUtime=1.07
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5055 0 0 0 105 2 0 0 16 0 13 0 102070217 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=1793164 CPUtime=0
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 102070352 1836199936 44867 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 1793164

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5341
/proc/meminfo: memFree=1493376/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1793008 CPUtime=7.97
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 57403 0 1 0 770 27 0 0 18 0 13 0 102070205 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 448252 50067 1321 9 0 445864 0
[pid=5328/tid=5330] ppid=5326 vsize=1793008 CPUtime=5.3
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 41359 0 1 0 511 19 0 0 19 0 13 0 102070206 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109528460 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1793008 CPUtime=0.2
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 3519 0 0 0 19 1 0 0 15 0 13 0 102070210 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1793008 CPUtime=0.2
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 3408 0 0 0 19 1 0 0 16 0 13 0 102070210 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1793008 CPUtime=0
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 22 0 0 0 0 0 0 0 15 0 13 0 102070213 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1793008 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102070213 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1793008 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102070213 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1793008 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1793008 CPUtime=1.07
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 3318 0 0 0 106 1 0 0 16 0 13 0 102070217 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1793008 CPUtime=1.13
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5056 0 0 0 111 2 0 0 16 0 13 0 102070217 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1793008 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1793008 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=1793008 CPUtime=0
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 102070352 1836040192 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1793008

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5341
/proc/meminfo: memFree=1494016/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1791972 CPUtime=14.96
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 57767 0 1 0 1468 28 0 0 18 0 13 0 102070205 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 447993 45333 1331 9 0 445605 0
[pid=5328/tid=5330] ppid=5326 vsize=1791972 CPUtime=11.42
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 41373 0 1 0 1123 19 0 0 19 0 13 0 102070206 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109815531 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1791972 CPUtime=0.22
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 3663 0 0 0 21 1 0 0 16 0 13 0 102070210 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1791972 CPUtime=0.22
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 3531 0 0 0 21 1 0 0 16 0 13 0 102070210 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 23 0 0 0 0 0 0 0 15 0 13 0 102070213 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1791972 CPUtime=1.46
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 3364 0 0 0 145 1 0 0 16 0 13 0 102070217 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1791972 CPUtime=1.57
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5092 0 0 0 155 2 0 0 16 0 13 0 102070217 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 102070352 1834979328 45333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1791972

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5341
/proc/meminfo: memFree=1547584/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1791972 CPUtime=27.88
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 58729 0 1 0 2758 30 0 0 18 0 13 0 102070205 1834979328 33510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 447993 33510 1331 9 0 445605 0
[pid=5328/tid=5330] ppid=5326 vsize=1791972 CPUtime=24.09
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 41424 0 1 0 2390 19 0 0 18 0 13 0 102070206 1834979328 33510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109755538 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1791972 CPUtime=0.27
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 4160 0 0 0 25 2 0 0 16 0 13 0 102070210 1834979328 33510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1791972 CPUtime=0.26
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 3943 0 0 0 25 1 0 0 16 0 13 0 102070210 1834979328 33510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1791972 CPUtime=0.02
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 23 0 0 0 1 1 0 0 16 0 13 0 102070213 1834979328 33510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=5328/tid=5333] ppid=5326 vsize=1791972 CPUtime=0.36
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 208 0 0 0 19 17 0 0 15 0 13 0 102070213 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1791972 CPUtime=1.68
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 3375 0 0 0 167 1 0 0 17 0 13 0 102070217 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1791972 CPUtime=1.79
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5105 0 0 0 177 2 0 0 16 0 13 0 102070217 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5341] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 102070352 1834979328 156052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1562.92
Current children cumulated vsize (KiB) 1791972

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 5539
/proc/meminfo: memFree=1046848/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1791972 CPUtime=1623.96
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 252324 0 1 0 162260 136 0 0 18 0 13 0 102070205 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 447993 158383 1333 9 0 445605 0
[pid=5328/tid=5330] ppid=5326 vsize=1791972 CPUtime=1578.89
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 103682 0 1 0 157836 53 0 0 25 0 13 0 102070206 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109481524 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1791972 CPUtime=20.61
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 71971 0 0 0 2030 31 0 0 16 0 13 0 102070210 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1791972 CPUtime=20.55
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 67262 0 0 0 2027 28 0 0 17 0 13 0 102070210 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1791972 CPUtime=0.36
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 208 0 0 0 19 17 0 0 16 0 13 0 102070213 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1791972 CPUtime=1.68
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 3375 0 0 0 167 1 0 0 17 0 13 0 102070217 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1791972 CPUtime=1.79
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5105 0 0 0 177 2 0 0 16 0 13 0 102070217 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5341] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 102070352 1834979328 158383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1623.96
Current children cumulated vsize (KiB) 1791972

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5539
/proc/meminfo: memFree=1037696/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1791972 CPUtime=1685.01
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 255312 0 1 0 168364 137 0 0 18 0 13 0 102070205 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 447993 160651 1333 9 0 445605 0
[pid=5328/tid=5330] ppid=5326 vsize=1791972 CPUtime=1637.78
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 103704 0 1 0 163725 53 0 0 23 0 13 0 102070206 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109528460 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1791972 CPUtime=21.69
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 73066 0 0 0 2138 31 0 0 17 0 13 0 102070210 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1791972 CPUtime=21.64
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 69133 0 0 0 2135 29 0 0 16 0 13 0 102070210 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1791972 CPUtime=0.37
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 208 0 0 0 19 18 0 0 15 0 13 0 102070213 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1791972 CPUtime=1.68
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 3375 0 0 0 167 1 0 0 17 0 13 0 102070217 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1791972 CPUtime=1.79
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5105 0 0 0 177 2 0 0 16 0 13 0 102070217 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5341] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 102070352 1834979328 160651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1685.01
Current children cumulated vsize (KiB) 1791972

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5539
/proc/meminfo: memFree=1029824/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1791972 CPUtime=1746
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 257832 0 1 0 174461 139 0 0 18 0 13 0 102070205 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 447993 162630 1333 9 0 445605 0
[pid=5328/tid=5330] ppid=5326 vsize=1791972 CPUtime=1696.74
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 103724 0 1 0 169621 53 0 0 25 0 13 0 102070206 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103960199 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1791972 CPUtime=22.69
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 73922 0 0 0 2237 32 0 0 16 0 13 0 102070210 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1791972 CPUtime=22.65
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 70777 0 0 0 2235 30 0 0 16 0 13 0 102070210 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1791972 CPUtime=0.38
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 208 0 0 0 20 18 0 0 16 0 13 0 102070213 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1791972 CPUtime=1.68
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 3375 0 0 0 167 1 0 0 17 0 13 0 102070217 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1791972 CPUtime=1.79
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5105 0 0 0 177 2 0 0 16 0 13 0 102070217 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5341] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 102070352 1834979328 162630 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1746
Current children cumulated vsize (KiB) 1791972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5539
/proc/meminfo: memFree=1022464/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=1791972 CPUtime=1800.09
/proc/5328/stat : 5328 (java) S 5326 5328 4613 0 -1 0 259963 0 1 0 179869 140 0 0 18 0 13 0 102070205 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5328/statm: 447993 164446 1333 9 0 445605 0
[pid=5328/tid=5330] ppid=5326 vsize=1791972 CPUtime=1749.01
/proc/5328/task/5330/stat : 5330 (java) R 5326 5328 4613 0 -1 64 103742 0 1 0 174848 53 0 0 25 0 13 0 102070206 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109826940 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5331] ppid=5326 vsize=1791972 CPUtime=23.61
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 4613 0 -1 64 74582 0 0 0 2329 32 0 0 17 0 13 0 102070210 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=1791972 CPUtime=23.57
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 4613 0 -1 64 72230 0 0 0 2326 31 0 0 16 0 13 0 102070210 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=1791972 CPUtime=0.38
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 4613 0 -1 64 208 0 0 0 20 18 0 0 16 0 13 0 102070213 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 4613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102070213 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 102070217 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=1791972 CPUtime=1.68
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 4613 0 -1 64 3375 0 0 0 167 1 0 0 17 0 13 0 102070217 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5338] ppid=5326 vsize=1791972 CPUtime=1.79
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 4613 0 -1 64 5105 0 0 0 177 2 0 0 16 0 13 0 102070217 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 4613 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102070217 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 102070217 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5328/tid=5341] ppid=5326 vsize=1791972 CPUtime=0
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 4613 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 102070352 1834979328 164446 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1791972

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

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

[startup+1775.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5539
/proc/meminfo: memFree=1022464/2055920 swapFree=4184460/4192956
[pid=5328] ppid=5326 vsize=0 CPUtime=1800.2
/proc/5328/stat : 5328 (java) Z 5326 5328 4613 0 -1 1036 259983 0 1 0 179872 148 0 0 16 0 2 0 102070205 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5328/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1775.63
CPU time (s): 1800.23
CPU user time (s): 1798.72
CPU system time (s): 1.50677
CPU usage (%): 101.385
Max. virtual memory (cumulated for all children) (KiB): 1794788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.50677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259983
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= 53731
involuntary context switches= 44173

runsolver used 1.72074 second user time and 4.92325 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Apr 16 04:50:47 UTC 2007

IDJOB= 349383
IDBENCH= 2394
IDSOLVER= 160
FILE ID= node62/349383-1176699047

PBS_JOBID= 4560021

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c609a7262e604847d8434d132e2de9ed

RANDOM SEED= 805866459

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.279
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.279
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:       1677888 kB
Buffers:         42432 kB
Cached:         247716 kB
SwapCached:       2184 kB
Active:         104468 kB
Inactive:       196704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677888 kB
SwapTotal:     4192956 kB
SwapFree:      4184460 kB
Dirty:            4004 kB
Writeback:           0 kB
Mapped:          16256 kB
Slab:            62820 kB
Committed_AS:   706496 kB
PageTables:       1464 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= 66542 MiB

End job on node62 on Mon Apr 16 05:20:24 UTC 2007