Trace number 363164

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.15 1780.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air06.opb
MD5SUM9ad64595976e8d5a822b98ffb6dea9d7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5727
Best CPU time to get the best result obtained on this benchmark42.5775
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5727
Optimality of the best value was proved YES
Number of variables8627
Total number of constraints825
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)825
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint461
Number of terms in the objective function 8627
Biggest coefficient in the objective function 213
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 528490
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 213
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 528490
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/363164-1177023773/instance-363164-1177023773.opb
0.20/0.20	c reading problem ... 
1.73/1.36	c ... done. Wall clock time 1.158s.
1.73/1.36	c CPU time (experimental) 1.0s.
1.73/1.36	c #vars     8627
1.73/1.36	c #constraints  1628
1800.00/1779.91	c starts		: 2
1800.00/1779.91	c conflicts		: 3253
1800.00/1779.91	c decisions		: 187713
1800.00/1779.91	c propagations		: 1929607
1800.00/1779.91	c inspects		: 2480684
1800.00/1779.91	c learnt literals	: 7
1800.00/1779.91	c learnt binary clauses	: 7
1800.00/1779.91	c learnt ternary clauses	: 5
1800.00/1779.91	c learnt clauses	: 3245
1800.00/1779.91	c root simplifications	: 0
1800.00/1779.91	c removed literals (reason simplification)	: 0
1800.00/1779.91	c reason swapping (by a shorter reason)	: 0
1800.00/1779.91	c Calls to reduceDB	: 0
1800.00/1779.91	c speed (decisions/second)	: 105.55648652265793
1800.00/1779.91	c non guided choices	0
1800.00/1779.91	s UNKNOWN
1800.00/1779.91	c Total wall clock time (ms): 1779.712

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12644
/proc/meminfo: memFree=1682692/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1520 CPUtime=0
/proc/12644/stat : 12644 (java) R 12642 12644 11335 0 -1 0 82 0 0 0 0 0 0 0 18 0 1 0 150287339 1556480 65 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6812864 0 0 4096 0 0 0 0 17 1 0 0
/proc/12644/statm: 380 73 56 9 0 10 0

[startup+0.0476351 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12644
/proc/meminfo: memFree=1682692/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1776376 CPUtime=0.03
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 3458 0 1 0 1 2 0 0 18 0 4 0 150287339 1819009024 3204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 444094 3204 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.10264 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12644
/proc/meminfo: memFree=1682692/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1780112 CPUtime=0.08
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 150287339 1822834688 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 445028 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301655 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12644
/proc/meminfo: memFree=1682692/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1781412 CPUtime=0.33
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 5138 0 1 0 30 3 0 0 18 0 12 0 150287339 1824165888 4875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 445353 4875 1264 9 0 442964 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781412

[startup+0.701696 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12644
/proc/meminfo: memFree=1682692/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1783280 CPUtime=0.92
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 7253 0 1 0 88 4 0 0 18 0 12 0 150287339 1826078720 6786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 445820 6787 1301 9 0 443431 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783280

[startup+1.50277 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12656
/proc/meminfo: memFree=1645924/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1784952 CPUtime=1.99
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 23738 0 1 0 186 13 0 0 18 0 12 0 150287339 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 446238 22571 1317 9 0 443849 0
[pid=12644/tid=12646] ppid=12642 vsize=1784952 CPUtime=1.11
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 20950 0 1 0 100 11 0 0 20 0 12 0 150287341 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1784952 CPUtime=0
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 150287342 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1784952 CPUtime=0
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 150287342 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1784952 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 150287344 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1784952 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 150287345 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1784952 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 150287345 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1784952 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 150287349 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1784952 CPUtime=0.44
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 11335 0 -1 64 995 0 0 0 44 0 0 0 16 0 12 0 150287349 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1784952 CPUtime=0.42
/proc/12644/task/12654/stat : 12654 (java) R 12642 12644 11335 0 -1 64 1073 0 0 0 42 0 0 0 16 0 12 0 150287349 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105136130 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1784952 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 150287349 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1784952 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150287349 1827790848 22571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1784952

[startup+3.10192 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12657
/proc/meminfo: memFree=1576284/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1794904 CPUtime=4.91
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 47630 0 1 0 467 24 0 0 18 0 13 0 150287339 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 448726 42818 1331 9 0 446337 0
[pid=12644/tid=12646] ppid=12642 vsize=1794904 CPUtime=2.18
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 37722 0 1 0 200 18 0 0 19 0 13 0 150287341 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109674146 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1794904 CPUtime=0.01
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 602 0 0 0 1 0 0 0 16 0 13 0 150287342 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1794904 CPUtime=0.01
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 427 0 0 0 1 0 0 0 16 0 13 0 150287342 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1794904 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 150287344 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1794904 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150287345 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1794904 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150287345 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1794904 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150287349 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1794904 CPUtime=1.49
/proc/12644/task/12653/stat : 12653 (java) R 12642 12644 11335 0 -1 64 5313 0 0 0 147 2 0 0 18 0 13 0 150287349 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336786 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1794904 CPUtime=1.17
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 11335 0 -1 64 2837 0 0 0 116 1 0 0 16 0 13 0 150287349 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1794904 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150287349 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1794904 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150287349 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1794904 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 11335 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 150287500 1837981696 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 1794904

[startup+6.30222 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 12657
/proc/meminfo: memFree=1514780/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1793824 CPUtime=8.64
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 53003 0 1 0 837 27 0 0 18 0 13 0 150287339 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 448456 44507 1332 9 0 446067 0
[pid=12644/tid=12646] ppid=12642 vsize=1793824 CPUtime=5.24
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 37728 0 1 0 505 19 0 0 25 0 13 0 150287341 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109844403 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1793824 CPUtime=0.1
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 2017 0 0 0 9 1 0 0 16 0 13 0 150287342 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1793824 CPUtime=0.11
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 2266 0 0 0 10 1 0 0 16 0 13 0 150287342 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 150287344 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150287345 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150287345 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150287349 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1793824 CPUtime=1.86
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 11335 0 -1 64 7225 0 0 0 184 2 0 0 16 0 13 0 150287349 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1793824 CPUtime=1.27
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 11335 0 -1 64 3017 0 0 0 126 1 0 0 16 0 13 0 150287349 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150287349 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150287349 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 11335 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 150287500 1836875776 44507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 1793824

[startup+12.7018 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 12657
/proc/meminfo: memFree=1475868/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1793824 CPUtime=15.38
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 62037 0 1 0 1506 32 0 0 18 0 13 0 150287339 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 448456 52825 1332 9 0 446067 0
[pid=12644/tid=12646] ppid=12642 vsize=1793824 CPUtime=11.52
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 41942 0 1 0 1131 21 0 0 19 0 13 0 150287341 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109824299 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1793824 CPUtime=0.2
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 4377 0 0 0 18 2 0 0 16 0 13 0 150287342 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1793824 CPUtime=0.21
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 4323 0 0 0 19 2 0 0 16 0 13 0 150287342 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 150287344 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150287345 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150287345 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150287349 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1793824 CPUtime=2.06
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 11335 0 -1 64 7626 0 0 0 203 3 0 0 18 0 13 0 150287349 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1793824 CPUtime=1.32
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 11335 0 -1 64 3019 0 0 0 131 1 0 0 17 0 13 0 150287349 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150287349 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150287349 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1793824 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 11335 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 150287500 1836875776 52825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.38
Current children cumulated vsize (KiB) 1793824

[startup+25.5022 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 12657
/proc/meminfo: memFree=1487900/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1792924 CPUtime=28.29
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 70417 0 1 0 2793 36 0 0 18 0 13 0 150287339 1835954176 55480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 448231 55480 1332 9 0 445842 0
[pid=12644/tid=12646] ppid=12642 vsize=1792924 CPUtime=24.17
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 48026 0 1 0 2394 23 0 0 25 0 13 0 150287341 1835954176 55480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109824109 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792924 CPUtime=0.32
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 5562 0 0 0 30 2 0 0 16 0 13 0 150287342 1835954176 55480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792924 CPUtime=0.34
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 5419 0 0 0 31 3 0 0 16 0 13 0 150287342 1835954176 55480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792924 CPUtime=0.01
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 43 0 0 0 1 0 0 0 16 0 13 0 150287344 1835954176 55480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=12644/tid=12649] ppid=12642 vsize=1792924 CPUtime=0.65
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 357 0 0 0 34 31 0 0 16 0 13 0 150287344 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150287349 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792924 CPUtime=2.09
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 11335 0 -1 64 7626 0 0 0 206 3 0 0 16 0 13 0 150287349 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792924 CPUtime=1.36
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 11335 0 -1 64 3019 0 0 0 135 1 0 0 17 0 13 0 150287349 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150287349 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150287349 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 11335 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 150287500 1835954176 162620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1558.92
Current children cumulated vsize (KiB) 1792924

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12657
/proc/meminfo: memFree=1019100/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1792924 CPUtime=1619.76
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 301826 0 1 0 161778 198 0 0 18 0 13 0 150287339 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 448231 166857 1332 9 0 445842 0
[pid=12644/tid=12646] ppid=12642 vsize=1792924 CPUtime=1583.9
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 126383 0 1 0 158325 65 0 0 25 0 13 0 150287341 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109823963 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792924 CPUtime=15.84
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 81846 0 0 0 1538 46 0 0 16 0 13 0 150287342 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792924 CPUtime=15.82
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 81873 0 0 0 1536 46 0 0 15 0 13 0 150287342 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792924 CPUtime=0.67
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 357 0 0 0 35 32 0 0 16 0 13 0 150287344 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150287349 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792924 CPUtime=2.09
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 11335 0 -1 64 7626 0 0 0 206 3 0 0 16 0 13 0 150287349 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792924 CPUtime=1.36
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 11335 0 -1 64 3019 0 0 0 135 1 0 0 17 0 13 0 150287349 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150287349 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150287349 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 11335 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 150287500 1835954176 166857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.76
Current children cumulated vsize (KiB) 1792924

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12657
/proc/meminfo: memFree=998940/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1792924 CPUtime=1680.75
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 307107 0 1 0 167874 201 0 0 18 0 13 0 150287339 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 448231 171702 1332 9 0 445842 0
[pid=12644/tid=12646] ppid=12642 vsize=1792924 CPUtime=1642.79
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 126462 0 1 0 164214 65 0 0 25 0 13 0 150287341 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109843901 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792924 CPUtime=16.87
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 84338 0 0 0 1640 47 0 0 16 0 13 0 150287342 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792924 CPUtime=16.86
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 84583 0 0 0 1639 47 0 0 16 0 13 0 150287342 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792924 CPUtime=0.69
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 357 0 0 0 36 33 0 0 16 0 13 0 150287344 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150287349 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792924 CPUtime=2.09
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 11335 0 -1 64 7626 0 0 0 206 3 0 0 16 0 13 0 150287349 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792924 CPUtime=1.36
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 11335 0 -1 64 3019 0 0 0 135 1 0 0 17 0 13 0 150287349 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150287349 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150287349 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 11335 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 150287500 1835954176 171702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.75
Current children cumulated vsize (KiB) 1792924

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12657
/proc/meminfo: memFree=980828/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1792924 CPUtime=1741.61
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 312232 0 1 0 173956 205 0 0 18 0 13 0 150287339 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 448231 176281 1332 9 0 445842 0
[pid=12644/tid=12646] ppid=12642 vsize=1792924 CPUtime=1701.85
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 126545 0 1 0 170119 66 0 0 25 0 13 0 150287341 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109844262 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792924 CPUtime=17.78
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 87160 0 0 0 1729 49 0 0 16 0 13 0 150287342 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792924 CPUtime=17.76
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 86803 0 0 0 1727 49 0 0 16 0 13 0 150287342 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792924 CPUtime=0.71
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 357 0 0 0 37 34 0 0 16 0 13 0 150287344 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150287349 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792924 CPUtime=2.09
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 11335 0 -1 64 7626 0 0 0 206 3 0 0 16 0 13 0 150287349 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792924 CPUtime=1.36
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 11335 0 -1 64 3019 0 0 0 135 1 0 0 17 0 13 0 150287349 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150287349 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150287349 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 11335 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 150287500 1835954176 176281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1741.61
Current children cumulated vsize (KiB) 1792924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12657
/proc/meminfo: memFree=964060/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=1792924 CPUtime=1800
/proc/12644/stat : 12644 (java) S 12642 12644 11335 0 -1 0 317556 0 1 0 179791 209 0 0 18 0 13 0 150287339 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 448231 180364 1332 9 0 445842 0
[pid=12644/tid=12646] ppid=12642 vsize=1792924 CPUtime=1758.56
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 11335 0 -1 64 126624 0 1 0 175790 66 0 0 16 0 13 0 150287341 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109844187 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=1792924 CPUtime=18.6
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 11335 0 -1 64 89876 0 0 0 1809 51 0 0 16 0 13 0 150287342 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=1792924 CPUtime=18.59
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 11335 0 -1 64 89332 0 0 0 1809 50 0 0 16 0 13 0 150287342 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12649] ppid=12642 vsize=1792924 CPUtime=0.72
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 11335 0 -1 64 357 0 0 0 38 34 0 0 16 0 13 0 150287344 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 11335 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12651] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 11335 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150287345 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 11335 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150287349 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12653] ppid=12642 vsize=1792924 CPUtime=2.09
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 11335 0 -1 64 7626 0 0 0 206 3 0 0 16 0 13 0 150287349 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12654] ppid=12642 vsize=1792924 CPUtime=1.36
/proc/12644/task/12654/stat : 12654 (java) S 12642 12644 11335 0 -1 64 3019 0 0 0 135 1 0 0 17 0 13 0 150287349 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12655] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12655/stat : 12655 (java) S 12642 12644 11335 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150287349 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12644/tid=12656] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12656/stat : 12656 (java) S 12642 12644 11335 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150287349 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12644/tid=12657] ppid=12642 vsize=1792924 CPUtime=0
/proc/12644/task/12657/stat : 12657 (java) S 12642 12644 11335 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 150287500 1835954176 180364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1792924

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

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

[startup+1780.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12657
/proc/meminfo: memFree=964060/2055920 swapFree=4184496/4192956
[pid=12644] ppid=12642 vsize=0 CPUtime=1800.11
/proc/12644/stat : 12644 (java) Z 12642 12644 11335 0 -1 1036 317576 0 1 0 179794 217 0 0 16 0 2 0 150287339 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.05
CPU time (s): 1800.15
CPU user time (s): 1797.94
CPU system time (s): 2.20766
CPU usage (%): 101.129
Max. virtual memory (cumulated for all children) (KiB): 1795136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.94
system time used= 2.20766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317576
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= 61436
involuntary context switches= 33591

runsolver used 2.08768 second user time and 5.04723 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Thu Apr 19 23:02:53 UTC 2007

IDJOB= 363164
IDBENCH= 1746
IDSOLVER= 164
FILE ID= node55/363164-1177023773

PBS_JOBID= 4630563

Free space on /tmp= 66351 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-air06.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363164-1177023773/sat4jPseudoCPClause.jar /tmp/evaluation/363164-1177023773/instance-363164-1177023773.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-363164-1177023773 -o ROOT/results/node55/solver-363164-1177023773 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363164-1177023773/sat4jPseudoCPClause.jar /tmp/evaluation/363164-1177023773/instance-363164-1177023773.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9ad64595976e8d5a822b98ffb6dea9d7

RANDOM SEED= 251217804

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.216
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.216
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:       1683036 kB
Buffers:         26500 kB
Cached:         272340 kB
SwapCached:       2196 kB
Active:         137720 kB
Inactive:       170596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683036 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            4284 kB
Writeback:           0 kB
Mapped:          16020 kB
Slab:            50640 kB
Committed_AS:  1168820 kB
PageTables:       1380 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= 66351 MiB

End job on node55 on Thu Apr 19 23:32:35 UTC 2007