Trace number 348775

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.29 1755.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-set1al.opb
MD5SUM8707b70244b4b6d1505bb830d4ab8529
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42048
Best CPU time to get the best result obtained on this benchmark1802.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 42048
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints492
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 constraints492
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7200
Biggest coefficient in the objective function 3484
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 530256
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262141
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 530256
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.05/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.18	c no version file found!!!
0.05/0.18	c sun.arch.data.model	32
0.05/0.18	c java.version	1.6.0
0.05/0.18	c os.name	Linux
0.05/0.18	c os.version	2.6.9-22.EL.rootsmp
0.05/0.18	c os.arch	i386
0.05/0.18	c Free memory 1651659224
0.05/0.18	c Max memory 1654456320
0.05/0.18	c Total memory 1654456320
0.05/0.18	c Number of processors 2
0.15/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.15/0.22	--- Begin Solver configuration ---
0.15/0.22	c Stops conflict analysis at the first Unique Implication Point
0.15/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.22	c Learn all clauses as in MiniSAT
0.15/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.22	c No reason simplification
0.15/0.22	c --- End Solver configuration ---
0.15/0.22	c Simplify asserted PB constraints to clauses
0.15/0.22	c solving /tmp/evaluation/348775-1176598282/instance-348775-1176598282.opb
0.15/0.22	c reading problem ... 
2.03/1.34	c ... done. Wall clock time 1.119s.
2.03/1.34	c CPU time (experimental) 0.82s.
2.03/1.34	c #vars     14400
2.03/1.34	c #constraints  732
1800.00/1755.46	c starts		: 2
1800.00/1755.46	c conflicts		: 11352
1800.00/1755.46	c decisions		: 166260
1800.00/1755.46	c propagations		: 440255
1800.00/1755.46	c inspects		: 52904334
1800.00/1755.46	c learnt literals	: 0
1800.00/1755.46	c learnt binary clauses	: 0
1800.00/1755.46	c learnt ternary clauses	: 0
1800.00/1755.46	c learnt clauses	: 11351
1800.00/1755.46	c root simplifications	: 0
1800.00/1755.46	c removed literals (reason simplification)	: 0
1800.00/1755.46	c reason swapping (by a shorter reason)	: 0
1800.00/1755.46	c Calls to reduceDB	: 0
1800.00/1755.46	c speed (decisions/second)	: 94.79429592172428
1800.00/1755.46	c non guided choices	0
1800.00/1755.46	s UNKNOWN
1800.00/1755.46	c Total wall clock time (ms): 1755.24

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/node9/watcher-348775-1176598282 -o ROOT/results/node9/solver-348775-1176598282 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348775-1176598282/sat4jPseudoCPClause.jar /tmp/evaluation/348775-1176598282/instance-348775-1176598282.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12524
/proc/meminfo: memFree=1824320/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=152 CPUtime=0
/proc/12524/stat : 12524 (java) R 12522 12524 26645 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 135865793 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 1 0 0
/proc/12524/statm: 38 26 19 9 0 4 0

[startup+0.0898351 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12524
/proc/meminfo: memFree=1824320/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1777708 CPUtime=0.04
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 3654 0 1 0 3 1 0 0 18 0 7 0 135865793 1820372992 3396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 444427 3396 1077 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101838 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12524
/proc/meminfo: memFree=1824320/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1777708 CPUtime=0.05
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 3757 0 1 0 4 1 0 0 18 0 7 0 135865793 1820372992 3499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 444427 3499 1084 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.30186 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12524
/proc/meminfo: memFree=1824320/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1782348 CPUtime=0.3
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 5133 0 1 0 28 2 0 0 18 0 12 0 135865793 1825124352 4871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 445587 4871 1264 9 0 443198 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782348

[startup+0.701907 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12524
/proc/meminfo: memFree=1824320/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1786672 CPUtime=0.94
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 7956 0 1 0 90 4 0 0 18 0 12 0 135865793 1829552128 7239 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 446668 7239 1299 9 0 444279 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1786672

[startup+1.503 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 12536
/proc/meminfo: memFree=1787680/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1792152 CPUtime=2.31
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 20513 0 1 0 221 10 0 0 18 0 12 0 135865793 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448038 17090 1311 9 0 445649 0
[pid=12524/tid=12526] ppid=12522 vsize=1792152 CPUtime=0.93
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 13678 0 1 0 87 6 0 0 20 0 12 0 135865794 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1792152 CPUtime=0
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 135865798 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1792152 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 135865798 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1792152 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 135865800 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1792152 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 135865801 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1792152 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 135865801 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1792152 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 135865805 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1792152 CPUtime=0.77
/proc/12524/task/12533/stat : 12533 (java) R 12522 12524 26645 0 -1 64 4781 0 0 0 75 2 0 0 16 0 12 0 135865805 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104793244 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1792152 CPUtime=0.57
/proc/12524/task/12534/stat : 12534 (java) R 12522 12524 26645 0 -1 64 1333 0 0 0 57 0 0 0 17 0 12 0 135865805 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105305578 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1792152 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 135865805 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1792152 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135865805 1835163648 17090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1792152

[startup+3.10217 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12537
/proc/meminfo: memFree=1746904/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1793500 CPUtime=4.76
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 49974 0 1 0 454 22 0 0 18 0 13 0 135865793 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448375 43499 1324 9 0 445986 0
[pid=12524/tid=12526] ppid=12522 vsize=1793500 CPUtime=2.11
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 37765 0 1 0 195 16 0 0 17 0 13 0 135865794 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815557 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1793500 CPUtime=0.03
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 1121 0 0 0 3 0 0 0 16 0 13 0 135865798 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1793500 CPUtime=0.03
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 924 0 0 0 3 0 0 0 16 0 13 0 135865798 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1793500 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135865800 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1793500 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135865801 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1793500 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135865801 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1793500 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 135865805 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1793500 CPUtime=1.43
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 26645 0 -1 64 7028 0 0 0 140 3 0 0 15 0 13 0 135865805 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1793500 CPUtime=1.11
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 26645 0 -1 64 2405 0 0 0 110 1 0 0 16 0 13 0 135865805 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1793500 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 135865805 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1793500 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135865805 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=1793500 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 26645 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135865958 1836544000 43499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1793500

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12537
/proc/meminfo: memFree=1643288/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1793468 CPUtime=8.24
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 52802 0 1 0 799 25 0 0 18 0 13 0 135865793 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448367 43938 1325 9 0 445978 0
[pid=12524/tid=12526] ppid=12522 vsize=1793468 CPUtime=5.16
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 37769 0 1 0 500 16 0 0 25 0 13 0 135865794 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1793468 CPUtime=0.17
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 2658 0 0 0 16 1 0 0 16 0 13 0 135865798 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1793468 CPUtime=0.17
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 2191 0 0 0 16 1 0 0 16 0 13 0 135865798 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 135865800 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 135865805 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1793468 CPUtime=1.55
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 26645 0 -1 64 7037 0 0 0 152 3 0 0 16 0 13 0 135865805 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1793468 CPUtime=1.14
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 26645 0 -1 64 2408 0 0 0 113 1 0 0 15 0 13 0 135865805 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 135865805 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135865805 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 26645 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135865958 1836511232 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1793468

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12537
/proc/meminfo: memFree=1623456/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1793468 CPUtime=14.79
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 60465 0 3 0 1451 28 0 0 18 0 13 0 135865793 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448367 51098 1326 9 0 445978 0
[pid=12524/tid=12526] ppid=12522 vsize=1793468 CPUtime=11.43
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 38472 0 1 0 1126 17 0 0 20 0 13 0 135865794 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835354 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1793468 CPUtime=0.31
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 6448 0 0 0 28 3 0 0 16 0 13 0 135865798 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1793468 CPUtime=0.3
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 5348 0 0 0 28 2 0 0 16 0 13 0 135865798 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 29 0 0 0 0 0 0 0 15 0 13 0 135865800 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 135865805 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1793468 CPUtime=1.55
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 26645 0 -1 64 7037 0 1 0 152 3 0 0 17 0 13 0 135865805 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1793468 CPUtime=1.15
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 26645 0 -1 64 2408 0 1 0 114 1 0 0 17 0 13 0 135865805 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 135865805 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135865805 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12537] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 26645 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135865958 1836511232 51098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 1793468

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12537
/proc/meminfo: memFree=1652128/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1793468 CPUtime=27.68
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 67480 0 3 0 2736 32 0 0 18 0 13 0 135865793 1836511232 43860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448367 43860 1326 9 0 445978 0
[pid=12524/tid=12526] ppid=12522 vsize=1793468 CPUtime=24.08
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 42546 0 1 0 2390 18 0 0 24 0 13 0 135865794 1836511232 43860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835131 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1793468 CPUtime=0.4
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 7900 0 0 0 37 3 0 0 15 0 13 0 135865798 1836511232 43860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1793468 CPUtime=0.41
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 6810 0 0 0 39 2 0 0 16 0 13 0 135865798 1836511232 43860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1793468 CPUtime=0.01
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 56 0 0 0 0 1 0 0 16 0 13 0 135865800 1836511232 43860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=12524/tid=12529] ppid=12522 vsize=1793468 CPUtime=0.34
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 103 0 0 0 21 13 0 0 15 0 13 0 135865800 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 135865805 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1793468 CPUtime=1.57
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 26645 0 -1 64 7038 0 1 0 154 3 0 0 17 0 13 0 135865805 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1793468 CPUtime=1.16
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 26645 0 -1 64 2408 0 1 0 115 1 0 0 16 0 13 0 135865805 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 135865805 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135865805 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 26645 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135865958 1836511232 183623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1580.34
Current children cumulated vsize (KiB) 1793468

[startup+1602.3 s]
/proc/loadavg: 1.13 1.06 1.01 2/90 12734
/proc/meminfo: memFree=1077856/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1793468 CPUtime=1642.21
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 240321 0 3 0 164087 134 0 0 18 0 13 0 135865793 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448367 186829 1327 9 0 445978 0
[pid=12524/tid=12526] ppid=12522 vsize=1793468 CPUtime=1560.39
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 62531 0 1 0 155996 43 0 0 25 0 13 0 135865794 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109582030 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1793468 CPUtime=39.29
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 85624 0 0 0 3893 36 0 0 16 0 13 0 135865798 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1793468 CPUtime=39.4
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 81894 0 0 0 3905 35 0 0 16 0 13 0 135865798 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1793468 CPUtime=0.35
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 103 0 0 0 22 13 0 0 16 0 13 0 135865800 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 135865805 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1793468 CPUtime=1.57
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 26645 0 -1 64 7038 0 1 0 154 3 0 0 17 0 13 0 135865805 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1793468 CPUtime=1.16
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 26645 0 -1 64 2408 0 1 0 115 1 0 0 16 0 13 0 135865805 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 135865805 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135865805 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 26645 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135865958 1836511232 186829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1642.21
Current children cumulated vsize (KiB) 1793468

[startup+1662.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/90 12734
/proc/meminfo: memFree=1065056/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1793468 CPUtime=1704.1
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 243948 0 3 0 170273 137 0 0 18 0 13 0 135865793 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448367 190007 1327 9 0 445978 0
[pid=12524/tid=12526] ppid=12522 vsize=1793468 CPUtime=1618.43
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 62572 0 1 0 161799 44 0 0 22 0 13 0 135865794 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109794295 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1793468 CPUtime=41.2
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 87955 0 0 0 4083 37 0 0 17 0 13 0 135865798 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1793468 CPUtime=41.31
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 83149 0 0 0 4096 35 0 0 16 0 13 0 135865798 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1793468 CPUtime=0.36
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 103 0 0 0 22 14 0 0 15 0 13 0 135865800 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 135865805 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1793468 CPUtime=1.57
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 26645 0 -1 64 7038 0 1 0 154 3 0 0 17 0 13 0 135865805 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1793468 CPUtime=1.16
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 26645 0 -1 64 2408 0 1 0 115 1 0 0 16 0 13 0 135865805 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 135865805 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135865805 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 26645 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135865958 1836511232 190007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.1
Current children cumulated vsize (KiB) 1793468

[startup+1722.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/90 12734
/proc/meminfo: memFree=1052256/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1793468 CPUtime=1765.9
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 247586 0 3 0 176451 139 0 0 18 0 13 0 135865793 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448367 193199 1327 9 0 445978 0
[pid=12524/tid=12526] ppid=12522 vsize=1793468 CPUtime=1676.54
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 62611 0 1 0 167610 44 0 0 24 0 13 0 135865794 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1793468 CPUtime=43.05
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 89684 0 0 0 4267 38 0 0 17 0 13 0 135865798 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1793468 CPUtime=43.16
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 85018 0 0 0 4280 36 0 0 17 0 13 0 135865798 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1793468 CPUtime=0.37
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 104 0 0 0 23 14 0 0 16 0 13 0 135865800 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 135865805 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1793468 CPUtime=1.57
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 26645 0 -1 64 7038 0 1 0 154 3 0 0 17 0 13 0 135865805 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1793468 CPUtime=1.16
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 26645 0 -1 64 2408 0 1 0 115 1 0 0 16 0 13 0 135865805 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 135865805 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135865805 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 26645 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135865958 1836511232 193199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.9
Current children cumulated vsize (KiB) 1793468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1755.4 s]
/proc/loadavg: 1.05 1.06 1.00 2/90 12734
/proc/meminfo: memFree=1045728/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=1793468 CPUtime=1800
/proc/12524/stat : 12524 (java) S 12522 12524 26645 0 -1 0 249396 0 3 0 179859 141 0 0 18 0 13 0 135865793 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 448367 194808 1327 9 0 445978 0
[pid=12524/tid=12526] ppid=12522 vsize=1793468 CPUtime=1708.63
/proc/12524/task/12526/stat : 12526 (java) R 12522 12524 26645 0 -1 64 62632 0 1 0 170818 45 0 0 25 0 13 0 135865794 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815987 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=1793468 CPUtime=44.04
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 26645 0 -1 64 90192 0 0 0 4366 38 0 0 16 0 13 0 135865798 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12528] ppid=12522 vsize=1793468 CPUtime=44.17
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 26645 0 -1 64 86298 0 0 0 4380 37 0 0 16 0 13 0 135865798 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=1793468 CPUtime=0.37
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 26645 0 -1 64 105 0 0 0 23 14 0 0 16 0 13 0 135865800 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12530] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 26645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135865801 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 26645 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 135865805 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=1793468 CPUtime=1.57
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 26645 0 -1 64 7038 0 1 0 154 3 0 0 17 0 13 0 135865805 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=1793468 CPUtime=1.16
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 26645 0 -1 64 2408 0 1 0 115 1 0 0 16 0 13 0 135865805 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 135865805 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135865805 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=1793468 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 26645 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135865958 1836511232 194808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1793468

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

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

[startup+1755.61 s]
/proc/loadavg: 1.05 1.06 1.00 2/92 12737
/proc/meminfo: memFree=1045264/2055920 swapFree=4158676/4192956
[pid=12524] ppid=12522 vsize=0 CPUtime=1800.25
/proc/12524/stat : 12524 (java) Z 12522 12524 26645 0 -1 1036 249518 0 3 0 179875 150 0 0 15 0 2 0 135865793 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12524/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1755.64
CPU time (s): 1800.29
CPU user time (s): 1798.76
CPU system time (s): 1.53777
CPU usage (%): 102.543
Max. virtual memory (cumulated for all children) (KiB): 1797460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.53777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249518
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50411
involuntary context switches= 59879

runsolver used 1.9887 second user time and 5.68114 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Apr 15 00:51:22 UTC 2007

IDJOB= 348775
IDBENCH= 1743
IDSOLVER= 164
FILE ID= node9/348775-1176598282

PBS_JOBID= 4556811

Free space on /tmp= 66553 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-set1al.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348775-1176598282/sat4jPseudoCPClause.jar /tmp/evaluation/348775-1176598282/instance-348775-1176598282.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-348775-1176598282 -o ROOT/results/node9/solver-348775-1176598282 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348775-1176598282/sat4jPseudoCPClause.jar /tmp/evaluation/348775-1176598282/instance-348775-1176598282.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8707b70244b4b6d1505bb830d4ab8529

RANDOM SEED= 543201267

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1824664 kB
Buffers:         62352 kB
Cached:          78848 kB
SwapCached:       9964 kB
Active:          48948 kB
Inactive:       128544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824664 kB
SwapTotal:     4192956 kB
SwapFree:      4158676 kB
Dirty:            4032 kB
Writeback:           0 kB
Mapped:          33556 kB
Slab:            39328 kB
Committed_AS:  4792740 kB
PageTables:       1792 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= 66553 MiB

End job on node9 on Sun Apr 15 01:20:40 UTC 2007