Trace number 354099

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.26 1772.86

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dolom1.opb
MD5SUM0b7be4a8ca67db62b7397f891414d40c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18720440947643392
Optimality of the best value was proved NO
Number of variables66480
Total number of constraints1802
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 35987090508169209146105
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 35987192908169209146105
Number of bits of the biggest sum of numbers75
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.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/354099-1176694620/instance-354099-1176694620.opb
0.19/0.20	c reading problem ... 
5.92/4.45	c ... done. Wall clock time 4.244s.
5.92/4.45	c CPU time (experimental) 3.54s.
5.92/4.45	c #vars     66480
5.92/4.45	c #constraints  3495
1800.09/1772.71	c starts		: 2
1800.09/1772.71	c conflicts		: 115
1800.09/1772.71	c decisions		: 470583
1800.09/1772.71	c propagations		: 932188
1800.09/1772.71	c inspects		: 4848463
1800.09/1772.71	c learnt literals	: 0
1800.09/1772.71	c learnt binary clauses	: 0
1800.09/1772.71	c learnt ternary clauses	: 0
1800.09/1772.71	c learnt clauses	: 114
1800.09/1772.71	c root simplifications	: 0
1800.09/1772.71	c removed literals (reason simplification)	: 0
1800.09/1772.71	c reason swapping (by a shorter reason)	: 0
1800.09/1772.71	c Calls to reduceDB	: 0
1800.09/1772.71	c speed (decisions/second)	: 266.1912460304621
1800.09/1772.71	c non guided choices	0
1800.09/1772.71	s UNKNOWN
1800.09/1772.71	c Total wall clock time (ms): 1772.51

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/node44/watcher-354099-1176694620 -o ROOT/results/node44/solver-354099-1176694620 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354099-1176694620/sat4jPseudoCP.jar /tmp/evaluation/354099-1176694620/instance-354099-1176694620.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.03 1.03 1.00 2/64 8131
/proc/meminfo: memFree=1697664/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=18568 CPUtime=0
/proc/8131/stat : 8131 (runsolver) R 8129 8131 7744 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 117373764 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8131/statm: 4642 292 257 24 0 2626 0

[startup+0.08988 s]
/proc/loadavg: 1.03 1.03 1.00 2/64 8131
/proc/meminfo: memFree=1697664/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1778140 CPUtime=0.06
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 3851 0 1 0 4 2 0 0 20 0 7 0 117373764 1820815360 3593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 444535 3593 1091 9 0 442171 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778140

[startup+0.101879 s]
/proc/loadavg: 1.03 1.03 1.00 2/64 8131
/proc/meminfo: memFree=1697664/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1780404 CPUtime=0.08
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 3964 0 1 0 6 2 0 0 20 0 12 0 117373764 1823133696 3705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 445101 3705 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780404

[startup+0.301901 s]
/proc/loadavg: 1.03 1.03 1.00 2/64 8131
/proc/meminfo: memFree=1697664/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1781732 CPUtime=0.34
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 5668 0 1 0 30 4 0 0 20 0 12 0 117373764 1824493568 5406 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 445433 5406 1267 9 0 443045 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781732

[startup+0.701947 s]
/proc/loadavg: 1.03 1.03 1.00 2/64 8131
/proc/meminfo: memFree=1697664/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1783884 CPUtime=0.87
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 9559 0 1 0 81 6 0 0 20 0 12 0 117373764 1826697216 9042 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 445971 9042 1297 9 0 443583 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783884

[startup+1.50103 s]
/proc/loadavg: 1.03 1.03 1.00 3/76 8143
/proc/meminfo: memFree=1647200/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1793372 CPUtime=2.09
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 20126 0 1 0 199 10 0 0 20 0 12 0 117373764 1836412928 18305 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 448343 18306 1310 9 0 445955 0
[pid=8131/tid=8133] ppid=8129 vsize=1793372 CPUtime=1.04
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 14540 0 1 0 96 8 0 0 25 0 12 0 117373765 1836412928 18306 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109496697 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1793372 CPUtime=0
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 117373767 1836412928 18307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1793372 CPUtime=0
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 117373767 1836412928 18307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1793372 CPUtime=0
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117373769 1836412928 18308 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1793372 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 117373769 1836412928 18309 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1793372 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 117373769 1836412928 18309 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1793372 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 117373773 1836412928 18312 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1793372 CPUtime=0.48
/proc/8131/task/8140/stat : 8140 (java) S 8129 8131 7744 0 -1 64 1580 0 0 0 48 0 0 0 17 0 12 0 117373773 1836412928 18314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1793372 CPUtime=0.56
/proc/8131/task/8141/stat : 8141 (java) R 8129 8131 7744 0 -1 64 3287 0 0 0 55 1 0 0 18 0 12 0 117373773 1836412928 18314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 101901791 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1793372 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 117373773 1836412928 18314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1793372 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) S 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117373773 1836412928 18316 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1793372

[startup+3.10218 s]
/proc/loadavg: 1.03 1.03 1.00 2/76 8143
/proc/meminfo: memFree=1577440/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1791992 CPUtime=4.35
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 52134 0 1 0 410 25 0 0 20 0 12 0 117373764 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 447998 47472 1320 9 0 445610 0
[pid=8131/tid=8133] ppid=8129 vsize=1791992 CPUtime=2.46
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 37667 0 1 0 228 18 0 0 20 0 12 0 117373765 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109486689 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1791992 CPUtime=0.11
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 3222 0 0 0 10 1 0 0 16 0 12 0 117373767 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1791992 CPUtime=0.11
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 3028 0 0 0 10 1 0 0 16 0 12 0 117373767 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1791992 CPUtime=0
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 117373769 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1791992 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117373769 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1791992 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117373769 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1791992 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 117373773 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1791992 CPUtime=0.52
/proc/8131/task/8140/stat : 8140 (java) S 8129 8131 7744 0 -1 64 1678 0 0 0 52 0 0 0 16 0 12 0 117373773 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1791992 CPUtime=1.09
/proc/8131/task/8141/stat : 8141 (java) S 8129 8131 7744 0 -1 64 5815 0 0 0 107 2 0 0 17 0 12 0 117373773 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1791992 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 117373773 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1791992 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) S 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117373773 1834999808 47472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 1791992

[startup+6.30252 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 8144
/proc/meminfo: memFree=1467032/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1797092 CPUtime=8.81
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 68893 0 1 0 848 33 0 0 20 0 13 0 117373764 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 449273 61840 1335 9 0 446885 0
[pid=8131/tid=8133] ppid=8129 vsize=1797092 CPUtime=4.77
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 37724 0 1 0 459 18 0 0 25 0 13 0 117373765 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1797092 CPUtime=0.59
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 11660 0 0 0 54 5 0 0 18 0 13 0 117373767 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1797092 CPUtime=0.58
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 10044 0 0 0 54 4 0 0 16 0 13 0 117373767 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1797092 CPUtime=0
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117373769 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1797092 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117373769 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1797092 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117373769 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1797092 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117373773 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1797092 CPUtime=1.1
/proc/8131/task/8140/stat : 8140 (java) R 8129 8131 7744 0 -1 64 1769 0 0 0 110 0 0 0 16 0 13 0 117373773 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102376765 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1797092 CPUtime=1.7
/proc/8131/task/8141/stat : 8141 (java) S 8129 8131 7744 0 -1 64 6967 0 0 0 168 2 0 0 16 0 13 0 117373773 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1797092 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117373773 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1797092 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) S 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117373773 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8144] ppid=8129 vsize=1797092 CPUtime=0
/proc/8131/task/8144/stat : 8144 (java) S 8129 8131 7744 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 117374265 1840222208 61840 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 1797092

[startup+12.7022 s]
/proc/loadavg: 1.17 1.06 1.01 2/77 8144
/proc/meminfo: memFree=1409176/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1798372 CPUtime=16.53
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 82336 0 1 0 1614 39 0 0 20 0 13 0 117373764 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 449593 73198 1335 9 0 447205 0
[pid=8131/tid=8133] ppid=8129 vsize=1798372 CPUtime=9.99
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 37729 0 1 0 981 18 0 0 25 0 13 0 117373765 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109584460 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1798372 CPUtime=1.6
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 20379 0 0 0 152 8 0 0 16 0 13 0 117373767 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1798372 CPUtime=1.61
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 14735 0 0 0 155 6 0 0 16 0 13 0 117373767 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117373773 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1798372 CPUtime=1.34
/proc/8131/task/8140/stat : 8140 (java) S 8129 8131 7744 0 -1 64 1780 0 0 0 133 1 0 0 17 0 13 0 117373773 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1798372 CPUtime=1.91
/proc/8131/task/8141/stat : 8141 (java) S 8129 8131 7744 0 -1 64 6984 0 0 0 189 2 0 0 17 0 13 0 117373773 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117373773 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) S 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117373773 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8144] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8144/stat : 8144 (java) S 8129 8131 7744 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 117374265 1841532928 73198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.53
Current children cumulated vsize (KiB) 1798372

[startup+25.5015 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 8144
/proc/meminfo: memFree=1324568/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1798372 CPUtime=31.09
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 107928 0 1 0 3057 52 0 0 20 0 13 0 117373764 1841532928 94285 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 449593 94285 1335 9 0 447205 0
[pid=8131/tid=8133] ppid=8129 vsize=1798372 CPUtime=21.04
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 37741 0 1 0 2086 18 0 0 25 0 13 0 117373765 1841532928 94285 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110063290 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1798372 CPUtime=3.33
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 32318 0 0 0 319 14 0 0 17 0 13 0 117373767 1841532928 94285 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1798372 CPUtime=3.35
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 28374 0 0 0 321 14 0 0 18 0 13 0 117373767 1841532928 94285 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 117373769 1841532928 94285 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 94285 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8131/tid=8136] ppid=8129 vsize=1798372 CPUtime=0.49
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 140 0 0 0 29 20 0 0 16 0 13 0 117373769 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117373773 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1798372 CPUtime=1.58
/proc/8131/task/8140/stat : 8140 (java) S 8129 8131 7744 0 -1 64 1782 0 0 0 157 1 0 0 16 0 13 0 117373773 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1798372 CPUtime=2.46
/proc/8131/task/8141/stat : 8141 (java) S 8129 8131 7744 0 -1 64 7002 0 0 0 244 2 0 0 16 0 13 0 117373773 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117373773 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) S 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117373773 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8144] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8144/stat : 8144 (java) S 8129 8131 7744 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 117374265 1841532928 161527 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1567.46
Current children cumulated vsize (KiB) 1798372

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8344
/proc/meminfo: memFree=1053912/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1798372 CPUtime=1627.97
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 239191 0 1 0 162492 305 0 0 20 0 13 0 117373764 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 449593 161597 1335 9 0 447205 0
[pid=8131/tid=8133] ppid=8129 vsize=1798372 CPUtime=1571.02
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 56154 0 1 0 157061 41 0 0 23 0 13 0 117373765 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109584624 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1798372 CPUtime=26.16
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 89772 0 0 0 2501 115 0 0 15 0 13 0 117373767 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1798372 CPUtime=26.18
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 83619 0 0 0 2497 121 0 0 16 0 13 0 117373767 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1798372 CPUtime=0.5
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 140 0 0 0 29 21 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1798372 CPUtime=1.58
/proc/8131/task/8140/stat : 8140 (java) S 8129 8131 7744 0 -1 64 1782 0 0 0 157 1 0 0 16 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1798372 CPUtime=2.46
/proc/8131/task/8141/stat : 8141 (java) S 8129 8131 7744 0 -1 64 7002 0 0 0 244 2 0 0 16 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) S 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8144] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8144/stat : 8144 (java) S 8129 8131 7744 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 117374265 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1627.97
Current children cumulated vsize (KiB) 1798372

[startup+1662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 8344
/proc/meminfo: memFree=1053912/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1798372 CPUtime=1688.61
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 239317 0 1 0 168544 317 0 0 20 0 13 0 117373764 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 449593 161597 1335 9 0 447205 0
[pid=8131/tid=8133] ppid=8129 vsize=1798372 CPUtime=1629.74
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 56280 0 1 0 162932 42 0 0 25 0 13 0 117373765 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110072420 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1798372 CPUtime=27.11
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 89772 0 0 0 2588 123 0 0 16 0 13 0 117373767 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1798372 CPUtime=27.13
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 83619 0 0 0 2589 124 0 0 16 0 13 0 117373767 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1798372 CPUtime=0.51
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 140 0 0 0 30 21 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1798372 CPUtime=1.58
/proc/8131/task/8140/stat : 8140 (java) S 8129 8131 7744 0 -1 64 1782 0 0 0 157 1 0 0 16 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1798372 CPUtime=2.46
/proc/8131/task/8141/stat : 8141 (java) S 8129 8131 7744 0 -1 64 7002 0 0 0 244 2 0 0 16 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) S 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8144] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8144/stat : 8144 (java) S 8129 8131 7744 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 117374265 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.61
Current children cumulated vsize (KiB) 1798372

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 8344
/proc/meminfo: memFree=1053912/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1798372 CPUtime=1749.2
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 239435 0 1 0 174593 327 0 0 20 0 13 0 117373764 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 449593 161597 1335 9 0 447205 0
[pid=8131/tid=8133] ppid=8129 vsize=1798372 CPUtime=1688.56
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 56398 0 1 0 168814 42 0 0 17 0 13 0 117373765 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109584509 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1798372 CPUtime=27.99
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 89772 0 0 0 2670 129 0 0 16 0 13 0 117373767 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1798372 CPUtime=28
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 83619 0 0 0 2672 128 0 0 16 0 13 0 117373767 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1798372 CPUtime=0.52
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 140 0 0 0 31 21 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1798372 CPUtime=1.58
/proc/8131/task/8140/stat : 8140 (java) S 8129 8131 7744 0 -1 64 1782 0 0 0 157 1 0 0 16 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1798372 CPUtime=2.46
/proc/8131/task/8141/stat : 8141 (java) S 8129 8131 7744 0 -1 64 7002 0 0 0 244 2 0 0 16 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) S 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8144] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8144/stat : 8144 (java) S 8129 8131 7744 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 117374265 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.2
Current children cumulated vsize (KiB) 1798372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.7 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 8344
/proc/meminfo: memFree=1053912/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=1798372 CPUtime=1800.09
/proc/8131/stat : 8131 (java) S 8129 8131 7744 0 -1 0 239531 0 1 0 179673 336 0 0 20 0 13 0 117373764 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8131/statm: 449593 161597 1335 9 0 447205 0
[pid=8131/tid=8133] ppid=8129 vsize=1798372 CPUtime=1738.01
/proc/8131/task/8133/stat : 8133 (java) R 8129 8131 7744 0 -1 64 56494 0 1 0 173759 42 0 0 22 0 13 0 117373765 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110174058 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8134] ppid=8129 vsize=1798372 CPUtime=28.72
/proc/8131/task/8134/stat : 8134 (java) S 8129 8131 7744 0 -1 64 89772 0 0 0 2741 131 0 0 16 0 13 0 117373767 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8135] ppid=8129 vsize=1798372 CPUtime=28.71
/proc/8131/task/8135/stat : 8135 (java) S 8129 8131 7744 0 -1 64 83619 0 0 0 2737 134 0 0 16 0 13 0 117373767 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8136] ppid=8129 vsize=1798372 CPUtime=0.54
/proc/8131/task/8136/stat : 8136 (java) S 8129 8131 7744 0 -1 64 140 0 0 0 32 22 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8137] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8137/stat : 8137 (java) S 8129 8131 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8138] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8138/stat : 8138 (java) S 8129 8131 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117373769 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8139] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8139/stat : 8139 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8140] ppid=8129 vsize=1798372 CPUtime=1.58
/proc/8131/task/8140/stat : 8140 (java) S 8129 8131 7744 0 -1 64 1782 0 0 0 157 1 0 0 16 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8141] ppid=8129 vsize=1798372 CPUtime=2.46
/proc/8131/task/8141/stat : 8141 (java) S 8129 8131 7744 0 -1 64 7002 0 0 0 244 2 0 0 16 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8142] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8142/stat : 8142 (java) S 8129 8131 7744 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8131/tid=8143] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8143/stat : 8143 (java) R 8129 8131 7744 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117373773 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8131/tid=8144] ppid=8129 vsize=1798372 CPUtime=0
/proc/8131/task/8144/stat : 8144 (java) S 8129 8131 7744 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 117374265 1841532928 161597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1798372

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

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

[startup+1772.81 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 8344
/proc/meminfo: memFree=1053912/2055920 swapFree=4184652/4192956
[pid=8131] ppid=8129 vsize=0 CPUtime=1800.19
/proc/8131/stat : 8131 (java) Z 8129 8131 7744 0 -1 1036 239550 0 1 0 179678 341 0 0 16 0 2 0 117373764 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8131/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.86
CPU time (s): 1800.26
CPU user time (s): 1796.79
CPU system time (s): 3.46747
CPU usage (%): 101.545
Max. virtual memory (cumulated for all children) (KiB): 1798372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.79
system time used= 3.46747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239550
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= 63297
involuntary context switches= 29541

runsolver used 2.26465 second user time and 5.2812 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Apr 16 03:37:01 UTC 2007

IDJOB= 354099
IDBENCH= 2344
IDSOLVER= 160
FILE ID= node44/354099-1176694620

PBS_JOBID= 4560007

Free space on /tmp= 66459 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0b7be4a8ca67db62b7397f891414d40c

RANDOM SEED= 848694864

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1698264 kB
Buffers:         12652 kB
Cached:         278128 kB
SwapCached:       2232 kB
Active:         145728 kB
Inactive:       155056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698264 kB
SwapTotal:     4192956 kB
SwapFree:      4184652 kB
Dirty:            9228 kB
Writeback:           0 kB
Mapped:          16956 kB
Slab:            42944 kB
Committed_AS:   281176 kB
PageTables:       1396 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= 66459 MiB

End job on node44 on Mon Apr 16 04:06:36 UTC 2007