Trace number 354259

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.13 1780.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-share2b.opb
MD5SUM95fbceaf029492cffa0d3c545b3f551d
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 -36858196
Optimality of the best value was proved NO
Number of variables2370
Total number of constraints96
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 constraints96
Minimum length of a constraint30
Maximum length of a constraint360
Number of terms in the objective function 870
Biggest coefficient in the objective function 204010946560
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 4534411718529
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 552977039360
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 10976862656529
Number of bits of the biggest sum of numbers44
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	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/354259-1176703116/instance-354259-1176703116.opb
0.20/0.20	c reading problem ... 
1.89/1.18	c ... done. Wall clock time 0.983s.
1.89/1.19	c CPU time (experimental) 0.64s.
1.89/1.19	c #vars     2370
1.89/1.19	c #constraints  109
1800.00/1780.61	c starts		: 2
1800.00/1780.61	c conflicts		: 33667
1800.00/1780.61	c decisions		: 70124
1800.00/1780.61	c propagations		: 241679
1800.00/1780.61	c inspects		: 247230273
1800.00/1780.61	c learnt literals	: 0
1800.00/1780.61	c learnt binary clauses	: 0
1800.00/1780.61	c learnt ternary clauses	: 0
1800.00/1780.61	c learnt clauses	: 33667
1800.00/1780.61	c root simplifications	: 0
1800.00/1780.61	c removed literals (reason simplification)	: 0
1800.00/1780.61	c reason swapping (by a shorter reason)	: 0
1800.00/1780.61	c Calls to reduceDB	: 0
1800.00/1780.61	c speed (decisions/second)	: 39.408988805720604
1800.00/1780.61	c non guided choices	181
1800.00/1780.61	s UNKNOWN
1800.00/1780.61	c Total wall clock time (ms): 1780.408

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 17386
/proc/meminfo: memFree=1798784/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=18568 CPUtime=0
/proc/17386/stat : 17386 (runsolver) D 17384 17386 16270 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 118228751 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 238487661863 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/17386/statm: 4642 292 257 24 0 2626 0

[startup+0.010572 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 17386
/proc/meminfo: memFree=1798784/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=152 CPUtime=0
/proc/17386/stat : 17386 (java) R 17384 17386 16270 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 118228751 155648 26 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 2494763 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101596 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 17386
/proc/meminfo: memFree=1798784/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1780404 CPUtime=0.08
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 3963 0 1 0 6 2 0 0 18 0 12 0 118228751 1823133696 3704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 445101 3704 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780404

[startup+0.301636 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 17386
/proc/meminfo: memFree=1798784/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1781744 CPUtime=0.34
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 5111 0 1 0 30 4 0 0 18 0 12 0 118228751 1824505856 4849 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 445436 4849 1267 9 0 443048 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781744

[startup+0.701715 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 17386
/proc/meminfo: memFree=1798784/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1793976 CPUtime=1.09
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 9713 0 1 0 103 6 0 0 18 0 12 0 118228751 1837031424 8673 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 448494 8674 1303 9 0 446106 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1793976

[startup+1.50287 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 17398
/proc/meminfo: memFree=1762656/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1796680 CPUtime=2.58
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 20307 0 1 0 247 11 0 0 18 0 13 0 118228751 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449170 15338 1312 9 0 446782 0
[pid=17386/tid=17388] ppid=17384 vsize=1796680 CPUtime=0.85
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 10803 0 1 0 79 6 0 0 24 0 13 0 118228753 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109533588 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1796680 CPUtime=0
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118228754 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1796680 CPUtime=0
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118228754 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1796680 CPUtime=0
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 118228757 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1796680 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 118228757 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1796680 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118228757 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1796680 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1796680 CPUtime=0.76
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 3325 0 0 0 75 1 0 0 17 0 13 0 118228761 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1796680 CPUtime=0.96
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 5456 0 0 0 93 3 0 0 17 0 13 0 118228761 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1796680 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1796680 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1839800320 15338 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1796680

[startup+3.10117 s]
/proc/loadavg: 0.92 0.98 0.99 4/90 17399
/proc/meminfo: memFree=1696536/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1797704 CPUtime=5.03
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 52152 0 1 0 477 26 0 0 18 0 13 0 118228751 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449426 43175 1325 9 0 447038 0
[pid=17386/tid=17388] ppid=17384 vsize=1797704 CPUtime=2.11
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 37711 0 1 0 192 19 0 0 22 0 13 0 118228753 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109533319 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1797704 CPUtime=0.01
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 412 0 0 0 1 0 0 0 16 0 13 0 118228754 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1797704 CPUtime=0.01
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 328 0 0 0 1 0 0 0 16 0 13 0 118228754 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1797704 CPUtime=0
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118228757 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1797704 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118228757 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1797704 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118228757 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1797704 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1797704 CPUtime=1.38
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 6679 0 0 0 135 3 0 0 17 0 13 0 118228761 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1797704 CPUtime=1.49
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 6294 0 0 0 146 3 0 0 16 0 13 0 118228761 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1797704 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1797704 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17399] ppid=17384 vsize=1797704 CPUtime=0
/proc/17386/task/17399/stat : 17399 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 118228886 1840848896 43175 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 1797704

[startup+6.30279 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 17399
/proc/meminfo: memFree=1625112/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1797416 CPUtime=8.57
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 54972 0 1 0 829 28 0 0 18 0 13 0 118228751 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449354 44806 1325 9 0 446966 0
[pid=17386/tid=17388] ppid=17384 vsize=1797416 CPUtime=5.13
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 37718 0 1 0 494 19 0 0 18 0 13 0 118228753 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109533525 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1797416 CPUtime=0.08
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 1819 0 0 0 8 0 0 0 16 0 13 0 118228754 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1797416 CPUtime=0.08
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 1691 0 0 0 8 0 0 0 16 0 13 0 118228754 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1797416 CPUtime=1.51
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 6686 0 0 0 148 3 0 0 15 0 13 0 118228761 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1797416 CPUtime=1.71
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 6305 0 0 0 168 3 0 0 15 0 13 0 118228761 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17399] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17399/stat : 17399 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 118228886 1840553984 44806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 1797416

[startup+12.703 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 17399
/proc/meminfo: memFree=1588184/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1797416 CPUtime=15.07
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 64339 0 1 0 1474 33 0 0 18 0 13 0 118228751 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449354 53712 1326 9 0 446966 0
[pid=17386/tid=17388] ppid=17384 vsize=1797416 CPUtime=11.45
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 43182 0 1 0 1123 22 0 0 17 0 13 0 118228753 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109864799 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1797416 CPUtime=0.16
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 3763 0 0 0 15 1 0 0 16 0 13 0 118228754 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1797416 CPUtime=0.16
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 3647 0 0 0 14 2 0 0 16 0 13 0 118228754 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 118228757 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1797416 CPUtime=1.54
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 6689 0 0 0 151 3 0 0 15 0 13 0 118228761 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1797416 CPUtime=1.71
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 6305 0 0 0 168 3 0 0 16 0 13 0 118228761 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17399] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17399/stat : 17399 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 118228886 1840553984 53712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 1797416

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17399
/proc/meminfo: memFree=1613208/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1797416 CPUtime=27.97
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 66102 0 1 0 2763 34 0 0 18 0 13 0 118228751 1840553984 47393 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449354 47393 1326 9 0 446966 0
[pid=17386/tid=17388] ppid=17384 vsize=1797416 CPUtime=24.17
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 43197 0 1 0 2395 22 0 0 17 0 13 0 118228753 1840553984 47393 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109764478 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1797416 CPUtime=0.21
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 4620 0 0 0 20 1 0 0 16 0 13 0 118228754 1840553984 47393 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1797416 CPUtime=0.22
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 4534 0 0 0 20 2 0 0 16 0 13 0 118228754 1840553984 47393 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1797416 CPUtime=0.01
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 32 0 0 0 1 0 0 0 15 0 13 0 118228757 1840553984 47393 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=17386/tid=17391] ppid=17384 vsize=1797416 CPUtime=0.24
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 280 0 0 0 14 10 0 0 16 0 13 0 118228757 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1797416 CPUtime=1.62
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 6693 0 0 0 159 3 0 0 17 0 13 0 118228761 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1797416 CPUtime=1.76
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 6315 0 0 0 173 3 0 0 16 0 13 0 118228761 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17399] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17399/stat : 17399 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 118228886 1840553984 130409 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1558.91
Current children cumulated vsize (KiB) 1797416

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17597
/proc/meminfo: memFree=1274904/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1797416 CPUtime=1619.61
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 225157 0 1 0 161831 130 0 0 18 0 13 0 118228751 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449354 131577 1333 9 0 446966 0
[pid=17386/tid=17388] ppid=17384 vsize=1797416 CPUtime=1584.12
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 99105 0 1 0 158353 59 0 0 25 0 13 0 118228753 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109648441 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1797416 CPUtime=15.89
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 55656 0 0 0 1567 22 0 0 16 0 13 0 118228754 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1797416 CPUtime=15.92
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 56387 0 0 0 1562 30 0 0 16 0 13 0 118228754 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1797416 CPUtime=0.24
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 280 0 0 0 14 10 0 0 16 0 13 0 118228757 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1797416 CPUtime=1.62
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 6693 0 0 0 159 3 0 0 17 0 13 0 118228761 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1797416 CPUtime=1.76
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 6315 0 0 0 173 3 0 0 16 0 13 0 118228761 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17399] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17399/stat : 17399 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 118228886 1840553984 131577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.61
Current children cumulated vsize (KiB) 1797416

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17597
/proc/meminfo: memFree=1270360/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1797416 CPUtime=1680.28
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 226364 0 1 0 167897 131 0 0 18 0 13 0 118228751 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449354 132709 1333 9 0 446966 0
[pid=17386/tid=17388] ppid=17384 vsize=1797416 CPUtime=1643.41
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 99119 0 1 0 164281 60 0 0 25 0 13 0 118228753 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109648441 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1797416 CPUtime=16.58
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 56086 0 0 0 1636 22 0 0 16 0 13 0 118228754 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1797416 CPUtime=16.61
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 57150 0 0 0 1631 30 0 0 16 0 13 0 118228754 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1797416 CPUtime=0.24
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 280 0 0 0 14 10 0 0 16 0 13 0 118228757 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1797416 CPUtime=1.62
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 6693 0 0 0 159 3 0 0 17 0 13 0 118228761 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1797416 CPUtime=1.76
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 6315 0 0 0 173 3 0 0 16 0 13 0 118228761 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17399] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17399/stat : 17399 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 118228886 1840553984 132709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.28
Current children cumulated vsize (KiB) 1797416

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17597
/proc/meminfo: memFree=1265176/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1797416 CPUtime=1741.01
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 227722 0 1 0 173968 133 0 0 18 0 13 0 118228751 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449354 133942 1333 9 0 446966 0
[pid=17386/tid=17388] ppid=17384 vsize=1797416 CPUtime=1702.65
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 99134 0 1 0 170204 61 0 0 25 0 13 0 118228753 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109648518 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1797416 CPUtime=17.33
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 56429 0 0 0 1710 23 0 0 17 0 13 0 118228754 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1797416 CPUtime=17.35
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 58150 0 0 0 1705 30 0 0 16 0 13 0 118228754 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1797416 CPUtime=0.24
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 280 0 0 0 14 10 0 0 16 0 13 0 118228757 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1797416 CPUtime=1.62
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 6693 0 0 0 159 3 0 0 17 0 13 0 118228761 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1797416 CPUtime=1.76
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 6315 0 0 0 173 3 0 0 16 0 13 0 118228761 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17399] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17399/stat : 17399 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 118228886 1840553984 133942 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1741.01
Current children cumulated vsize (KiB) 1797416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17597
/proc/meminfo: memFree=1260760/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=1797416 CPUtime=1800
/proc/17386/stat : 17386 (java) S 17384 17386 16270 0 -1 0 229018 0 1 0 179866 134 0 0 18 0 13 0 118228751 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17386/statm: 449354 135039 1333 9 0 446966 0
[pid=17386/tid=17388] ppid=17384 vsize=1797416 CPUtime=1760.21
/proc/17386/task/17388/stat : 17388 (java) R 17384 17386 16270 0 -1 64 99148 0 1 0 175960 61 0 0 25 0 13 0 118228753 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109648592 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17389] ppid=17384 vsize=1797416 CPUtime=18.03
/proc/17386/task/17389/stat : 17389 (java) S 17384 17386 16270 0 -1 64 56993 0 0 0 1780 23 0 0 16 0 13 0 118228754 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17390] ppid=17384 vsize=1797416 CPUtime=18.06
/proc/17386/task/17390/stat : 17390 (java) S 17384 17386 16270 0 -1 64 58868 0 0 0 1776 30 0 0 17 0 13 0 118228754 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17391] ppid=17384 vsize=1797416 CPUtime=0.25
/proc/17386/task/17391/stat : 17391 (java) S 17384 17386 16270 0 -1 64 280 0 0 0 15 10 0 0 16 0 13 0 118228757 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17392] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17392/stat : 17392 (java) S 17384 17386 16270 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17393] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17393/stat : 17393 (java) S 17384 17386 16270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118228757 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17394] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17394/stat : 17394 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 118228761 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17395] ppid=17384 vsize=1797416 CPUtime=1.62
/proc/17386/task/17395/stat : 17395 (java) S 17384 17386 16270 0 -1 64 6693 0 0 0 159 3 0 0 17 0 13 0 118228761 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17386/tid=17396] ppid=17384 vsize=1797416 CPUtime=1.76
/proc/17386/task/17396/stat : 17396 (java) S 17384 17386 16270 0 -1 64 6315 0 0 0 173 3 0 0 16 0 13 0 118228761 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17397] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17397/stat : 17397 (java) S 17384 17386 16270 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118228761 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17398] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17398/stat : 17398 (java) S 17384 17386 16270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118228761 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17386/tid=17399] ppid=17384 vsize=1797416 CPUtime=0
/proc/17386/task/17399/stat : 17399 (java) S 17384 17386 16270 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 118228886 1840553984 135039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1797416

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

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

[startup+1780.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 17597
/proc/meminfo: memFree=1260760/2055920 swapFree=4169188/4192956
[pid=17386] ppid=17384 vsize=0 CPUtime=1800.11
/proc/17386/stat : 17386 (java) Z 17384 17386 16270 0 -1 1036 229038 0 1 0 179869 142 0 0 16 0 2 0 118228751 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17386/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.72
CPU time (s): 1800.13
CPU user time (s): 1798.7
CPU system time (s): 1.42878
CPU usage (%): 101.09
Max. virtual memory (cumulated for all children) (KiB): 1802216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.42878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229038
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= 44316
involuntary context switches= 60567

runsolver used 1.71174 second user time and 4.89326 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Apr 16 05:58:36 UTC 2007

IDJOB= 354259
IDBENCH= 2459
IDSOLVER= 160
FILE ID= node23/354259-1176703116

PBS_JOBID= 4560026

Free space on /tmp= 66554 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-share2b.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354259-1176703116/sat4jPseudoCP.jar /tmp/evaluation/354259-1176703116/instance-354259-1176703116.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-354259-1176703116 -o ROOT/results/node23/solver-354259-1176703116 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354259-1176703116/sat4jPseudoCP.jar /tmp/evaluation/354259-1176703116/instance-354259-1176703116.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  95fbceaf029492cffa0d3c545b3f551d

RANDOM SEED= 863388897

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1799128 kB
Buffers:         37708 kB
Cached:         120816 kB
SwapCached:       2296 kB
Active:          78528 kB
Inactive:       108716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799128 kB
SwapTotal:     4192956 kB
SwapFree:      4169188 kB
Dirty:            3880 kB
Writeback:           0 kB
Mapped:          35916 kB
Slab:            55040 kB
Committed_AS:  2374064 kB
PageTables:       1816 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= 66554 MiB

End job on node23 on Mon Apr 16 06:28:19 UTC 2007