Trace number 347833

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? (MO) 138.9 112.868

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.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.22	c no version file found!!!
0.11/0.22	c sun.arch.data.model	32
0.11/0.22	c java.version	1.6.0
0.11/0.22	c os.name	Linux
0.11/0.22	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 1651659224
0.11/0.22	c Max memory 1654456320
0.11/0.22	c Total memory 1654456320
0.11/0.22	c Number of processors 2
0.11/0.27	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.11/0.27	--- Begin Solver configuration ---
0.11/0.27	c Stops conflict analysis at the first Unique Implication Point
0.11/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.27	c No reason simplification
0.11/0.27	c --- End Solver configuration ---
0.11/0.28	c solving /tmp/evaluation/347833-1176518295/instance-347833-1176518295.opb
0.11/0.28	c reading problem ... 

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/node12/watcher-347833-1176518295 -o ROOT/results/node12/solver-347833-1176518295 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347833-1176518295/sat4jPseudoCP.jar /tmp/evaluation/347833-1176518295/instance-347833-1176518295.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.42 1.12 1.04 2/77 14524
/proc/meminfo: memFree=1579864/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=18568 CPUtime=0
/proc/14524/stat : 14524 (runsolver) D 14522 14524 12780 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 127867138 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 252429528359 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14524/statm: 4642 292 257 24 0 2626 0

[startup+0.0464451 s]
/proc/loadavg: 1.42 1.12 1.04 2/77 14524
/proc/meminfo: memFree=1579864/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=12584 CPUtime=0
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 819 0 0 0 0 0 0 0 18 0 2 0 127867138 12886016 584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 3146 584 269 9 0 1244 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12584

[startup+0.101447 s]
/proc/loadavg: 1.42 1.12 1.04 2/77 14524
/proc/meminfo: memFree=1579864/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1776376 CPUtime=0.03
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 3459 0 1 0 2 1 0 0 18 0 4 0 127867138 1819009024 3204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 444094 3204 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.301473 s]
/proc/loadavg: 1.42 1.12 1.04 2/77 14524
/proc/meminfo: memFree=1579864/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1782120 CPUtime=0.23
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 8129 0 1 0 19 4 0 0 18 0 12 0 127867138 1824890880 7868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 445530 7880 1246 9 0 443142 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782120

[startup+0.701516 s]
/proc/loadavg: 1.42 1.12 1.04 2/77 14524
/proc/meminfo: memFree=1579864/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1783796 CPUtime=0.77
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 32228 0 1 0 63 14 0 0 18 0 12 0 127867138 1826607104 31450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 445949 31450 1284 9 0 443561 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1783796

[startup+1.50159 s]
/proc/loadavg: 1.42 1.12 1.04 2/89 14536
/proc/meminfo: memFree=1434040/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1784060 CPUtime=1.78
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 64198 0 1 0 147 31 0 0 18 0 12 0 127867138 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 446015 63378 1305 9 0 443627 0
[pid=14524/tid=14526] ppid=14522 vsize=1784060 CPUtime=1.09
/proc/14524/task/14526/stat : 14526 (java) R 14522 14524 12780 0 -1 64 37668 0 1 0 93 16 0 0 18 0 12 0 127867141 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474701 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1784060 CPUtime=0.14
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 9313 0 0 0 10 4 0 0 18 0 12 0 127867146 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1784060 CPUtime=0.14
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 15057 0 0 0 6 8 0 0 16 0 12 0 127867146 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1784060 CPUtime=0
/proc/14524/task/14529/stat : 14529 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867148 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1784060 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1784060 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1784060 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127867154 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1784060 CPUtime=0.21
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 1123 0 0 0 21 0 0 0 17 0 12 0 127867154 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1784060 CPUtime=0.15
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 313 0 0 0 15 0 0 0 16 0 12 0 127867154 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1784060 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1784060 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1826877440 63378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 1784060

[startup+3.10275 s]
/proc/loadavg: 1.47 1.13 1.04 2/89 14536
/proc/meminfo: memFree=1326392/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1785020 CPUtime=3.77
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 76556 0 1 0 338 39 0 0 18 0 12 0 127867138 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 446255 75053 1305 9 0 443867 0
[pid=14524/tid=14526] ppid=14522 vsize=1785020 CPUtime=2.31
/proc/14524/task/14526/stat : 14526 (java) R 14522 14524 12780 0 -1 64 37669 0 1 0 214 17 0 0 17 0 12 0 127867141 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515234 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1785020 CPUtime=0.53
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 15470 0 0 0 46 7 0 0 20 0 12 0 127867146 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1785020 CPUtime=0.52
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 21254 0 0 0 40 12 0 0 16 0 12 0 127867146 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1785020 CPUtime=0
/proc/14524/task/14529/stat : 14529 (java) S 14522 14524 12780 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 127867148 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1785020 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1785020 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1785020 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127867154 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1785020 CPUtime=0.21
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 1123 0 0 0 21 0 0 0 17 0 12 0 127867154 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1785020 CPUtime=0.15
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 313 0 0 0 15 0 0 0 16 0 12 0 127867154 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1785020 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1827860480 75053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1785020 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1827860480 75053 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) 1785020

[startup+6.30207 s]
/proc/loadavg: 1.47 1.13 1.04 2/89 14536
/proc/meminfo: memFree=1264696/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1786144 CPUtime=7.67
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 88805 0 1 0 721 46 0 0 18 0 12 0 127867138 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 446536 86216 1305 9 0 444148 0
[pid=14524/tid=14526] ppid=14522 vsize=1786144 CPUtime=4.8
/proc/14524/task/14526/stat : 14526 (java) R 14522 14524 12780 0 -1 64 37672 0 1 0 463 17 0 0 17 0 12 0 127867141 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221253 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1786144 CPUtime=1.22
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 20621 0 0 0 113 9 0 0 16 0 12 0 127867146 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1786144 CPUtime=1.22
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 28349 0 0 0 105 17 0 0 19 0 12 0 127867146 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1786144 CPUtime=0
/proc/14524/task/14529/stat : 14529 (java) S 14522 14524 12780 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 127867148 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1786144 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1786144 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1786144 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127867154 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1786144 CPUtime=0.21
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 1123 0 0 0 21 0 0 0 16 0 12 0 127867154 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1786144 CPUtime=0.15
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 313 0 0 0 15 0 0 0 16 0 12 0 127867154 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1786144 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1786144 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1829011456 86216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 1786144

[startup+12.7027 s]
/proc/loadavg: 1.47 1.14 1.05 2/89 14536
/proc/meminfo: memFree=1128904/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1796184 CPUtime=17.42
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 129569 0 1 0 1676 66 0 0 18 0 12 0 127867138 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 449046 119936 1320 9 0 446658 0
[pid=14524/tid=14526] ppid=14522 vsize=1796184 CPUtime=8.26
/proc/14524/task/14526/stat : 14526 (java) R 14522 14524 12780 0 -1 64 37698 0 1 0 808 18 0 0 17 0 12 0 127867141 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515030 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1796184 CPUtime=3.67
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 34086 0 0 0 351 16 0 0 18 0 12 0 127867146 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1796184 CPUtime=3.67
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 48445 0 0 0 341 26 0 0 19 0 12 0 127867146 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1796184 CPUtime=0
/proc/14524/task/14529/stat : 14529 (java) S 14522 14524 12780 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 127867148 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1796184 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1796184 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1796184 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127867154 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1796184 CPUtime=0.81
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 3431 0 0 0 80 1 0 0 15 0 12 0 127867154 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1796184 CPUtime=0.95
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 5182 0 0 0 93 2 0 0 16 0 12 0 127867154 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1796184 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1796184 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1839292416 119936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.42
Current children cumulated vsize (KiB) 1796184

[startup+25.502 s]
/proc/loadavg: 1.55 1.17 1.06 2/89 14536
/proc/meminfo: memFree=868808/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1795576 CPUtime=34.98
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 198907 0 1 0 3398 100 0 0 18 0 12 0 127867138 1838669824 179566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 448894 179569 1320 9 0 446506 0
[pid=14524/tid=14526] ppid=14522 vsize=1795576 CPUtime=16.42
/proc/14524/task/14526/stat : 14526 (java) S 14522 14524 12780 0 -1 64 37720 0 1 0 1622 20 0 0 21 0 12 0 127867141 1838669824 179570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1795576 CPUtime=8.26
/proc/14524/task/14527/stat : 14527 (java) R 14522 14524 12780 0 -1 64 66784 0 0 0 797 29 0 0 17 0 12 0 127867146 1838669824 179572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105368788 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1795576 CPUtime=8.27
/proc/14524/task/14528/stat : 14528 (java) R 14522 14524 12780 0 -1 64 85019 0 0 0 783 44 0 0 16 0 12 0 127867146 1838669824 179574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1795576 CPUtime=0
/proc/14524/task/14529/stat : 14529 (java) S 14522 14524 12780 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 127867148 1838669824 179575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1795576 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1838669824 179575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1795576 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1838669824 179575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1795576 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127867154 1838669824 179575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 354804 0 1 0 6855 177 0 0 18 0 12 0 127867138 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 449214 318224 1324 9 0 446826 0
[pid=14524/tid=14526] ppid=14522 vsize=1796856 CPUtime=32.13
/proc/14524/task/14526/stat : 14526 (java) R 14522 14524 12780 0 -1 64 37751 0 1 0 3189 24 0 0 17 0 12 0 127867141 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109633482 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1796856 CPUtime=18.02
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 139323 0 0 0 1739 63 0 0 16 0 12 0 127867146 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1796856 CPUtime=18.12
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 168330 0 0 0 1729 83 0 0 16 0 12 0 127867146 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1796856 CPUtime=0.01
/proc/14524/task/14529/stat : 14529 (java) S 14522 14524 12780 0 -1 64 27 0 0 0 1 0 0 0 16 0 12 0 127867148 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1796856 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1796856 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1796856 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127867154 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1796856 CPUtime=0.91
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 3442 0 0 0 90 1 0 0 16 0 12 0 127867154 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1796856 CPUtime=1.08
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 5213 0 0 0 105 3 0 0 16 0 12 0 127867154 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1796856 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1796856 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1839980544 318224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.32
Current children cumulated vsize (KiB) 1796856

[startup+102.306 s]
/proc/loadavg: 1.37 1.22 1.08 2/89 14536
/proc/meminfo: memFree=31368/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1828860 CPUtime=128.33
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 540483 0 1 0 12564 269 0 0 18 0 12 0 127867138 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 457215 425508 1327 9 0 454827 0
[pid=14524/tid=14526] ppid=14522 vsize=1828860 CPUtime=45.56
/proc/14524/task/14526/stat : 14526 (java) S 14522 14524 12780 0 -1 64 37774 0 1 0 4528 28 0 0 20 0 12 0 127867141 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1828860 CPUtime=25
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 192882 0 0 0 2414 86 0 0 16 0 12 0 127867146 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1828860 CPUtime=25.07
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 221696 0 0 0 2397 110 0 0 16 0 12 0 127867146 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1828860 CPUtime=30.66
/proc/14524/task/14529/stat : 14529 (java) R 14522 14524 12780 0 -1 64 78758 0 0 0 3027 39 0 0 25 0 12 0 127867148 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070472 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127867154 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1828860 CPUtime=0.91
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 3442 0 0 0 90 1 0 0 16 0 12 0 127867154 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1828860 CPUtime=1.09
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 5213 0 0 0 106 3 0 0 16 0 12 0 127867154 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1872752640 425508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 128.33
Current children cumulated vsize (KiB) 1828860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+110.602 s]
/proc/loadavg: 1.34 1.22 1.08 2/89 14536
/proc/meminfo: memFree=24136/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1844864 CPUtime=136.63
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 568998 0 1 0 13382 281 0 0 18 0 12 0 127867138 1889140736 428016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 461216 428022 1327 9 0 458828 0
[pid=14524/tid=14526] ppid=14522 vsize=1844864 CPUtime=46.21
/proc/14524/task/14526/stat : 14526 (java) S 14522 14524 12780 0 -1 64 37775 0 1 0 4593 28 0 0 19 0 12 0 127867141 1889140736 428038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1844864 CPUtime=25
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 192882 0 0 0 2414 86 0 0 16 0 12 0 127867146 1889140736 428045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1844864 CPUtime=25.07
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 221696 0 0 0 2397 110 0 0 16 0 12 0 127867146 1889140736 428054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1844864 CPUtime=38.3
/proc/14524/task/14529/stat : 14529 (java) R 14522 14524 12780 0 -1 64 107318 0 0 0 3779 51 0 0 16 0 12 0 127867148 1889140736 428062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102811012 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1844864 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1889140736 428071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1844864 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1889140736 428078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1844864 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127867154 1889140736 428086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1844864 CPUtime=0.91
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 3442 0 0 0 90 1 0 0 16 0 12 0 127867154 1889140736 428093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1844864 CPUtime=1.09
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 5213 0 0 0 106 3 0 0 16 0 12 0 127867154 1889140736 428101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1844864 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1889140736 428107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1844864 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1889140736 428115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 136.63
Current children cumulated vsize (KiB) 1844864

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

Sending SIGKILL to process tree (bottom up)

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

[startup+111.802 s]
/proc/loadavg: 1.34 1.22 1.08 2/90 14537
/proc/meminfo: memFree=31296/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1828860 CPUtime=137.83
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 570494 0 1 0 13501 282 0 0 16 0 12 0 127867138 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14524/statm: 457215 425509 1327 9 0 454827 0
[pid=14524/tid=14526] ppid=14522 vsize=1828860 CPUtime=46.21
/proc/14524/task/14526/stat : 14526 (java) S 14522 14524 12780 0 -1 64 37775 0 1 0 4593 28 0 0 19 0 12 0 127867141 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1828860 CPUtime=25
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 192882 0 0 0 2414 86 0 0 16 0 12 0 127867146 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1828860 CPUtime=25.07
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 221696 0 0 0 2397 110 0 0 16 0 12 0 127867146 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1828860 CPUtime=39.5
/proc/14524/task/14529/stat : 14529 (java) R 14522 14524 12780 0 -1 64 108766 0 0 0 3898 52 0 0 18 0 12 0 127867148 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904109 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1828860 CPUtime=0.91
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 3442 0 0 0 90 1 0 0 16 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1828860 CPUtime=1.09
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 5213 0 0 0 106 3 0 0 16 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 1828860

[startup+112.602 s]
/proc/loadavg: 1.31 1.22 1.08 2/90 14537
/proc/meminfo: memFree=31296/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=1828860 CPUtime=138.62
/proc/14524/stat : 14524 (java) S 14522 14524 12780 0 -1 0 570494 0 1 0 13580 282 0 0 16 0 12 0 127867138 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14524/statm: 457215 425509 1327 9 0 454827 0
[pid=14524/tid=14526] ppid=14522 vsize=1828860 CPUtime=46.21
/proc/14524/task/14526/stat : 14526 (java) S 14522 14524 12780 0 -1 64 37775 0 1 0 4593 28 0 0 19 0 12 0 127867141 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14527] ppid=14522 vsize=1828860 CPUtime=25
/proc/14524/task/14527/stat : 14527 (java) S 14522 14524 12780 0 -1 64 192882 0 0 0 2414 86 0 0 16 0 12 0 127867146 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14522 vsize=1828860 CPUtime=25.07
/proc/14524/task/14528/stat : 14528 (java) S 14522 14524 12780 0 -1 64 221696 0 0 0 2397 110 0 0 16 0 12 0 127867146 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14529] ppid=14522 vsize=1828860 CPUtime=40.3
/proc/14524/task/14529/stat : 14529 (java) R 14522 14524 12780 0 -1 64 108766 0 0 0 3978 52 0 0 19 0 12 0 127867148 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105332858 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14530/stat : 14530 (java) S 14522 14524 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127867149 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14531] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14522 14524 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127867149 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14532] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14522 14524 12780 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14533] ppid=14522 vsize=1828860 CPUtime=0.91
/proc/14524/task/14533/stat : 14533 (java) S 14522 14524 12780 0 -1 64 3442 0 0 0 90 1 0 0 16 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14534] ppid=14522 vsize=1828860 CPUtime=1.09
/proc/14524/task/14534/stat : 14534 (java) S 14522 14524 12780 0 -1 64 5213 0 0 0 106 3 0 0 16 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14524/tid=14535] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14535/stat : 14535 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14524/tid=14536] ppid=14522 vsize=1828860 CPUtime=0
/proc/14524/task/14536/stat : 14536 (java) S 14522 14524 12780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127867154 1872752640 425509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 138.62
Current children cumulated vsize (KiB) 1828860

[startup+112.802 s]
/proc/loadavg: 1.31 1.22 1.08 2/90 14537
/proc/meminfo: memFree=31296/2055920 swapFree=4191880/4192956
[pid=14524] ppid=14522 vsize=0 CPUtime=138.82
/proc/14524/stat : 14524 (java) Z 14522 14524 12780 0 -1 1036 570494 0 1 0 13582 300 0 0 16 0 2 0 127867138 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14524/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 138.82
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 112.868
CPU time (s): 138.9
CPU user time (s): 135.829
CPU system time (s): 3.07053
CPU usage (%): 123.064
Max. virtual memory (cumulated for all children) (KiB): 1844864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.829
system time used= 3.07053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 570494
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= 3521
involuntary context switches= 3564

runsolver used 0.149977 second user time and 0.347947 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Apr 14 02:38:18 UTC 2007

IDJOB= 347833
IDBENCH= 1503
IDSOLVER= 160
FILE ID= node12/347833-1176518295

PBS_JOBID= 4556706

Free space on /tmp= 66310 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  dc68c84ca9a12d789f4fef65e97f0e43

RANDOM SEED= 937895094

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1580408 kB
Buffers:         22988 kB
Cached:         345068 kB
SwapCached:        164 kB
Active:         200528 kB
Inactive:       214496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580408 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:          126224 kB
Writeback:           0 kB
Mapped:          64296 kB
Slab:            45996 kB
Committed_AS:  3989688 kB
PageTables:       1804 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= 66310 MiB

End job on node12 on Sat Apr 14 02:40:11 UTC 2007