Trace number 349272

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.18 1785.12

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_3.opb
MD5SUM1c7fb7925778882f8c8001dcd3838f28
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 variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
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.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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	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	--- 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/349272-1176692880/instance-349272-1176692880.opb
0.20/0.20	c reading problem ... 
28.33/21.75	c ... done. Wall clock time 21.546s.
28.33/21.75	c CPU time (experimental) 15.24s.
28.33/21.75	c #vars     404796
28.33/21.75	c #constraints  4933
1800.06/1785.01	c starts		: 14
1800.06/1785.01	c conflicts		: 43702
1800.06/1785.01	c decisions		: 89531
1800.06/1785.01	c propagations		: 16294057
1800.06/1785.01	c inspects		: 102006208
1800.06/1785.01	c learnt literals	: 29
1800.06/1785.01	c learnt binary clauses	: 14
1800.06/1785.01	c learnt ternary clauses	: 38
1800.06/1785.01	c learnt clauses	: 43673
1800.06/1785.01	c root simplifications	: 0
1800.06/1785.01	c removed literals (reason simplification)	: 0
1800.06/1785.01	c reason swapping (by a shorter reason)	: 0
1800.06/1785.01	c Calls to reduceDB	: 0
1800.06/1785.01	c speed (decisions/second)	: 50.778081899656414
1800.06/1785.01	c non guided choices	3880
1800.06/1785.01	s UNKNOWN
1800.06/1785.01	c Total wall clock time (ms): 1784.808

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/node11/watcher-349272-1176692880 -o ROOT/results/node11/solver-349272-1176692880 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349272-1176692880/sat4jPseudoResolution.jar /tmp/evaluation/349272-1176692880/instance-349272-1176692880.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.09 1.06 1.01 2/77 18425
/proc/meminfo: memFree=1667648/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=18568 CPUtime=0
/proc/18425/stat : 18425 (runsolver) R 18423 18425 18099 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 110336952 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18425/statm: 4642 292 257 24 0 2626 0

[startup+0.027775 s]
/proc/loadavg: 1.09 1.06 1.01 2/77 18425
/proc/meminfo: memFree=1667648/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1772952 CPUtime=0.01
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 2027 0 1 0 0 1 0 0 18 0 2 0 110336952 1815502848 1777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 443238 1788 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102776 s]
/proc/loadavg: 1.09 1.06 1.01 2/77 18425
/proc/meminfo: memFree=1667648/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1780108 CPUtime=0.08
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 110336952 1822830592 3713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 445027 3713 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302806 s]
/proc/loadavg: 1.09 1.06 1.01 2/77 18425
/proc/meminfo: memFree=1667648/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1781428 CPUtime=0.31
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 8617 0 1 0 26 5 0 0 18 0 12 0 110336952 1824182272 8356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 445357 8356 1261 9 0 442969 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781428

[startup+0.701855 s]
/proc/loadavg: 1.09 1.06 1.01 2/77 18425
/proc/meminfo: memFree=1667648/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1782916 CPUtime=0.93
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 10882 0 1 0 88 5 0 0 18 0 12 0 110336952 1825705984 10552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 445729 10552 1302 9 0 443341 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1782916

[startup+1.50196 s]
/proc/loadavg: 1.09 1.06 1.01 3/89 18437
/proc/meminfo: memFree=1619360/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1794444 CPUtime=2.38
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 24851 0 1 0 226 12 0 0 18 0 12 0 110336952 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 448611 19879 1303 9 0 446223 0
[pid=18425/tid=18427] ppid=18423 vsize=1794444 CPUtime=0.8
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 15699 0 1 0 73 7 0 0 25 0 12 0 110336954 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1794444 CPUtime=0
/proc/18425/task/18428/stat : 18428 (java) S 18423 18425 18099 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 110336956 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1794444 CPUtime=0
/proc/18425/task/18429/stat : 18429 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 110336956 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1794444 CPUtime=0
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 110336958 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1794444 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 110336958 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1794444 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 110336958 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1794444 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 110336962 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1794444 CPUtime=0.85
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4642 0 0 0 83 2 0 0 17 0 12 0 110336962 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1794444 CPUtime=0.7
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3792 0 0 0 69 1 0 0 17 0 12 0 110336962 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1794444 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 110336962 1837510656 19879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1794444 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110336962 1837510656 19879 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) 1794444

[startup+3.10214 s]
/proc/loadavg: 1.16 1.07 1.01 2/89 18437
/proc/meminfo: memFree=1520928/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1795728 CPUtime=4.17
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 56878 0 1 0 389 28 0 0 18 0 12 0 110336952 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 448932 51256 1311 9 0 446544 0
[pid=18425/tid=18427] ppid=18423 vsize=1795728 CPUtime=2.2
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 37669 0 1 0 202 18 0 0 22 0 12 0 110336954 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476542 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1795728 CPUtime=0.18
/proc/18425/task/18428/stat : 18428 (java) S 18423 18425 18099 0 -1 64 4311 0 0 0 16 2 0 0 16 0 12 0 110336956 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1795728 CPUtime=0.18
/proc/18425/task/18429/stat : 18429 (java) S 18423 18425 18099 0 -1 64 5742 0 0 0 16 2 0 0 16 0 12 0 110336956 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1795728 CPUtime=0
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 110336958 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1795728 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 110336958 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1795728 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 110336958 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1795728 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 110336962 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1795728 CPUtime=0.85
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4642 0 0 0 83 2 0 0 16 0 12 0 110336962 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1795728 CPUtime=0.71
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3793 0 0 0 70 1 0 0 16 0 12 0 110336962 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1795728 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 110336962 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1795728 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110336962 1838825472 51256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 1795728

[startup+6.30232 s]
/proc/loadavg: 1.16 1.07 1.01 2/89 18437
/proc/meminfo: memFree=1392736/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1796948 CPUtime=8.46
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 86031 0 1 0 802 44 0 0 18 0 12 0 110336952 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 449237 76110 1311 9 0 446849 0
[pid=18425/tid=18427] ppid=18423 vsize=1796948 CPUtime=4.31
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 37674 0 1 0 412 19 0 0 16 0 12 0 110336954 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1796948 CPUtime=1.27
/proc/18425/task/18428/stat : 18428 (java) S 18423 18425 18099 0 -1 64 20844 0 0 0 117 10 0 0 16 0 12 0 110336956 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1796948 CPUtime=1.27
/proc/18425/task/18429/stat : 18429 (java) S 18423 18425 18099 0 -1 64 18357 0 0 0 118 9 0 0 16 0 12 0 110336956 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1796948 CPUtime=0
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 110336958 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1796948 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 110336958 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1796948 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 110336958 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1796948 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 110336962 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1796948 CPUtime=0.85
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4642 0 0 0 83 2 0 0 16 0 12 0 110336962 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1796948 CPUtime=0.71
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3793 0 0 0 70 1 0 0 16 0 12 0 110336962 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1796948 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 110336962 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1796948 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110336962 1840074752 76110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 1796948

[startup+12.7011 s]
/proc/loadavg: 1.22 1.09 1.02 2/89 18437
/proc/meminfo: memFree=1278816/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1793540 CPUtime=17.14
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 118849 0 1 0 1654 60 0 0 18 0 12 0 110336952 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 448385 102447 1322 9 0 445997 0
[pid=18425/tid=18427] ppid=18423 vsize=1793540 CPUtime=8.47
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 37686 0 1 0 827 20 0 0 18 0 12 0 110336954 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519972 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1793540 CPUtime=3.47
/proc/18425/task/18428/stat : 18428 (java) S 18423 18425 18099 0 -1 64 37633 0 0 0 329 18 0 0 16 0 12 0 110336956 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1793540 CPUtime=3.47
/proc/18425/task/18429/stat : 18429 (java) S 18423 18425 18099 0 -1 64 34355 0 0 0 332 15 0 0 16 0 12 0 110336956 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1793540 CPUtime=0
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 110336958 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1793540 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 110336958 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1793540 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 110336958 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1793540 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 110336962 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1793540 CPUtime=0.88
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4648 0 0 0 86 2 0 0 15 0 12 0 110336962 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1793540 CPUtime=0.78
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3806 0 0 0 77 1 0 0 16 0 12 0 110336962 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1793540 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 110336962 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1793540 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110336962 1836584960 102447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.14
Current children cumulated vsize (KiB) 1793540

[startup+25.5028 s]
/proc/loadavg: 1.26 1.10 1.02 3/90 18438
/proc/meminfo: memFree=1148504/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1793864 CPUtime=32.53
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 154689 0 1 0 3175 78 0 0 18 0 13 0 110336952 1836916736 131239 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 448466 131242 1330 9 0 446078 0
[pid=18425/tid=18427] ppid=18423 vsize=1793864 CPUtime=18.87
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 37739 0 1 0 1866 21 0 0 25 0 13 0 110336954 1836916736 131244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1793864 CPUtime=5.79
/proc/18425/task/18428/stat : 18428 (java) R 18423 18425 18099 0 -1 64 57547 0 0 0 551 28 0 0 17 0 13 0 110336956 1836916736 131246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1793864 CPUtime=5.79
/proc/18425/task/18429/stat : 18429 (java) R 18423 18425 18099 0 -1 64 50174 0 0 0 557 22 0 0 17 0 13 0 110336956 1836916736 131249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110336958 1836916736 131250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 110336958 1836916736 131252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 110336958 1836916736 131254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 131256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18425/tid=18430] ppid=18423 vsize=1793864 CPUtime=0.2
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 20 0 0 0 9 11 0 0 16 0 13 0 110336958 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 110336958 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 110336958 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1793864 CPUtime=1.25
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4676 0 0 0 123 2 0 0 17 0 13 0 110336962 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1793864 CPUtime=1.17
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3862 0 0 0 116 1 0 0 16 0 13 0 110336962 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110336962 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18438] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18438/stat : 18438 (java) S 18423 18425 18099 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 110339203 1836916736 144259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.15
Current children cumulated vsize (KiB) 1793864

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 18438
/proc/meminfo: memFree=1087576/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1793864 CPUtime=1676.51
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 212644 0 1 0 167473 178 0 0 18 0 13 0 110336952 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 448466 145595 1332 9 0 446078 0
[pid=18425/tid=18427] ppid=18423 vsize=1793864 CPUtime=1645.63
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 39618 0 1 0 164525 38 0 0 25 0 13 0 110336954 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494711 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1793864 CPUtime=14.1
/proc/18425/task/18428/stat : 18428 (java) S 18423 18425 18099 0 -1 64 85388 0 0 0 1346 64 0 0 16 0 13 0 110336956 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1793864 CPUtime=14.1
/proc/18425/task/18429/stat : 18429 (java) S 18423 18425 18099 0 -1 64 78361 0 0 0 1351 59 0 0 16 0 13 0 110336956 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1793864 CPUtime=0.21
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 20 0 0 0 10 11 0 0 16 0 13 0 110336958 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 110336958 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 110336958 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1793864 CPUtime=1.25
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4676 0 0 0 123 2 0 0 17 0 13 0 110336962 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1793864 CPUtime=1.17
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3862 0 0 0 116 1 0 0 16 0 13 0 110336962 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110336962 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18438] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18438/stat : 18438 (java) S 18423 18425 18099 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 110339203 1836916736 145595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.51
Current children cumulated vsize (KiB) 1793864

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18438
/proc/meminfo: memFree=1080792/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1793864 CPUtime=1736.92
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 214644 0 1 0 173509 183 0 0 18 0 13 0 110336952 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 448466 147312 1332 9 0 446078 0
[pid=18425/tid=18427] ppid=18423 vsize=1793864 CPUtime=1705.07
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 39660 0 1 0 170468 39 0 0 25 0 13 0 110336954 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109952070 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1793864 CPUtime=14.58
/proc/18425/task/18428/stat : 18428 (java) S 18423 18425 18099 0 -1 64 86360 0 0 0 1393 65 0 0 16 0 13 0 110336956 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1793864 CPUtime=14.57
/proc/18425/task/18429/stat : 18429 (java) S 18423 18425 18099 0 -1 64 79347 0 0 0 1396 61 0 0 17 0 13 0 110336956 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1793864 CPUtime=0.22
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 20 0 0 0 11 11 0 0 16 0 13 0 110336958 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 110336958 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 110336958 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1793864 CPUtime=1.25
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4676 0 0 0 123 2 0 0 17 0 13 0 110336962 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1793864 CPUtime=1.17
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3862 0 0 0 116 1 0 0 16 0 13 0 110336962 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110336962 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18438] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18438/stat : 18438 (java) S 18423 18425 18099 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 110339203 1836916736 147312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.92
Current children cumulated vsize (KiB) 1793864

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18438
/proc/meminfo: memFree=1071640/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1793864 CPUtime=1797.32
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 216965 0 1 0 179543 189 0 0 18 0 13 0 110336952 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 448466 149538 1332 9 0 446078 0
[pid=18425/tid=18427] ppid=18423 vsize=1793864 CPUtime=1764.46
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 39702 0 1 0 176407 39 0 0 25 0 13 0 110336954 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838015 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1793864 CPUtime=15.07
/proc/18425/task/18428/stat : 18428 (java) S 18423 18425 18099 0 -1 64 87511 0 0 0 1439 68 0 0 16 0 13 0 110336956 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1793864 CPUtime=15.06
/proc/18425/task/18429/stat : 18429 (java) S 18423 18425 18099 0 -1 64 80474 0 0 0 1442 64 0 0 16 0 13 0 110336956 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1793864 CPUtime=0.23
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 21 0 0 0 11 12 0 0 16 0 13 0 110336958 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 110336958 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 110336958 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1793864 CPUtime=1.26
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4676 0 0 0 124 2 0 0 17 0 13 0 110336962 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1793864 CPUtime=1.17
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3862 0 0 0 116 1 0 0 16 0 13 0 110336962 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110336962 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18438] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18438/stat : 18438 (java) S 18423 18425 18099 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 110339203 1836916736 149538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.32
Current children cumulated vsize (KiB) 1793864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18438
/proc/meminfo: memFree=1071256/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=1793864 CPUtime=1800.06
/proc/18425/stat : 18425 (java) S 18423 18425 18099 0 -1 0 217059 0 1 0 179816 190 0 0 18 0 13 0 110336952 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 448466 149630 1332 9 0 446078 0
[pid=18425/tid=18427] ppid=18423 vsize=1793864 CPUtime=1767.14
/proc/18425/task/18427/stat : 18427 (java) R 18423 18425 18099 0 -1 64 39704 0 1 0 176675 39 0 0 25 0 13 0 110336954 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18423 vsize=1793864 CPUtime=15.1
/proc/18425/task/18428/stat : 18428 (java) S 18423 18425 18099 0 -1 64 87560 0 0 0 1442 68 0 0 17 0 13 0 110336956 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18429] ppid=18423 vsize=1793864 CPUtime=15.09
/proc/18425/task/18429/stat : 18429 (java) S 18423 18425 18099 0 -1 64 80517 0 0 0 1445 64 0 0 16 0 13 0 110336956 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18430] ppid=18423 vsize=1793864 CPUtime=0.23
/proc/18425/task/18430/stat : 18430 (java) S 18423 18425 18099 0 -1 64 21 0 0 0 11 12 0 0 16 0 13 0 110336958 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18431] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18431/stat : 18431 (java) S 18423 18425 18099 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 110336958 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18432] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18423 18425 18099 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 110336958 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18433] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18434] ppid=18423 vsize=1793864 CPUtime=1.26
/proc/18425/task/18434/stat : 18434 (java) S 18423 18425 18099 0 -1 64 4676 0 0 0 124 2 0 0 17 0 13 0 110336962 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18425/tid=18435] ppid=18423 vsize=1793864 CPUtime=1.17
/proc/18425/task/18435/stat : 18435 (java) S 18423 18425 18099 0 -1 64 3862 0 0 0 116 1 0 0 16 0 13 0 110336962 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18436] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18436/stat : 18436 (java) S 18423 18425 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 110336962 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18437] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18437/stat : 18437 (java) S 18423 18425 18099 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110336962 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18425/tid=18438] ppid=18423 vsize=1793864 CPUtime=0
/proc/18425/task/18438/stat : 18438 (java) S 18423 18425 18099 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 110339203 1836916736 149630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1793864

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

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

[startup+1785.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18438
/proc/meminfo: memFree=1071256/2055920 swapFree=4146496/4192956
[pid=18425] ppid=18423 vsize=0 CPUtime=1800.17
/proc/18425/stat : 18425 (java) Z 18423 18425 18099 0 -1 1036 217080 0 1 0 179819 198 0 0 16 0 2 0 110336952 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18425/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.12
CPU time (s): 1800.18
CPU user time (s): 1798.19
CPU system time (s): 1.9897
CPU usage (%): 100.843
Max. virtual memory (cumulated for all children) (KiB): 1797012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 1.9897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217080
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= 47223
involuntary context switches= 35779

runsolver used 1.70174 second user time and 4.83526 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Apr 16 03:08:00 UTC 2007

IDJOB= 349272
IDBENCH= 2329
IDSOLVER= 159
FILE ID= node11/349272-1176692880

PBS_JOBID= 4559423

Free space on /tmp= 66343 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_3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349272-1176692880/sat4jPseudoResolution.jar /tmp/evaluation/349272-1176692880/instance-349272-1176692880.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-349272-1176692880 -o ROOT/results/node11/solver-349272-1176692880 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349272-1176692880/sat4jPseudoResolution.jar /tmp/evaluation/349272-1176692880/instance-349272-1176692880.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1c7fb7925778882f8c8001dcd3838f28

RANDOM SEED= 627675707

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1668056 kB
Buffers:         19932 kB
Cached:         298664 kB
SwapCached:      15216 kB
Active:         174192 kB
Inactive:       168168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668056 kB
SwapTotal:     4192956 kB
SwapFree:      4146496 kB
Dirty:           35992 kB
Writeback:           0 kB
Mapped:          30392 kB
Slab:            31000 kB
Committed_AS:  6107968 kB
PageTables:       1848 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= 66343 MiB

End job on node11 on Mon Apr 16 03:37:47 UTC 2007