Trace number 347926

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.24 1756.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos9.opb
MD5SUM3f95880b258ecfc346507235783375e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 14
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 636932
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6076
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 636932
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.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/347926-1176538733/instance-347926-1176538733.opb
0.20/0.20	c reading problem ... 
40.38/30.04	c ... done. Wall clock time 29.841s.
40.53/30.17	c CPU time (experimental) 19.88s.
40.53/30.17	c #vars     874498
40.53/30.17	c #constraints  118637
1800.04/1756.01	c starts		: 2
1800.04/1756.01	c conflicts		: 119
1800.04/1756.01	c decisions		: 166143
1800.04/1756.01	c propagations		: 596270
1800.04/1756.01	c inspects		: 1668736
1800.04/1756.01	c learnt literals	: 0
1800.04/1756.01	c learnt binary clauses	: 0
1800.04/1756.01	c learnt ternary clauses	: 0
1800.04/1756.01	c learnt clauses	: 118
1800.04/1756.01	c root simplifications	: 0
1800.04/1756.01	c removed literals (reason simplification)	: 0
1800.04/1756.01	c reason swapping (by a shorter reason)	: 0
1800.04/1756.01	c Calls to reduceDB	: 0
1800.04/1756.01	c speed (decisions/second)	: 96.30261219161868
1800.04/1756.01	c non guided choices	0
1800.04/1756.01	s UNKNOWN
1800.04/1756.01	c Total wall clock time (ms): 1755.81

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/node15/watcher-347926-1176538733 -o ROOT/results/node15/solver-347926-1176538733 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347926-1176538733/sat4jPseudoCP.jar /tmp/evaluation/347926-1176538733/instance-347926-1176538733.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.95 0.97 2/77 2935
/proc/meminfo: memFree=1636544/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=152 CPUtime=0
/proc/2935/stat : 2935 (java) D 2933 2935 2562 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 101790951 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7512868 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2935/statm: 38 26 19 9 0 4 0

[startup+0.0322549 s]
/proc/loadavg: 0.92 0.95 0.97 2/77 2935
/proc/meminfo: memFree=1636544/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1774248 CPUtime=0.01
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 2652 0 1 0 0 1 0 0 18 0 4 0 101790951 1816829952 2400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 443562 2403 463 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.102251 s]
/proc/loadavg: 0.92 0.95 0.97 2/77 2935
/proc/meminfo: memFree=1636544/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1780108 CPUtime=0.08
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 3977 0 1 0 5 3 0 0 18 0 12 0 101790951 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301279 s]
/proc/loadavg: 0.92 0.95 0.97 2/77 2935
/proc/meminfo: memFree=1636544/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1782436 CPUtime=0.3
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 12676 0 1 0 23 7 0 0 18 0 12 0 101790951 1825214464 12414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 445609 12414 1263 9 0 443221 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782436

[startup+0.701314 s]
/proc/loadavg: 0.92 0.95 0.97 2/77 2935
/proc/meminfo: memFree=1636544/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1783396 CPUtime=0.89
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 16364 0 1 0 80 9 0 0 18 0 12 0 101790951 1826197504 15830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 445849 15830 1296 9 0 443461 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783396

[startup+1.50139 s]
/proc/loadavg: 0.92 0.95 0.97 2/89 2947
/proc/meminfo: memFree=1549728/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1783396 CPUtime=1.7
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 35127 0 1 0 154 16 0 0 18 0 12 0 101790951 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 445849 34593 1296 9 0 443461 0
[pid=2935/tid=2937] ppid=2933 vsize=1783396 CPUtime=1.34
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 33414 0 1 0 119 15 0 0 24 0 12 0 101790952 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558085 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1783396 CPUtime=0
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 101790954 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1783396 CPUtime=0
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 101790954 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1783396 CPUtime=0
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 101790956 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1783396 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 101790956 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1783396 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 101790956 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1783396 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 101790960 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1783396 CPUtime=0.18
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2562 0 -1 64 385 0 0 0 18 0 0 0 16 0 12 0 101790960 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1783396 CPUtime=0.17
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2562 0 -1 64 605 0 0 0 17 0 0 0 15 0 12 0 101790960 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1783396 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101790960 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1783396 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101790960 1826197504 34593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1783396

[startup+3.10254 s]
/proc/loadavg: 0.92 0.95 0.97 3/89 2947
/proc/meminfo: memFree=1452384/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1787684 CPUtime=4.09
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 55166 0 1 0 381 28 0 0 18 0 12 0 101790951 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 446921 52254 1312 9 0 444533 0
[pid=2935/tid=2937] ppid=2933 vsize=1787684 CPUtime=2.31
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 37684 0 1 0 213 18 0 0 22 0 12 0 101790952 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1787684 CPUtime=0.17
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 3998 0 0 0 16 1 0 0 18 0 12 0 101790954 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1787684 CPUtime=0.17
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 9259 0 0 0 12 5 0 0 18 0 12 0 101790954 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1787684 CPUtime=0
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 101790956 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1787684 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 101790956 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1787684 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 101790956 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1787684 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 101790960 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1787684 CPUtime=0.67
/proc/2935/task/2944/stat : 2944 (java) R 2933 2935 2562 0 -1 64 1454 0 0 0 67 0 0 0 17 0 12 0 101790960 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104800575 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1787684 CPUtime=0.73
/proc/2935/task/2945/stat : 2945 (java) R 2933 2935 2562 0 -1 64 2043 0 0 0 72 1 0 0 18 0 12 0 101790960 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103315542 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1787684 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101790960 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1787684 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101790960 1830588416 52254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1787684

[startup+6.30282 s]
/proc/loadavg: 1.01 0.97 0.98 2/89 2947
/proc/meminfo: memFree=1341344/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1791208 CPUtime=8.54
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 91917 0 1 0 810 44 0 0 18 0 12 0 101790951 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 447802 82966 1312 9 0 445414 0
[pid=2935/tid=2937] ppid=2933 vsize=1791208 CPUtime=4.26
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 37689 0 1 0 408 18 0 0 17 0 12 0 101790952 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1791208 CPUtime=1.39
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 21337 0 0 0 130 9 0 0 16 0 12 0 101790954 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1791208 CPUtime=1.39
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 28663 0 0 0 126 13 0 0 16 0 12 0 101790954 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 101790956 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 101790956 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 101790956 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 101790960 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1791208 CPUtime=0.7
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2562 0 -1 64 1457 0 0 0 70 0 0 0 17 0 12 0 101790960 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1791208 CPUtime=0.74
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2562 0 -1 64 2043 0 0 0 73 1 0 0 16 0 12 0 101790960 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101790960 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101790960 1834196992 82966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 1791208

[startup+12.7024 s]
/proc/loadavg: 1.09 0.99 0.98 2/89 2947
/proc/meminfo: memFree=1194720/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1791208 CPUtime=18.04
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 131092 0 1 0 1740 64 0 0 18 0 12 0 101790951 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 447802 115560 1313 9 0 445414 0
[pid=2935/tid=2937] ppid=2933 vsize=1791208 CPUtime=7.61
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 37697 0 1 0 742 19 0 0 18 0 12 0 101790952 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513158 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1791208 CPUtime=4.42
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 44940 0 0 0 422 20 0 0 19 0 12 0 101790954 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1791208 CPUtime=4.41
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 44220 0 0 0 421 20 0 0 16 0 12 0 101790954 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 101790956 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 101790956 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 101790956 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 101790960 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1791208 CPUtime=0.78
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2562 0 -1 64 1464 0 0 0 78 0 0 0 16 0 12 0 101790960 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1791208 CPUtime=0.76
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2562 0 -1 64 2043 0 0 0 75 1 0 0 16 0 12 0 101790960 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 101790960 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 101790960 1834196992 115560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.04
Current children cumulated vsize (KiB) 1791208

[startup+25.5026 s]
/proc/loadavg: 1.07 0.99 0.98 2/89 2947
/proc/meminfo: memFree=1009312/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1791208 CPUtime=34.54
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 181097 0 1 0 3365 89 0 0 18 0 12 0 101790951 1834196992 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 447802 157877 1324 9 0 445414 0
[pid=2935/tid=2937] ppid=2933 vsize=1791208 CPUtime=16.67
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 37724 0 1 0 1645 22 0 0 20 0 12 0 101790952 1834196992 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109852733 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1791208 CPUtime=8.12
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 71772 0 0 0 780 32 0 0 18 0 12 0 101790954 1834196992 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1791208 CPUtime=8.11
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 67345 0 0 0 780 31 0 0 18 0 12 0 101790954 1834196992 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 101790956 1834196992 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 101790956 1834196992 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 101790956 1834196992 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1791208 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 101790960 1834196992 157877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2935/tid=2940] ppid=2933 vsize=1791532 CPUtime=0.38
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 26 0 0 0 24 14 0 0 16 0 13 0 101790956 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101790960 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1791532 CPUtime=2.08
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2562 0 -1 64 3802 0 0 0 207 1 0 0 16 0 13 0 101790960 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1791532 CPUtime=1.86
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2562 0 -1 64 4485 0 0 0 184 2 0 0 16 0 13 0 101790960 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101790960 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101790960 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2948] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2562 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101794031 1834528768 228819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1581.94
Current children cumulated vsize (KiB) 1791532

[startup+1602.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/90 2950
/proc/meminfo: memFree=717528/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1791532 CPUtime=1643.07
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 267165 0 1 0 164006 301 0 0 18 0 13 0 101790951 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 447883 230416 1334 9 0 445495 0
[pid=2935/tid=2937] ppid=2933 vsize=1791532 CPUtime=1524.67
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 42175 0 1 0 152435 32 0 0 25 0 13 0 101790952 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109698515 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1791532 CPUtime=57.47
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 112871 0 0 0 5628 119 0 0 16 0 13 0 101790954 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1791532 CPUtime=56.54
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 103082 0 0 0 5524 130 0 0 16 0 13 0 101790954 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1791532 CPUtime=0.39
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 26 0 0 0 25 14 0 0 15 0 13 0 101790956 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101790960 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1791532 CPUtime=2.08
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2562 0 -1 64 3802 0 0 0 207 1 0 0 16 0 13 0 101790960 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1791532 CPUtime=1.86
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2562 0 -1 64 4485 0 0 0 184 2 0 0 16 0 13 0 101790960 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101790960 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101790960 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2948] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2562 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101794031 1834528768 230416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1643.07
Current children cumulated vsize (KiB) 1791532

[startup+1662.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/90 2950
/proc/meminfo: memFree=710104/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1791532 CPUtime=1704.24
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 269353 0 1 0 170116 308 0 0 18 0 13 0 101790951 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 447883 232298 1334 9 0 445495 0
[pid=2935/tid=2937] ppid=2933 vsize=1791532 CPUtime=1582.52
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 42249 0 1 0 158220 32 0 0 25 0 13 0 101790952 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805362 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1791532 CPUtime=59.11
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 113781 0 0 0 5790 121 0 0 16 0 13 0 101790954 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1791532 CPUtime=58.19
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 104286 0 0 0 5686 133 0 0 16 0 13 0 101790954 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1791532 CPUtime=0.41
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 26 0 0 0 26 15 0 0 16 0 13 0 101790956 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101790960 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1791532 CPUtime=2.08
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2562 0 -1 64 3802 0 0 0 207 1 0 0 16 0 13 0 101790960 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1791532 CPUtime=1.86
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2562 0 -1 64 4485 0 0 0 184 2 0 0 16 0 13 0 101790960 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101790960 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101790960 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2948] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2562 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101794031 1834528768 232298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1704.24
Current children cumulated vsize (KiB) 1791532

[startup+1722.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 2950
/proc/meminfo: memFree=709208/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1791532 CPUtime=1765.6
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 269703 0 1 0 176247 313 0 0 18 0 13 0 101790951 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 447883 232500 1335 9 0 445495 0
[pid=2935/tid=2937] ppid=2933 vsize=1791532 CPUtime=1639.83
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 42388 0 1 0 163950 33 0 0 25 0 13 0 101790952 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797261 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1791532 CPUtime=60.95
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 113920 0 0 0 5971 124 0 0 16 0 13 0 101790954 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1791532 CPUtime=60.37
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 104355 0 0 0 5902 135 0 0 16 0 13 0 101790954 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1791532 CPUtime=0.41
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 26 0 0 0 26 15 0 0 15 0 13 0 101790956 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101790960 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1791532 CPUtime=2.1
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2562 0 -1 64 3803 0 0 0 209 1 0 0 17 0 13 0 101790960 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1791532 CPUtime=1.89
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2562 0 -1 64 4487 0 0 0 187 2 0 0 16 0 13 0 101790960 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101790960 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101790960 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2948] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2562 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101794031 1834528768 232500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.6
Current children cumulated vsize (KiB) 1791532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756 s]
/proc/loadavg: 1.08 1.04 1.00 2/90 2950
/proc/meminfo: memFree=708952/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=1791532 CPUtime=1800.04
/proc/2935/stat : 2935 (java) S 2933 2935 2562 0 -1 0 269835 0 1 0 179687 317 0 0 18 0 13 0 101790951 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 447883 232577 1335 9 0 445495 0
[pid=2935/tid=2937] ppid=2933 vsize=1791532 CPUtime=1672.05
/proc/2935/task/2937/stat : 2937 (java) R 2933 2935 2562 0 -1 64 42439 0 1 0 167172 33 0 0 18 0 13 0 101790952 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109603683 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=1791532 CPUtime=62
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2562 0 -1 64 113972 0 0 0 6074 126 0 0 16 0 13 0 101790954 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2939] ppid=2933 vsize=1791532 CPUtime=61.52
/proc/2935/task/2939/stat : 2939 (java) S 2933 2935 2562 0 -1 64 104384 0 0 0 6015 137 0 0 16 0 13 0 101790954 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2940] ppid=2933 vsize=1791532 CPUtime=0.42
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2562 0 -1 64 26 0 0 0 27 15 0 0 16 0 13 0 101790956 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2941] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 101790956 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 101790960 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=1791532 CPUtime=2.1
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2562 0 -1 64 3803 0 0 0 209 1 0 0 17 0 13 0 101790960 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2945] ppid=2933 vsize=1791532 CPUtime=1.89
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2562 0 -1 64 4487 0 0 0 187 2 0 0 16 0 13 0 101790960 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2562 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 101790960 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2947/stat : 2947 (java) R 2933 2935 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 101790960 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2935/tid=2948] ppid=2933 vsize=1791532 CPUtime=0
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2562 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 101794031 1834528768 232577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791532

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

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

[startup+1756.2 s]
/proc/loadavg: 1.08 1.04 1.00 2/90 2950
/proc/meminfo: memFree=708952/2055920 swapFree=4192812/4192956
[pid=2935] ppid=2933 vsize=0 CPUtime=1800.23
/proc/2935/stat : 2935 (java) Z 2933 2935 2562 0 -1 1036 269854 0 1 0 179692 331 0 0 16 0 2 0 101790951 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2935/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1756.2
CPU time (s): 1800.24
CPU user time (s): 1796.93
CPU system time (s): 3.3135
CPU usage (%): 102.508
Max. virtual memory (cumulated for all children) (KiB): 1795876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.93
system time used= 3.3135
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269854
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= 79040
involuntary context switches= 46184

runsolver used 1.9967 second user time and 5.63914 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Apr 14 08:18:53 UTC 2007

IDJOB= 347926
IDBENCH= 1577
IDSOLVER= 160
FILE ID= node15/347926-1176538733

PBS_JOBID= 4556739

Free space on /tmp= 66511 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  3f95880b258ecfc346507235783375e9

RANDOM SEED= 685152892

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1637016 kB
Buffers:         24960 kB
Cached:         296816 kB
SwapCached:          0 kB
Active:         199612 kB
Inactive:       166176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           47440 kB
Writeback:           0 kB
Mapped:          62900 kB
Slab:            38632 kB
Committed_AS:  3933064 kB
PageTables:       1868 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= 66511 MiB

End job on node15 on Sat Apr 14 08:48:12 UTC 2007