Trace number 349292

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.21 1786.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_4.opb
MD5SUM77442b3482c8e96813b174683c20fffc
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404566
Total number of constraints3686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints3682
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	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.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.15	c Number of processors 2
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=1.5 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 solving /tmp/evaluation/349292-1176693477/instance-349292-1176693477.opb
0.20/0.20	c reading problem ... 
27.96/21.60	c ... done. Wall clock time 21.395s.
27.96/21.60	c CPU time (experimental) 15.37s.
27.96/21.60	c #vars     404566
27.96/21.60	c #constraints  4910
1800.04/1786.21	c starts		: 14
1800.04/1786.21	c conflicts		: 39214
1800.04/1786.21	c decisions		: 75080
1800.04/1786.21	c propagations		: 16422322
1800.04/1786.21	c inspects		: 90883837
1800.04/1786.21	c learnt literals	: 29
1800.04/1786.21	c learnt binary clauses	: 9
1800.04/1786.21	c learnt ternary clauses	: 16
1800.04/1786.21	c learnt clauses	: 39185
1800.04/1786.21	c root simplifications	: 0
1800.04/1786.21	c removed literals (reason simplification)	: 0
1800.04/1786.21	c reason swapping (by a shorter reason)	: 0
1800.04/1786.21	c Calls to reduceDB	: 0
1800.04/1786.21	c speed (decisions/second)	: 42.5529985468049
1800.04/1786.21	c non guided choices	5245
1800.04/1786.21	s UNKNOWN
1800.04/1786.21	c Total wall clock time (ms): 1786.012

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/node74/watcher-349292-1176693477 -o ROOT/results/node74/solver-349292-1176693477 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349292-1176693477/sat4jPseudoResolution.jar /tmp/evaluation/349292-1176693477/instance-349292-1176693477.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: 0.92 0.98 0.99 2/66 1778
/proc/meminfo: memFree=1781080/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=324 CPUtime=0
/proc/1778/stat : 1778 (java) R 1776 1778 1401 0 -1 0 61 0 0 0 0 0 0 0 18 0 1 0 117262538 331776 44 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9757476 0 0 4096 0 0 0 0 17 1 0 0
/proc/1778/statm: 378 44 33 9 0 6 0

[startup+0.027478 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 1778
/proc/meminfo: memFree=1781080/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1773596 CPUtime=0.01
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 2514 0 1 0 0 1 0 0 18 0 3 0 117262538 1816162304 2263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 443399 2263 387 9 0 441413 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773596

[startup+0.101947 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 1778
/proc/meminfo: memFree=1781080/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1780108 CPUtime=0.08
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 3983 0 1 0 6 2 0 0 18 0 12 0 117262538 1822830592 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30297 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 1778
/proc/meminfo: memFree=1781080/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1781864 CPUtime=0.31
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 8632 0 1 0 27 4 0 0 18 0 12 0 117262538 1824628736 8370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 445466 8370 1263 9 0 443078 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781864

[startup+0.703019 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 1778
/proc/meminfo: memFree=1781080/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1783400 CPUtime=0.9
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 10735 0 1 0 85 5 0 0 18 0 12 0 117262538 1826201600 10419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 445850 10420 1302 9 0 443462 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783400

[startup+1.50111 s]
/proc/loadavg: 0.92 0.98 0.99 3/78 1790
/proc/meminfo: memFree=1734136/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1795492 CPUtime=2.38
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 25521 0 1 0 227 11 0 0 18 0 12 0 117262538 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 448873 20670 1303 9 0 446485 0
[pid=1778/tid=1780] ppid=1776 vsize=1795492 CPUtime=0.84
/proc/1778/task/1780/stat : 1780 (java) R 1776 1778 1401 0 -1 64 16498 0 1 0 77 7 0 0 19 0 12 0 117262539 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109608097 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1795492 CPUtime=0
/proc/1778/task/1781/stat : 1781 (java) S 1776 1778 1401 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117262540 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1795492 CPUtime=0
/proc/1778/task/1782/stat : 1782 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117262540 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1795492 CPUtime=0
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117262543 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1795492 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 117262543 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1795492 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117262543 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1795492 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117262547 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1795492 CPUtime=0.75
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 3951 0 0 0 74 1 0 0 18 0 12 0 117262547 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1795492 CPUtime=0.77
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4352 0 0 0 75 2 0 0 19 0 12 0 117262547 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1795492 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117262547 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1795492 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117262547 1838583808 20670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1795492

[startup+3.1013 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1790
/proc/meminfo: memFree=1626744/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1796776 CPUtime=4.19
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 57761 0 1 0 394 25 0 0 18 0 12 0 117262538 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 449194 51266 1313 9 0 446806 0
[pid=1778/tid=1780] ppid=1776 vsize=1796776 CPUtime=2.24
/proc/1778/task/1780/stat : 1780 (java) R 1776 1778 1401 0 -1 64 37668 0 1 0 208 16 0 0 23 0 12 0 117262539 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109679396 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1796776 CPUtime=0.19
/proc/1778/task/1781/stat : 1781 (java) S 1776 1778 1401 0 -1 64 4853 0 0 0 18 1 0 0 16 0 12 0 117262540 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1796776 CPUtime=0.19
/proc/1778/task/1782/stat : 1782 (java) S 1776 1778 1401 0 -1 64 6209 0 0 0 17 2 0 0 16 0 12 0 117262540 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1796776 CPUtime=0
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 117262543 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1796776 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 117262543 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1796776 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117262543 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1796776 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117262547 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1796776 CPUtime=0.75
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 3951 0 0 0 74 1 0 0 17 0 12 0 117262547 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1796776 CPUtime=0.78
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4353 0 0 0 76 2 0 0 16 0 12 0 117262547 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1796776 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117262547 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1796776 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117262547 1839898624 51266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 1796776

[startup+6.30265 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1790
/proc/meminfo: memFree=1508024/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1796104 CPUtime=8.43
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 86342 0 1 0 804 39 0 0 18 0 12 0 117262538 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 449026 75620 1313 9 0 446638 0
[pid=1778/tid=1780] ppid=1776 vsize=1796104 CPUtime=4.36
/proc/1778/task/1780/stat : 1780 (java) R 1776 1778 1401 0 -1 64 37672 0 1 0 420 16 0 0 17 0 12 0 117262539 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1796104 CPUtime=1.25
/proc/1778/task/1781/stat : 1781 (java) S 1776 1778 1401 0 -1 64 20658 0 0 0 116 9 0 0 20 0 12 0 117262540 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1796104 CPUtime=1.24
/proc/1778/task/1782/stat : 1782 (java) S 1776 1778 1401 0 -1 64 18981 0 0 0 116 8 0 0 20 0 12 0 117262540 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1796104 CPUtime=0
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 117262543 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1796104 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 117262543 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1796104 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117262543 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1796104 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117262547 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1796104 CPUtime=0.75
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 3951 0 0 0 74 1 0 0 17 0 12 0 117262547 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1796104 CPUtime=0.78
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4353 0 0 0 76 2 0 0 16 0 12 0 117262547 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1796104 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117262547 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1796104 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117262547 1839210496 75620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 1796104

[startup+12.7014 s]
/proc/loadavg: 1.09 1.02 1.01 2/78 1790
/proc/meminfo: memFree=1391032/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1796072 CPUtime=17.11
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 121061 0 1 0 1658 53 0 0 18 0 12 0 117262538 1839177728 103412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 449018 103414 1324 9 0 446630 0
[pid=1778/tid=1780] ppid=1776 vsize=1796072 CPUtime=8.53
/proc/1778/task/1780/stat : 1780 (java) S 1776 1778 1401 0 -1 64 37685 0 1 0 836 17 0 0 18 0 12 0 117262539 1839177728 103416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1796072 CPUtime=3.45
/proc/1778/task/1781/stat : 1781 (java) R 1776 1778 1401 0 -1 64 39525 0 0 0 329 16 0 0 16 0 12 0 117262540 1839177728 103418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105368797 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1796072 CPUtime=3.45
/proc/1778/task/1782/stat : 1782 (java) R 1776 1778 1401 0 -1 64 34811 0 0 0 331 14 0 0 17 0 12 0 117262540 1839177728 103420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1796072 CPUtime=0
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 117262543 1839177728 103422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1796072 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 117262543 1839177728 103423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1796072 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117262543 1839177728 103426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1796072 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117262547 1839177728 103427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1796072 CPUtime=0.83
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 3967 0 0 0 82 1 0 0 16 0 12 0 117262547 1839177728 103428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1796072 CPUtime=0.8
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4354 0 0 0 78 2 0 0 16 0 12 0 117262547 1839177728 103430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1796072 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117262547 1839177728 103432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1796072 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117262547 1839177728 103434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.11
Current children cumulated vsize (KiB) 1796072

[startup+25.5029 s]
/proc/loadavg: 1.21 1.05 1.01 2/79 1791
/proc/meminfo: memFree=1260592/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1796396 CPUtime=32.33
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 155996 0 1 0 3159 74 0 0 18 0 13 0 117262538 1839509504 131200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 449099 131200 1332 9 0 446711 0
[pid=1778/tid=1780] ppid=1776 vsize=1796396 CPUtime=19.07
/proc/1778/task/1780/stat : 1780 (java) R 1776 1778 1401 0 -1 64 37737 0 1 0 1888 19 0 0 25 0 13 0 117262539 1839509504 131200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109827907 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1796396 CPUtime=5.66
/proc/1778/task/1781/stat : 1781 (java) S 1776 1778 1401 0 -1 64 57822 0 0 0 541 25 0 0 17 0 13 0 117262540 1839509504 131200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1796396 CPUtime=5.64
/proc/1778/task/1782/stat : 1782 (java) S 1776 1778 1401 0 -1 64 51346 0 0 0 540 24 0 0 18 0 13 0 117262540 1839509504 131200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1796396 CPUtime=0
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117262543 1839509504 131200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1796396 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117262543 1839509504 131200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1796396 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117262543 1839509504 131200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1796396 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117262547 1839509504 131200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1778/tid=1783] ppid=1776 vsize=1793504 CPUtime=0.12
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 14 0 0 0 6 6 0 0 16 0 13 0 117262543 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117262547 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1793504 CPUtime=1.26
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 4008 0 0 0 125 1 0 0 16 0 13 0 117262547 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1793504 CPUtime=1.04
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4381 0 0 0 102 2 0 0 17 0 13 0 117262547 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117262547 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117262547 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1791] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1791/stat : 1791 (java) S 1776 1778 1401 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117264784 1836548096 161488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.88
Current children cumulated vsize (KiB) 1793504

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1793
/proc/meminfo: memFree=1128304/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1793504 CPUtime=1675.31
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 232739 0 1 0 167380 151 0 0 18 0 13 0 117262538 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 448376 163951 1334 9 0 445988 0
[pid=1778/tid=1780] ppid=1776 vsize=1793504 CPUtime=1646.64
/proc/1778/task/1780/stat : 1780 (java) R 1776 1778 1401 0 -1 64 38730 0 1 0 164638 26 0 0 25 0 13 0 117262539 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826713 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1793504 CPUtime=13.01
/proc/1778/task/1781/stat : 1781 (java) S 1776 1778 1401 0 -1 64 102041 0 0 0 1238 63 0 0 16 0 13 0 117262540 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1793504 CPUtime=13.17
/proc/1778/task/1782/stat : 1782 (java) S 1776 1778 1401 0 -1 64 82840 0 0 0 1268 49 0 0 17 0 13 0 117262540 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1793504 CPUtime=0.12
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 16 0 0 0 6 6 0 0 16 0 13 0 117262543 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117262547 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1793504 CPUtime=1.26
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 4008 0 0 0 125 1 0 0 16 0 13 0 117262547 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1793504 CPUtime=1.04
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4381 0 0 0 102 2 0 0 17 0 13 0 117262547 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117262547 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117262547 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1791] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1791/stat : 1791 (java) S 1776 1778 1401 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117264784 1836548096 163951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.31
Current children cumulated vsize (KiB) 1793504

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1793
/proc/meminfo: memFree=1117104/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1793504 CPUtime=1735.73
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 235611 0 1 0 173419 154 0 0 18 0 13 0 117262538 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 448376 166752 1334 9 0 445988 0
[pid=1778/tid=1780] ppid=1776 vsize=1793504 CPUtime=1706.1
/proc/1778/task/1780/stat : 1780 (java) R 1776 1778 1401 0 -1 64 38769 0 1 0 170584 26 0 0 25 0 13 0 117262539 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951417 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1793504 CPUtime=13.46
/proc/1778/task/1781/stat : 1781 (java) S 1776 1778 1401 0 -1 64 104874 0 0 0 1280 66 0 0 16 0 13 0 117262540 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1793504 CPUtime=13.67
/proc/1778/task/1782/stat : 1782 (java) S 1776 1778 1401 0 -1 64 82840 0 0 0 1318 49 0 0 16 0 13 0 117262540 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1793504 CPUtime=0.13
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 16 0 0 0 7 6 0 0 16 0 13 0 117262543 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117262547 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1793504 CPUtime=1.26
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 4008 0 0 0 125 1 0 0 16 0 13 0 117262547 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1793504 CPUtime=1.04
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4381 0 0 0 102 2 0 0 17 0 13 0 117262547 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117262547 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117262547 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1791] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1791/stat : 1791 (java) S 1776 1778 1401 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117264784 1836548096 166752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.73
Current children cumulated vsize (KiB) 1793504

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1793
/proc/meminfo: memFree=1106928/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1793504 CPUtime=1796.13
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 238204 0 1 0 179456 157 0 0 18 0 13 0 117262538 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 448376 169275 1334 9 0 445988 0
[pid=1778/tid=1780] ppid=1776 vsize=1793504 CPUtime=1765.55
/proc/1778/task/1780/stat : 1780 (java) R 1776 1778 1401 0 -1 64 38807 0 1 0 176529 26 0 0 25 0 13 0 117262539 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826442 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1793504 CPUtime=13.94
/proc/1778/task/1781/stat : 1781 (java) S 1776 1778 1401 0 -1 64 106408 0 0 0 1326 68 0 0 16 0 13 0 117262540 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1793504 CPUtime=14.14
/proc/1778/task/1782/stat : 1782 (java) S 1776 1778 1401 0 -1 64 83861 0 0 0 1364 50 0 0 16 0 13 0 117262540 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1793504 CPUtime=0.13
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 16 0 0 0 7 6 0 0 15 0 13 0 117262543 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117262547 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1793504 CPUtime=1.26
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 4008 0 0 0 125 1 0 0 16 0 13 0 117262547 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1793504 CPUtime=1.04
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4381 0 0 0 102 2 0 0 17 0 13 0 117262547 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117262547 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117262547 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1791] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1791/stat : 1791 (java) S 1776 1778 1401 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117264784 1836548096 169275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.13
Current children cumulated vsize (KiB) 1793504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1793
/proc/meminfo: memFree=1106800/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=1793504 CPUtime=1800.04
/proc/1778/stat : 1778 (java) S 1776 1778 1401 0 -1 0 238236 0 1 0 179847 157 0 0 18 0 13 0 117262538 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1778/statm: 448376 169306 1334 9 0 445988 0
[pid=1778/tid=1780] ppid=1776 vsize=1793504 CPUtime=1769.44
/proc/1778/task/1780/stat : 1780 (java) R 1776 1778 1401 0 -1 64 38808 0 1 0 176918 26 0 0 25 0 13 0 117262539 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1781] ppid=1776 vsize=1793504 CPUtime=13.95
/proc/1778/task/1781/stat : 1781 (java) S 1776 1778 1401 0 -1 64 106439 0 0 0 1327 68 0 0 16 0 13 0 117262540 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1782] ppid=1776 vsize=1793504 CPUtime=14.15
/proc/1778/task/1782/stat : 1782 (java) S 1776 1778 1401 0 -1 64 83861 0 0 0 1365 50 0 0 16 0 13 0 117262540 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1783] ppid=1776 vsize=1793504 CPUtime=0.13
/proc/1778/task/1783/stat : 1783 (java) S 1776 1778 1401 0 -1 64 16 0 0 0 7 6 0 0 16 0 13 0 117262543 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1784] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1784/stat : 1784 (java) S 1776 1778 1401 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1785] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1785/stat : 1785 (java) S 1776 1778 1401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117262543 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1786] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1786/stat : 1786 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117262547 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1787] ppid=1776 vsize=1793504 CPUtime=1.26
/proc/1778/task/1787/stat : 1787 (java) S 1776 1778 1401 0 -1 64 4008 0 0 0 125 1 0 0 16 0 13 0 117262547 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1788] ppid=1776 vsize=1793504 CPUtime=1.04
/proc/1778/task/1788/stat : 1788 (java) S 1776 1778 1401 0 -1 64 4381 0 0 0 102 2 0 0 17 0 13 0 117262547 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1789] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1789/stat : 1789 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117262547 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1778/tid=1790] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1790/stat : 1790 (java) S 1776 1778 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117262547 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1778/tid=1791] ppid=1776 vsize=1793504 CPUtime=0
/proc/1778/task/1791/stat : 1791 (java) S 1776 1778 1401 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117264784 1836548096 169306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1793504

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

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

[startup+1786.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 1796
/proc/meminfo: memFree=1458976/2055920 swapFree=4183704/4192956
[pid=1778] ppid=1776 vsize=0 CPUtime=1800.15
/proc/1778/stat : 1778 (java) Z 1776 1778 1401 0 -1 1036 238257 0 1 0 179853 162 0 0 16 0 2 0 117262538 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1778/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.37
CPU time (s): 1800.21
CPU user time (s): 1798.53
CPU system time (s): 1.67474
CPU usage (%): 100.775
Max. virtual memory (cumulated for all children) (KiB): 1798704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.67474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238257
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= 44010
involuntary context switches= 23690

runsolver used 2.00769 second user time and 4.53031 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Mon Apr 16 03:17:58 UTC 2007

IDJOB= 349292
IDBENCH= 2336
IDSOLVER= 159
FILE ID= node74/349292-1176693477

PBS_JOBID= 4559999

Free space on /tmp= 103193 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_4.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349292-1176693477/sat4jPseudoResolution.jar /tmp/evaluation/349292-1176693477/instance-349292-1176693477.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-349292-1176693477 -o ROOT/results/node74/solver-349292-1176693477 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349292-1176693477/sat4jPseudoResolution.jar /tmp/evaluation/349292-1176693477/instance-349292-1176693477.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  77442b3482c8e96813b174683c20fffc

RANDOM SEED= 197936967

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1781488 kB
Buffers:         11032 kB
Cached:         176564 kB
SwapCached:       2668 kB
Active:         120060 kB
Inactive:        90872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781488 kB
SwapTotal:     4192956 kB
SwapFree:      4183704 kB
Dirty:           35896 kB
Writeback:           0 kB
Mapped:          29568 kB
Slab:            49256 kB
Committed_AS:  1930216 kB
PageTables:       1512 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103193 MiB

End job on node74 on Mon Apr 16 03:47:46 UTC 2007