Trace number 348771

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.23 1781.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-set1al.opb
MD5SUM8707b70244b4b6d1505bb830d4ab8529
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42048
Best CPU time to get the best result obtained on this benchmark1802.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 42048
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints492
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 constraints492
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7200
Biggest coefficient in the objective function 3484
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 530256
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262141
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 530256
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.12/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.34	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.34	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.35	c no version file found!!!
0.12/0.35	c sun.arch.data.model	32
0.12/0.35	c java.version	1.6.0
0.12/0.35	c os.name	Linux
0.12/0.35	c os.version	2.6.9-22.EL.rootsmp
0.12/0.35	c os.arch	i386
0.12/0.35	c Free memory 1651659224
0.12/0.35	c Max memory 1654456320
0.12/0.35	c Total memory 1654456320
0.12/0.35	c Number of processors 2
0.21/0.41	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.41	--- Begin Solver configuration ---
0.21/0.41	c Stops conflict analysis at the first Unique Implication Point
0.21/0.41	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.41	c Learn all clauses as in MiniSAT
0.21/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.41	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.41	c No reason simplification
0.21/0.41	c --- End Solver configuration ---
0.21/0.41	c solving /tmp/evaluation/348771-1176598231/instance-348771-1176598231.opb
0.21/0.41	c reading problem ... 
2.04/1.55	c ... done. Wall clock time 1.14s.
2.04/1.55	c CPU time (experimental) 0.81s.
2.04/1.55	c #vars     14400
2.04/1.55	c #constraints  732
1800.08/1781.71	c starts		: 2
1800.08/1781.71	c conflicts		: 28078
1800.08/1781.71	c decisions		: 104255
1800.08/1781.71	c propagations		: 362177
1800.08/1781.71	c inspects		: 98655396
1800.08/1781.71	c learnt literals	: 0
1800.08/1781.71	c learnt binary clauses	: 0
1800.08/1781.71	c learnt ternary clauses	: 0
1800.08/1781.71	c learnt clauses	: 28078
1800.08/1781.71	c root simplifications	: 0
1800.08/1781.71	c removed literals (reason simplification)	: 0
1800.08/1781.71	c reason swapping (by a shorter reason)	: 0
1800.08/1781.71	c Calls to reduceDB	: 0
1800.08/1781.71	c speed (decisions/second)	: 58.57233069054168
1800.08/1781.71	c non guided choices	6974
1800.08/1781.71	s UNKNOWN
1800.08/1781.71	c Total wall clock time (ms): 1781.302

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/node16/watcher-348771-1176598231 -o ROOT/results/node16/solver-348771-1176598231 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348771-1176598231/sat4jPseudoCP.jar /tmp/evaluation/348771-1176598231/instance-348771-1176598231.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.01 1.00 1.00 2/77 9964
/proc/meminfo: memFree=1824784/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=140 CPUtime=0
/proc/9964/stat : 9964 (java) R 9962 9964 9148 0 -1 0 21 0 0 0 0 0 0 0 18 0 1 0 107740714 143360 6 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7139616 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 36 17 12 9 0 2 0

[startup+0.093033 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 9964
/proc/meminfo: memFree=1824784/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=12496 CPUtime=0.02
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 753 0 26 0 0 2 0 0 18 0 2 0 107740714 12795904 561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.101026 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 9964
/proc/meminfo: memFree=1824784/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=12584 CPUtime=0.02
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 784 0 27 0 0 2 0 0 18 0 2 0 107740714 12886016 584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 3146 584 271 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12584

[startup+0.301991 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 9964
/proc/meminfo: memFree=1824784/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1780256 CPUtime=0.12
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 4015 0 35 0 6 6 0 0 18 0 12 0 107740714 1822982144 3790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 445064 3790 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780256

[startup+0.701906 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 9964
/proc/meminfo: memFree=1824784/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1783556 CPUtime=0.64
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 6285 0 35 0 57 7 0 0 18 0 12 0 107740714 1826361344 5831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 445889 5831 1284 9 0 443501 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1783556

[startup+1.50174 s]
/proc/loadavg: 1.09 1.02 1.01 4/89 9976
/proc/meminfo: memFree=1786288/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1792068 CPUtime=2.04
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 18452 0 35 0 190 14 0 0 18 0 12 0 107740714 1835077632 15248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448017 15250 1303 9 0 445629 0
[pid=9964/tid=9966] ppid=9962 vsize=1792068 CPUtime=0.77
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 11904 0 9 0 69 8 0 0 18 0 12 0 107740722 1835077632 15251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1792068 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 107740728 1835077632 15251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1792068 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 107740728 1835077632 15252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1792068 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107740732 1835077632 15253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1792068 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 107740733 1835077632 15254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1792068 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 107740733 1835077632 15255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1792068 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 107740741 1835077632 15256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1792068 CPUtime=0.54
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 1777 0 0 0 53 1 0 0 17 0 12 0 107740741 1835077632 15257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1792068 CPUtime=0.68
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 9148 0 -1 64 4079 0 0 0 67 1 0 0 18 0 12 0 107740741 1835077632 15257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1792068 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 107740741 1835077632 15258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1792068 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107740741 1835077632 15259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1792068

[startup+3.10241 s]
/proc/loadavg: 1.09 1.02 1.01 3/90 9977
/proc/meminfo: memFree=1747304/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1792424 CPUtime=4.65
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 39342 0 35 0 440 25 0 0 18 0 13 0 107740714 1835442176 32635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448106 32637 1315 9 0 445718 0
[pid=9964/tid=9966] ppid=9962 vsize=1792424 CPUtime=1.89
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 29142 0 9 0 173 16 0 0 17 0 13 0 107740722 1835442176 32638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109611746 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 107740728 1835442176 32639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107740728 1835442176 32641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107740732 1835442176 32642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 107740733 1835442176 32643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 107740733 1835442176 32646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 107740741 1835442176 32648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1792424 CPUtime=1.34
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 3000 0 0 0 132 2 0 0 16 0 13 0 107740741 1835442176 32649 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1792424 CPUtime=1.36
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 9148 0 -1 64 6504 0 0 0 133 3 0 0 17 0 13 0 107740741 1835442176 32650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107740741 1835442176 32651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 107740741 1835442176 32652 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9977] ppid=9962 vsize=1792424 CPUtime=0
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 9148 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107740901 1835442176 32653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 1792424

[startup+6.30275 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 9977
/proc/meminfo: memFree=1634856/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1793156 CPUtime=8.38
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 55623 0 35 0 806 32 0 0 18 0 13 0 107740714 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448289 43992 1325 9 0 445901 0
[pid=9964/tid=9966] ppid=9962 vsize=1793156 CPUtime=4.64
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 37746 0 9 0 444 20 0 0 19 0 13 0 107740722 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109582813 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1793156 CPUtime=0.17
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 2734 0 0 0 16 1 0 0 16 0 13 0 107740728 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1793156 CPUtime=0.17
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 2260 0 0 0 16 1 0 0 16 0 13 0 107740728 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 107740732 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107740733 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107740733 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 107740741 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1793156 CPUtime=1.69
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 4793 0 0 0 166 3 0 0 16 0 13 0 107740741 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1793156 CPUtime=1.66
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 9148 0 -1 64 7378 0 0 0 162 4 0 0 16 0 13 0 107740741 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107740741 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107740741 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9977] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 9148 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107740901 1836191744 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1793156

[startup+12.7024 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 9977
/proc/meminfo: memFree=1617896/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1793156 CPUtime=14.97
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 62860 0 35 0 1461 36 0 0 18 0 13 0 107740714 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448289 50555 1326 9 0 445901 0
[pid=9964/tid=9966] ppid=9962 vsize=1793156 CPUtime=10.9
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 38285 0 9 0 1070 20 0 0 18 0 13 0 107740722 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109582813 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1793156 CPUtime=0.3
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 6607 0 0 0 27 3 0 0 16 0 13 0 107740728 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1793156 CPUtime=0.3
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 5005 0 0 0 28 2 0 0 16 0 13 0 107740728 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 29 0 0 0 0 0 0 0 15 0 13 0 107740732 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107740733 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107740733 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 107740741 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1793156 CPUtime=1.73
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 4857 0 0 0 170 3 0 0 16 0 13 0 107740741 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1793156 CPUtime=1.67
/proc/9964/task/9974/stat : 9974 (java) R 9962 9964 9148 0 -1 64 7381 0 0 0 163 4 0 0 16 0 13 0 107740741 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107740741 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107740741 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9977] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 9148 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107740901 1836191744 50555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.97
Current children cumulated vsize (KiB) 1793156

[startup+25.5018 s]
/proc/loadavg: 1.14 1.03 1.01 2/90 9977
/proc/meminfo: memFree=1696616/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1793156 CPUtime=27.9
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 63909 0 35 0 2752 38 0 0 18 0 13 0 107740714 1836191744 30622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448289 30622 1326 9 0 445901 0
[pid=9964/tid=9966] ppid=9962 vsize=1793156 CPUtime=23.61
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 38328 0 9 0 2340 21 0 0 19 0 13 0 107740722 1836191744 30622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110118769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1793156 CPUtime=0.36
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 7148 0 0 0 33 3 0 0 16 0 13 0 107740728 1836191744 30622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1793156 CPUtime=0.36
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 5470 0 0 0 34 2 0 0 16 0 13 0 107740728 1836191744 30622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1793156 CPUtime=0.02
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 29 0 0 0 1 1 0 0 15 0 13 0 107740732 1836191744 30622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=9964/tid=9969] ppid=9962 vsize=1793156 CPUtime=0.87
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 249 0 0 0 50 37 0 0 16 0 13 0 107740732 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107740733 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107740733 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 107740741 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1793156 CPUtime=1.85
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 5097 0 0 0 182 3 0 0 17 0 13 0 107740741 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1793156 CPUtime=1.79
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 9148 0 -1 64 7394 0 0 0 175 4 0 0 16 0 13 0 107740741 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107740741 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107740741 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 9148 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107740901 1836191744 128326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1558.14
Current children cumulated vsize (KiB) 1793156

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10175
/proc/meminfo: memFree=1289256/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1793156 CPUtime=1618.74
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 233566 0 35 0 161686 188 0 0 18 0 13 0 107740714 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448289 132025 1333 9 0 445901 0
[pid=9964/tid=9966] ppid=9962 vsize=1793156 CPUtime=1584.22
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 106267 0 9 0 158354 68 0 0 25 0 13 0 107740722 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800356 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1793156 CPUtime=14.94
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 56020 0 0 0 1460 34 0 0 17 0 13 0 107740728 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1793156 CPUtime=14.96
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 57843 0 0 0 1459 37 0 0 16 0 13 0 107740728 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1793156 CPUtime=0.88
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 249 0 0 0 51 37 0 0 16 0 13 0 107740732 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107740733 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107740733 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 107740741 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1793156 CPUtime=1.86
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 5097 0 0 0 183 3 0 0 17 0 13 0 107740741 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1793156 CPUtime=1.8
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 9148 0 -1 64 7394 0 0 0 176 4 0 0 16 0 13 0 107740741 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107740741 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107740741 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 9148 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107740901 1836191744 132025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1618.74
Current children cumulated vsize (KiB) 1793156

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10175
/proc/meminfo: memFree=1276200/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1793156 CPUtime=1679.34
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 237662 0 35 0 167744 190 0 0 18 0 13 0 107740714 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448289 135273 1333 9 0 445901 0
[pid=9964/tid=9966] ppid=9962 vsize=1793156 CPUtime=1643.55
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 106290 0 9 0 164287 68 0 0 25 0 13 0 107740722 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800441 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1793156 CPUtime=15.57
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 57465 0 0 0 1523 34 0 0 16 0 13 0 107740728 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1793156 CPUtime=15.6
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 60471 0 0 0 1521 39 0 0 16 0 13 0 107740728 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1793156 CPUtime=0.89
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 249 0 0 0 51 38 0 0 16 0 13 0 107740732 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107740733 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107740733 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 107740741 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1793156 CPUtime=1.86
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 5097 0 0 0 183 3 0 0 17 0 13 0 107740741 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1793156 CPUtime=1.8
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 9148 0 -1 64 7394 0 0 0 176 4 0 0 16 0 13 0 107740741 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107740741 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107740741 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 9148 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107740901 1836191744 135273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1679.34
Current children cumulated vsize (KiB) 1793156

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10175
/proc/meminfo: memFree=1265320/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1793156 CPUtime=1740.02
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 240889 0 35 0 173809 193 0 0 18 0 13 0 107740714 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448289 138086 1333 9 0 445901 0
[pid=9964/tid=9966] ppid=9962 vsize=1793156 CPUtime=1702.84
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 106313 0 9 0 170216 68 0 0 25 0 13 0 107740722 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109633826 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1793156 CPUtime=16.25
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 58572 0 0 0 1590 35 0 0 17 0 13 0 107740728 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1793156 CPUtime=16.29
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 62568 0 0 0 1589 40 0 0 16 0 13 0 107740728 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1793156 CPUtime=0.89
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 249 0 0 0 51 38 0 0 16 0 13 0 107740732 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107740733 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107740733 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 107740741 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1793156 CPUtime=1.86
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 5097 0 0 0 183 3 0 0 17 0 13 0 107740741 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1793156 CPUtime=1.8
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 9148 0 -1 64 7394 0 0 0 176 4 0 0 16 0 13 0 107740741 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107740741 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107740741 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 9148 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107740901 1836191744 138086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1740.02
Current children cumulated vsize (KiB) 1793156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10175
/proc/meminfo: memFree=1254824/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=1793156 CPUtime=1800.08
/proc/9964/stat : 9964 (java) S 9962 9964 9148 0 -1 0 243716 0 35 0 179814 194 0 0 18 0 13 0 107740714 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/statm: 448289 140598 1333 9 0 445901 0
[pid=9964/tid=9966] ppid=9962 vsize=1793156 CPUtime=1761.57
/proc/9964/task/9966/stat : 9966 (java) R 9962 9964 9148 0 -1 64 106334 0 9 0 176088 69 0 0 25 0 13 0 107740722 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109788544 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=1793156 CPUtime=16.92
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 9148 0 -1 64 59596 0 0 0 1657 35 0 0 17 0 13 0 107740728 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9968] ppid=9962 vsize=1793156 CPUtime=16.95
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 9148 0 -1 64 64350 0 0 0 1655 40 0 0 16 0 13 0 107740728 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=1793156 CPUtime=0.9
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 9148 0 -1 64 249 0 0 0 52 38 0 0 16 0 13 0 107740732 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 9148 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107740733 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 9148 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107740733 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 9148 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 107740741 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=1793156 CPUtime=1.86
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 9148 0 -1 64 5097 0 0 0 183 3 0 0 17 0 13 0 107740741 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=1793156 CPUtime=1.8
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 9148 0 -1 64 7394 0 0 0 176 4 0 0 16 0 13 0 107740741 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9964/tid=9975] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 9148 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 107740741 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 9148 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107740741 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=1793156 CPUtime=0
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 9148 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107740901 1836191744 140598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1793156

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

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

[startup+1781.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10175
/proc/meminfo: memFree=1254824/2055920 swapFree=4158176/4192956
[pid=9964] ppid=9962 vsize=0 CPUtime=1800.19
/proc/9964/stat : 9964 (java) Z 9962 9964 9148 0 -1 1036 243737 0 35 0 179819 200 0 0 16 0 2 0 107740714 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9964/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): 1781.85
CPU time (s): 1800.23
CPU user time (s): 1798.19
CPU system time (s): 2.03469
CPU usage (%): 101.032
Max. virtual memory (cumulated for all children) (KiB): 1796188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.03469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243737
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81050
involuntary context switches= 59061

runsolver used 1.9957 second user time and 5.9311 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Apr 15 00:50:31 UTC 2007

IDJOB= 348771
IDBENCH= 1743
IDSOLVER= 160
FILE ID= node16/348771-1176598231

PBS_JOBID= 4556812

Free space on /tmp= 66517 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-set1al.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348771-1176598231/sat4jPseudoCP.jar /tmp/evaluation/348771-1176598231/instance-348771-1176598231.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-348771-1176598231 -o ROOT/results/node16/solver-348771-1176598231 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348771-1176598231/sat4jPseudoCP.jar /tmp/evaluation/348771-1176598231/instance-348771-1176598231.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8707b70244b4b6d1505bb830d4ab8529

RANDOM SEED= 560289746

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1825192 kB
Buffers:         30408 kB
Cached:         122136 kB
SwapCached:       2292 kB
Active:          42332 kB
Inactive:       134912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825192 kB
SwapTotal:     4192956 kB
SwapFree:      4158176 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:          30980 kB
Slab:            39044 kB
Committed_AS:  3101148 kB
PageTables:       1840 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= 66517 MiB

End job on node16 on Sun Apr 15 01:20:15 UTC 2007