Trace number 347835

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (exit code) 287.099 265.338

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome13.opb
MD5SUMdc68c84ca9a12d789f4fef65e97f0e43
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables2933624
Total number of constraints48672
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 constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 160
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1988816
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1988816
Number of bits of the biggest sum of numbers21
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.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c Simplify asserted PB constraints to clauses
0.18/0.22	c solving /tmp/evaluation/347835-1176518343/instance-347835-1176518343.opb
0.18/0.22	c reading problem ... 
274.26/252.53	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
274.26/252.53		at org.sat4j.minisat.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
274.26/252.53		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
274.26/252.53		at org.sat4j.minisat.core.Solver.addPseudoBoolean(Unknown Source)
274.26/252.53		at org.sat4j.tools.SolverDecorator.addPseudoBoolean(Unknown Source)
274.26/252.53		at org.sat4j.reader.OPBReader2005.endConstraint(Unknown Source)
274.26/252.53		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
274.26/252.53		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
274.26/252.53		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
274.26/252.53		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)

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/node6/watcher-347835-1176518343 -o ROOT/results/node6/solver-347835-1176518343 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347835-1176518343/sat4jPseudoCPClause.jar /tmp/evaluation/347835-1176518343/instance-347835-1176518343.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.08 1.02 1.00 2/77 5461
/proc/meminfo: memFree=1471928/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=308 CPUtime=0
/proc/5461/stat : 5461 (java) R 5459 5461 3837 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 127872080 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/5461/statm: 77 39 29 9 0 6 0

[startup+0.0711131 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 5461
/proc/meminfo: memFree=1471928/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1777712 CPUtime=0.04
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 3571 0 1 0 2 2 0 0 18 0 7 0 127872080 1820377088 3314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 444428 3314 1061 9 0 442064 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777712

[startup+0.101098 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 5461
/proc/meminfo: memFree=1471928/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1777708 CPUtime=0.06
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 3771 0 1 0 4 2 0 0 18 0 7 0 127872080 1820372992 3513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 444427 3513 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.301136 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 5461
/proc/meminfo: memFree=1471928/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1781408 CPUtime=0.28
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 16021 0 1 0 21 7 0 0 18 0 12 0 127872080 1824161792 15759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 445352 15759 1246 9 0 442963 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1781408

[startup+0.701179 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 5461
/proc/meminfo: memFree=1471928/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1783008 CPUtime=0.83
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 32518 0 1 0 69 14 0 0 18 0 12 0 127872080 1825800192 31756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 445752 31757 1284 9 0 443363 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1783008

[startup+1.50126 s]
/proc/loadavg: 1.08 1.02 1.00 2/89 5473
/proc/meminfo: memFree=1328856/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1783332 CPUtime=1.82
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 64123 0 1 0 150 32 0 0 18 0 12 0 127872080 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 445833 63359 1305 9 0 443444 0
[pid=5461/tid=5463] ppid=5459 vsize=1783332 CPUtime=1.14
/proc/5461/task/5463/stat : 5463 (java) R 5459 5461 3837 0 -1 64 37656 0 1 0 97 17 0 0 17 0 12 0 127872081 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509801 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1783332 CPUtime=0.15
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 9308 0 0 0 10 5 0 0 18 0 12 0 127872083 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1783332 CPUtime=0.14
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 15061 0 0 0 6 8 0 0 18 0 12 0 127872083 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1783332 CPUtime=0
/proc/5461/task/5466/stat : 5466 (java) S 5459 5461 3837 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 127872085 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1783332 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1783332 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1783332 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1783332 CPUtime=0.14
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 450 0 0 0 14 0 0 0 17 0 12 0 127872092 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1783332 CPUtime=0.2
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 922 0 0 0 20 0 0 0 16 0 12 0 127872092 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1783332 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1783332 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1826131968 63359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1783332

[startup+3.10245 s]
/proc/loadavg: 1.08 1.02 1.00 2/89 5473
/proc/meminfo: memFree=1224856/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1784292 CPUtime=3.77
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 76381 0 1 0 337 40 0 0 18 0 12 0 127872080 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 446073 75024 1305 9 0 443684 0
[pid=5461/tid=5463] ppid=5459 vsize=1784292 CPUtime=2.4
/proc/5461/task/5463/stat : 5463 (java) R 5459 5461 3837 0 -1 64 37657 0 1 0 222 18 0 0 16 0 12 0 127872081 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1784292 CPUtime=0.49
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 14934 0 0 0 41 8 0 0 16 0 12 0 127872083 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1784292 CPUtime=0.48
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 21689 0 0 0 37 11 0 0 16 0 12 0 127872083 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1784292 CPUtime=0
/proc/5461/task/5466/stat : 5466 (java) S 5459 5461 3837 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 127872085 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1784292 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1784292 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1784292 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1784292 CPUtime=0.14
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 450 0 0 0 14 0 0 0 17 0 12 0 127872092 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1784292 CPUtime=0.2
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 922 0 0 0 20 0 0 0 16 0 12 0 127872092 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1784292 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1784292 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1827115008 75024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1784292

[startup+6.30282 s]
/proc/loadavg: 1.07 1.02 1.00 2/89 5473
/proc/meminfo: memFree=1161816/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1785456 CPUtime=7.61
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 89285 0 1 0 713 48 0 0 18 0 12 0 127872080 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 446364 86972 1305 9 0 443975 0
[pid=5461/tid=5463] ppid=5459 vsize=1785456 CPUtime=4.95
/proc/5461/task/5463/stat : 5463 (java) R 5459 5461 3837 0 -1 64 37660 0 1 0 474 21 0 0 17 0 12 0 127872081 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1785456 CPUtime=1.13
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 19510 0 0 0 104 9 0 0 16 0 12 0 127872083 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1785456 CPUtime=1.13
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 30014 0 0 0 97 16 0 0 16 0 12 0 127872083 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1785456 CPUtime=0
/proc/5461/task/5466/stat : 5466 (java) S 5459 5461 3837 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 127872085 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1785456 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1785456 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1785456 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1785456 CPUtime=0.14
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 450 0 0 0 14 0 0 0 16 0 12 0 127872092 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1785456 CPUtime=0.2
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 922 0 0 0 20 0 0 0 16 0 12 0 127872092 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1785456 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1785456 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1828306944 86972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 1785456

[startup+12.7026 s]
/proc/loadavg: 1.15 1.03 1.01 2/89 5473
/proc/meminfo: memFree=1024472/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1793168 CPUtime=17.02
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 129450 0 1 0 1635 67 0 0 18 0 12 0 127872080 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 448292 120283 1320 9 0 445903 0
[pid=5461/tid=5463] ppid=5459 vsize=1793168 CPUtime=8.79
/proc/5461/task/5463/stat : 5463 (java) R 5459 5461 3837 0 -1 64 37686 0 1 0 857 22 0 0 25 0 12 0 127872081 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1793168 CPUtime=3.27
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 40901 0 0 0 307 20 0 0 16 0 12 0 127872083 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1793168 CPUtime=3.26
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 42962 0 0 0 305 21 0 0 16 0 12 0 127872083 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1793168 CPUtime=0
/proc/5461/task/5466/stat : 5466 (java) S 5459 5461 3837 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 127872085 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1793168 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1793168 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1793168 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1793168 CPUtime=0.69
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 2363 0 0 0 68 1 0 0 16 0 12 0 127872092 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1793168 CPUtime=0.96
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 4809 0 0 0 95 1 0 0 16 0 12 0 127872092 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1793168 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1793168 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1836204032 120283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.02
Current children cumulated vsize (KiB) 1793168

[startup+25.5011 s]
/proc/loadavg: 1.11 1.03 1.01 4/89 5473
/proc/meminfo: memFree=758552/2055924 swapFree=4192812/4192956
[pid=5461] ppid=5459 vsize=1793696 CPUtime=34.01
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 201500 0 1 0 3298 103 0 0 18 0 12 0 127872080 1836744704 182838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 448424 182838 1320 9 0 446035 0
[pid=5461/tid=5463] ppid=5459 vsize=1793696 CPUtime=17.41
/proc/5461/task/5463/stat : 5463 (java) R 5459 5461 3837 0 -1 64 37709 0 1 0 1717 24 0 0 18 0 12 0 127872081 1836744704 182838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474506 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1793696 CPUtime=7.35
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 81421 0 0 0 695 40 0 0 16 0 12 0 127872083 1836744704 182838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1793696 CPUtime=7.32
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 74370 0 0 0 699 33 0 0 16 0 12 0 127872083 1836744704 182838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1793696 CPUtime=0
/proc/5461/task/5466/stat : 5466 (java) S 5459 5461 3837 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 127872085 1836744704 182838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1793696 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1836744704 182838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1793696 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1836744704 182838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1793696 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1836744704 182838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=31512/2055924 swapFree=4191880/4192956
[pid=5461] ppid=5459 vsize=1826980 CPUtime=264.87
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 871006 0 2 0 26071 416 0 0 18 0 12 0 127872080 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 456745 424944 1327 9 0 454356 0
[pid=5461/tid=5463] ppid=5459 vsize=1826980 CPUtime=50.64
/proc/5461/task/5463/stat : 5463 (java) S 5459 5461 3837 0 -1 64 37782 0 1 0 5031 33 0 0 17 0 12 0 127872081 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1826980 CPUtime=21.01
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 220736 0 0 0 1995 106 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1826980 CPUtime=20.97
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 193393 0 0 0 2006 91 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1826980 CPUtime=170.29
/proc/5461/task/5466/stat : 5466 (java) R 5459 5461 3837 0 -1 64 411045 0 1 0 16848 181 0 0 25 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105332852 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1826980 CPUtime=0.79
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 2500 0 0 0 78 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1826980 CPUtime=1.11
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 4831 0 0 0 110 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 264.87
Current children cumulated vsize (KiB) 1826980

[startup+255.901 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 5473
/proc/meminfo: memFree=31512/2055924 swapFree=4191880/4192956
[pid=5461] ppid=5459 vsize=1826980 CPUtime=277.66
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 901017 0 2 0 27336 430 0 0 18 0 12 0 127872080 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 456745 424944 1327 9 0 454356 0
[pid=5461/tid=5463] ppid=5459 vsize=1826980 CPUtime=50.69
/proc/5461/task/5463/stat : 5463 (java) S 5459 5461 3837 0 -1 64 37785 0 1 0 5036 33 0 0 16 0 12 0 127872081 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1826980 CPUtime=21.01
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 220736 0 0 0 1995 106 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1826980 CPUtime=20.97
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 193393 0 0 0 2006 91 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1826980 CPUtime=183.02
/proc/5461/task/5466/stat : 5466 (java) R 5459 5461 3837 0 -1 64 441053 0 1 0 18108 194 0 0 25 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105332958 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1826980 CPUtime=0.79
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 2500 0 0 0 78 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1826980 CPUtime=1.11
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 4831 0 0 0 110 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 277.66
Current children cumulated vsize (KiB) 1826980

[startup+262.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 5473
/proc/meminfo: memFree=31640/2055924 swapFree=4191880/4192956
[pid=5461] ppid=5459 vsize=1826980 CPUtime=284.06
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 916022 0 2 0 27969 437 0 0 18 0 12 0 127872080 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 456745 424944 1327 9 0 454356 0
[pid=5461/tid=5463] ppid=5459 vsize=1826980 CPUtime=50.69
/proc/5461/task/5463/stat : 5463 (java) S 5459 5461 3837 0 -1 64 37786 0 1 0 5036 33 0 0 17 0 12 0 127872081 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1826980 CPUtime=21.01
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 220736 0 0 0 1995 106 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1826980 CPUtime=20.97
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 193393 0 0 0 2006 91 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1826980 CPUtime=189.43
/proc/5461/task/5466/stat : 5466 (java) R 5459 5461 3837 0 -1 64 456057 0 1 0 18742 201 0 0 25 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105332869 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1826980 CPUtime=0.79
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 2500 0 0 0 78 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1826980 CPUtime=1.11
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 4831 0 0 0 110 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 284.06
Current children cumulated vsize (KiB) 1826980

[startup+263.903 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 5473
/proc/meminfo: memFree=31640/2055924 swapFree=4191880/4192956
[pid=5461] ppid=5459 vsize=1826980 CPUtime=285.67
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 916022 0 2 0 28130 437 0 0 18 0 12 0 127872080 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 456745 424944 1327 9 0 454356 0
[pid=5461/tid=5463] ppid=5459 vsize=1826980 CPUtime=50.69
/proc/5461/task/5463/stat : 5463 (java) S 5459 5461 3837 0 -1 64 37786 0 1 0 5036 33 0 0 17 0 12 0 127872081 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1826980 CPUtime=21.01
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 220736 0 0 0 1995 106 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1826980 CPUtime=20.97
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 193393 0 0 0 2006 91 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1826980 CPUtime=191.03
/proc/5461/task/5466/stat : 5466 (java) R 5459 5461 3837 0 -1 64 456057 0 1 0 18902 201 0 0 25 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105882606 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1826980 CPUtime=0.79
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 2500 0 0 0 78 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1826980 CPUtime=1.11
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 4831 0 0 0 110 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 285.67
Current children cumulated vsize (KiB) 1826980

[startup+264.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 5473
/proc/meminfo: memFree=31640/2055924 swapFree=4191880/4192956
[pid=5461] ppid=5459 vsize=1826980 CPUtime=286.46
/proc/5461/stat : 5461 (java) S 5459 5461 3837 0 -1 0 916022 0 2 0 28209 437 0 0 18 0 12 0 127872080 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 456745 424944 1327 9 0 454356 0
[pid=5461/tid=5463] ppid=5459 vsize=1826980 CPUtime=50.69
/proc/5461/task/5463/stat : 5463 (java) S 5459 5461 3837 0 -1 64 37786 0 1 0 5036 33 0 0 17 0 12 0 127872081 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5464] ppid=5459 vsize=1826980 CPUtime=21.01
/proc/5461/task/5464/stat : 5464 (java) S 5459 5461 3837 0 -1 64 220736 0 0 0 1995 106 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5465] ppid=5459 vsize=1826980 CPUtime=20.97
/proc/5461/task/5465/stat : 5465 (java) S 5459 5461 3837 0 -1 64 193393 0 0 0 2006 91 0 0 16 0 12 0 127872083 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5466] ppid=5459 vsize=1826980 CPUtime=191.82
/proc/5461/task/5466/stat : 5466 (java) R 5459 5461 3837 0 -1 64 456057 0 1 0 18981 201 0 0 25 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103360794 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5461/tid=5467] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5467/stat : 5467 (java) S 5459 5461 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5468] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5468/stat : 5468 (java) S 5459 5461 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127872085 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5469] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5469/stat : 5469 (java) S 5459 5461 3837 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5470] ppid=5459 vsize=1826980 CPUtime=0.79
/proc/5461/task/5470/stat : 5470 (java) S 5459 5461 3837 0 -1 64 2500 0 0 0 78 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5471] ppid=5459 vsize=1826980 CPUtime=1.11
/proc/5461/task/5471/stat : 5471 (java) S 5459 5461 3837 0 -1 64 4831 0 0 0 110 1 0 0 16 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5472] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5472/stat : 5472 (java) S 5459 5461 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5461/tid=5473] ppid=5459 vsize=1826980 CPUtime=0
/proc/5461/task/5473/stat : 5473 (java) S 5459 5461 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127872092 1870827520 424944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 286.46
Current children cumulated vsize (KiB) 1826980

[startup+265.105 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 5473
/proc/meminfo: memFree=31640/2055924 swapFree=4191880/4192956
[pid=5461] ppid=5459 vsize=0 CPUtime=286.86
/proc/5461/stat : 5461 (java) Z 5459 5461 3837 0 -1 12 916024 0 2 0 28248 438 0 0 16 0 2 0 127872080 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 286.86
Current children cumulated vsize (KiB) 0

[startup+265.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 5473
/proc/meminfo: memFree=31640/2055924 swapFree=4191880/4192956
[pid=5461] ppid=5459 vsize=0 CPUtime=287.06
/proc/5461/stat : 5461 (java) Z 5459 5461 3837 0 -1 12 916024 0 2 0 28248 458 0 0 16 0 2 0 127872080 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5461/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 287.06
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 265.338
CPU time (s): 287.099
CPU user time (s): 282.484
CPU system time (s): 4.6153
CPU usage (%): 108.201
Max. virtual memory (cumulated for all children) (KiB): 1842984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.484
system time used= 4.6153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 916024
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6521
involuntary context switches= 6731

runsolver used 0.264959 second user time and 0.730888 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Apr 14 02:39:04 UTC 2007

IDJOB= 347835
IDBENCH= 1503
IDSOLVER= 164
FILE ID= node6/347835-1176518343

PBS_JOBID= 4556695

Free space on /tmp= 66435 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  dc68c84ca9a12d789f4fef65e97f0e43

RANDOM SEED= 106714907

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1472528 kB
Buffers:         37308 kB
Cached:         427676 kB
SwapCached:          0 kB
Active:         413996 kB
Inactive:       106832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1472528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          126344 kB
Writeback:           0 kB
Mapped:          74696 kB
Slab:            48148 kB
Committed_AS:  4834956 kB
PageTables:       1788 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= 66435 MiB

End job on node6 on Sat Apr 14 02:43:30 UTC 2007