Trace number 362656

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.16 1783.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-biella1.opb
MD5SUM02b8e2ce7db79ee00a9a8f2ebac90f1b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.47162
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42650
Total number of constraints1202
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 constraints1202
Minimum length of a constraint38
Maximum length of a constraint42650
Number of terms in the objective function 42650
Biggest coefficient in the objective function 58891
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 565237
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262142
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 565237
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.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/362656-1177016117/instance-362656-1177016117.opb
0.19/0.20	c reading problem ... 
3.83/2.53	c ... done. Wall clock time 2.326s.
3.83/2.53	c CPU time (experimental) 1.83s.
3.83/2.53	c #vars     42650
3.83/2.53	c #constraints  2399
1800.09/1783.41	c starts		: 1
1800.09/1783.41	c conflicts		: 21
1800.09/1783.41	c decisions		: 106317
1800.09/1783.41	c propagations		: 250488
1800.09/1783.41	c inspects		: 588986
1800.09/1783.41	c learnt literals	: 0
1800.09/1783.41	c learnt binary clauses	: 0
1800.09/1783.41	c learnt ternary clauses	: 0
1800.09/1783.41	c learnt clauses	: 20
1800.09/1783.41	c root simplifications	: 0
1800.09/1783.41	c removed literals (reason simplification)	: 0
1800.09/1783.41	c reason swapping (by a shorter reason)	: 0
1800.09/1783.41	c Calls to reduceDB	: 0
1800.09/1783.41	c speed (decisions/second)	: 59.713958026058755
1800.09/1783.41	c non guided choices	0
1800.09/1783.41	s UNKNOWN
1800.09/1783.41	c Total wall clock time (ms): 1783.209

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/node7/watcher-362656-1177016117 -o ROOT/results/node7/solver-362656-1177016117 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362656-1177016117/sat4jPseudoCP.jar /tmp/evaluation/362656-1177016117/instance-362656-1177016117.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.84 0.96 0.98 3/77 2805
/proc/meminfo: memFree=1445096/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=18568 CPUtime=0
/proc/2805/stat : 2805 (runsolver) R 2803 2805 2742 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 177649367 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2805/statm: 4642 292 257 24 0 2626 0

[startup+0.021526 s]
/proc/loadavg: 0.84 0.96 0.98 3/77 2805
/proc/meminfo: memFree=1445096/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=12916 CPUtime=0
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 905 0 1 0 0 0 0 0 19 0 2 0 177649367 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.102497 s]
/proc/loadavg: 0.84 0.96 0.98 3/77 2805
/proc/meminfo: memFree=1445096/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1780108 CPUtime=0.08
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 3975 0 1 0 6 2 0 0 19 0 12 0 177649367 1822830592 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 445027 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301517 s]
/proc/loadavg: 0.84 0.96 0.98 3/77 2805
/proc/meminfo: memFree=1445096/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1781668 CPUtime=0.32
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 5451 0 1 0 30 2 0 0 19 0 12 0 177649367 1824428032 5189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 445417 5189 1267 9 0 443029 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781668

[startup+0.701554 s]
/proc/loadavg: 0.84 0.96 0.98 3/77 2805
/proc/meminfo: memFree=1445096/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1786068 CPUtime=0.89
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 10563 0 1 0 85 4 0 0 19 0 12 0 177649367 1828933632 9828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 446517 9829 1296 9 0 444129 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1786068

[startup+1.50265 s]
/proc/loadavg: 0.85 0.96 0.98 3/89 2817
/proc/meminfo: memFree=1401992/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1794716 CPUtime=2.38
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 23934 0 1 0 227 11 0 0 19 0 12 0 177649367 1837789184 20509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 448679 20511 1310 9 0 446291 0
[pid=2805/tid=2807] ppid=2803 vsize=1794716 CPUtime=0.99
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 16631 0 1 0 91 8 0 0 18 0 12 0 177649369 1837789184 20511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513417 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1794716 CPUtime=0
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 177649370 1837789184 20512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1794716 CPUtime=0
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 177649370 1837789184 20514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1794716 CPUtime=0
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 177649373 1837789184 20517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1794716 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 177649373 1837789184 20518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1794716 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 177649373 1837789184 20518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1794716 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 177649377 1837789184 20519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1794716 CPUtime=0.55
/proc/2805/task/2814/stat : 2814 (java) S 2803 2805 2742 0 -1 64 1915 0 0 0 55 0 0 0 16 0 12 0 177649377 1837789184 20521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1794716 CPUtime=0.8
/proc/2805/task/2815/stat : 2815 (java) R 2803 2805 2742 0 -1 64 4668 0 0 0 79 1 0 0 18 0 12 0 177649377 1837789184 20523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105423639 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1794716 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 177649377 1837789184 20523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1794716 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 177649377 1837789184 20523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1794716

[startup+3.10181 s]
/proc/loadavg: 0.85 0.96 0.98 2/89 2817
/proc/meminfo: memFree=1300296/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1794464 CPUtime=4.91
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 53970 0 1 0 464 27 0 0 19 0 13 0 177649367 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 448616 47870 1333 9 0 446228 0
[pid=2805/tid=2807] ppid=2803 vsize=1794464 CPUtime=2.38
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 37703 0 1 0 220 18 0 0 23 0 13 0 177649369 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109177390 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1794464 CPUtime=0.15
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 3153 0 0 0 13 2 0 0 16 0 13 0 177649370 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1794464 CPUtime=0.15
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 3408 0 0 0 14 1 0 0 16 0 13 0 177649370 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1794464 CPUtime=0
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 177649373 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1794464 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1794464 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177649373 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1794464 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 177649377 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1794464 CPUtime=0.91
/proc/2805/task/2814/stat : 2814 (java) R 2803 2805 2742 0 -1 64 3132 0 0 0 90 1 0 0 18 0 13 0 177649377 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336908 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1794464 CPUtime=1.26
/proc/2805/task/2815/stat : 2815 (java) R 2803 2805 2742 0 -1 64 5847 0 0 0 124 2 0 0 18 0 13 0 177649377 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103318072 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1794464 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177649377 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1794464 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177649377 1837531136 47870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 1794464

[startup+6.30214 s]
/proc/loadavg: 0.87 0.96 0.98 2/90 2818
/proc/meminfo: memFree=1228608/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1794092 CPUtime=8.66
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 61921 0 1 0 836 30 0 0 19 0 13 0 177649367 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 448523 55200 1333 9 0 446135 0
[pid=2805/tid=2807] ppid=2803 vsize=1794092 CPUtime=5.21
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 37713 0 1 0 502 19 0 0 21 0 13 0 177649369 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109978139 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1794092 CPUtime=0.46
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 7250 0 0 0 42 4 0 0 16 0 13 0 177649370 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1794092 CPUtime=0.46
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 7167 0 0 0 44 2 0 0 16 0 13 0 177649370 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 177649373 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177649373 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 177649377 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1794092 CPUtime=1.04
/proc/2805/task/2814/stat : 2814 (java) S 2803 2805 2742 0 -1 64 3198 0 0 0 103 1 0 0 16 0 13 0 177649377 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1794092 CPUtime=1.44
/proc/2805/task/2815/stat : 2815 (java) S 2803 2805 2742 0 -1 64 5863 0 0 0 142 2 0 0 16 0 13 0 177649377 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177649377 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177649377 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2818] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2818/stat : 2818 (java) S 2803 2805 2742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177649677 1837150208 55200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 1794092

[startup+12.7018 s]
/proc/loadavg: 0.88 0.96 0.98 2/90 2818
/proc/meminfo: memFree=1205768/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1794092 CPUtime=15.63
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 68853 0 1 0 1530 33 0 0 19 0 13 0 177649367 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 448523 60918 1333 9 0 446135 0
[pid=2805/tid=2807] ppid=2803 vsize=1794092 CPUtime=11.04
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 37722 0 1 0 1085 19 0 0 16 0 13 0 177649369 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109979205 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1794092 CPUtime=1.03
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 11244 0 0 0 97 6 0 0 15 0 13 0 177649370 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1794092 CPUtime=1.03
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 10096 0 0 0 100 3 0 0 16 0 13 0 177649370 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 177649373 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177649373 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 177649377 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1794092 CPUtime=1.04
/proc/2805/task/2814/stat : 2814 (java) S 2803 2805 2742 0 -1 64 3198 0 0 0 103 1 0 0 16 0 13 0 177649377 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1794092 CPUtime=1.44
/proc/2805/task/2815/stat : 2815 (java) S 2803 2805 2742 0 -1 64 5863 0 0 0 142 2 0 0 16 0 13 0 177649377 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177649377 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177649377 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2818] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2818/stat : 2818 (java) S 2803 2805 2742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177649677 1837150208 60918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1794092

[startup+25.5022 s]
/proc/loadavg: 0.90 0.96 0.98 2/90 2818
/proc/meminfo: memFree=1282312/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1794092 CPUtime=28.43
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 68892 0 1 0 2809 34 0 0 19 0 13 0 177649367 1837150208 41749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 448523 41749 1333 9 0 446135 0
[pid=2805/tid=2807] ppid=2803 vsize=1794092 CPUtime=23.81
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 37743 0 1 0 2362 19 0 0 23 0 13 0 177649369 1837150208 41749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109978686 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1794092 CPUtime=1.04
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 11256 0 0 0 98 6 0 0 16 0 13 0 177649370 1837150208 41749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1794092 CPUtime=1.04
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 10102 0 0 0 101 3 0 0 15 0 13 0 177649370 1837150208 41749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1794092 CPUtime=0.01
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 7 0 0 0 0 1 0 0 15 0 13 0 177649373 1837150208 41749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1794092 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1837150208 41749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2805] ppid=2803 vsize=1798188 CPUtime=1617.64
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 147367 0 1 0 161533 231 0 0 19 0 13 0 177649367 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 449547 78016 1333 9 0 447159 0
[pid=2805/tid=2807] ppid=2803 vsize=1798188 CPUtime=1584.7
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 91298 0 1 0 158402 68 0 0 25 0 13 0 177649369 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109601373 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1798188 CPUtime=14.05
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 21470 0 0 0 1349 56 0 0 16 0 13 0 177649370 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1798188 CPUtime=14.07
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 21332 0 0 0 1347 60 0 0 16 0 13 0 177649370 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1798188 CPUtime=0.99
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 147 0 0 0 60 39 0 0 15 0 13 0 177649373 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1798188 CPUtime=1.54
/proc/2805/task/2814/stat : 2814 (java) S 2803 2805 2742 0 -1 64 3223 0 0 0 153 1 0 0 17 0 13 0 177649377 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1798188 CPUtime=2.23
/proc/2805/task/2815/stat : 2815 (java) S 2803 2805 2742 0 -1 64 9174 0 0 0 220 3 0 0 16 0 13 0 177649377 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177649377 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2818] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2818/stat : 2818 (java) S 2803 2805 2742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177649677 1841344512 78016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.64
Current children cumulated vsize (KiB) 1798188

[startup+1662.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 3016
/proc/meminfo: memFree=1131024/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1798188 CPUtime=1678.12
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 149017 0 1 0 167578 234 0 0 19 0 13 0 177649367 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 449547 79488 1333 9 0 447159 0
[pid=2805/tid=2807] ppid=2803 vsize=1798188 CPUtime=1644.1
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 92948 0 1 0 164341 69 0 0 19 0 13 0 177649369 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110164491 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1798188 CPUtime=14.57
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 21470 0 0 0 1401 56 0 0 16 0 13 0 177649370 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1798188 CPUtime=14.59
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 21332 0 0 0 1398 61 0 0 16 0 13 0 177649370 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1798188 CPUtime=1.03
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 147 0 0 0 63 40 0 0 15 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1798188 CPUtime=1.54
/proc/2805/task/2814/stat : 2814 (java) S 2803 2805 2742 0 -1 64 3223 0 0 0 153 1 0 0 17 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1798188 CPUtime=2.23
/proc/2805/task/2815/stat : 2815 (java) S 2803 2805 2742 0 -1 64 9174 0 0 0 220 3 0 0 16 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2818] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2818/stat : 2818 (java) S 2803 2805 2742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177649677 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1678.12
Current children cumulated vsize (KiB) 1798188

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 3016
/proc/meminfo: memFree=1131024/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1798188 CPUtime=1738.53
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 149185 0 1 0 173615 238 0 0 19 0 13 0 177649367 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 449547 79488 1333 9 0 447159 0
[pid=2805/tid=2807] ppid=2803 vsize=1798188 CPUtime=1703.51
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 93116 0 1 0 170281 70 0 0 18 0 13 0 177649369 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109601547 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1798188 CPUtime=15.06
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 21470 0 0 0 1448 58 0 0 16 0 13 0 177649370 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1798188 CPUtime=15.06
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 21332 0 0 0 1445 61 0 0 16 0 13 0 177649370 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1798188 CPUtime=1.08
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 147 0 0 0 66 42 0 0 15 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1798188 CPUtime=1.54
/proc/2805/task/2814/stat : 2814 (java) S 2803 2805 2742 0 -1 64 3223 0 0 0 153 1 0 0 17 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1798188 CPUtime=2.23
/proc/2805/task/2815/stat : 2815 (java) S 2803 2805 2742 0 -1 64 9174 0 0 0 220 3 0 0 16 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2818] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2818/stat : 2818 (java) S 2803 2805 2742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177649677 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.53
Current children cumulated vsize (KiB) 1798188

[startup+1782.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 3016
/proc/meminfo: memFree=1131024/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1798188 CPUtime=1798.98
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 149359 0 1 0 179655 243 0 0 19 0 13 0 177649367 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 449547 79488 1333 9 0 447159 0
[pid=2805/tid=2807] ppid=2803 vsize=1798188 CPUtime=1762.9
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 93290 0 1 0 176219 71 0 0 21 0 13 0 177649369 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110159475 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1798188 CPUtime=15.56
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 21470 0 0 0 1497 59 0 0 16 0 13 0 177649370 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1798188 CPUtime=15.58
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 21332 0 0 0 1496 62 0 0 16 0 13 0 177649370 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1798188 CPUtime=1.11
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 147 0 0 0 68 43 0 0 15 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1798188 CPUtime=1.54
/proc/2805/task/2814/stat : 2814 (java) S 2803 2805 2742 0 -1 64 3223 0 0 0 153 1 0 0 17 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1798188 CPUtime=2.23
/proc/2805/task/2815/stat : 2815 (java) S 2803 2805 2742 0 -1 64 9174 0 0 0 220 3 0 0 16 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2818] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2818/stat : 2818 (java) S 2803 2805 2742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177649677 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 1798188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.4 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 3016
/proc/meminfo: memFree=1131024/2055920 swapFree=4159716/4192956
[pid=2805] ppid=2803 vsize=1798188 CPUtime=1800.09
/proc/2805/stat : 2805 (java) S 2803 2805 2742 0 -1 0 149362 0 1 0 179766 243 0 0 19 0 13 0 177649367 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2805/statm: 449547 79488 1333 9 0 447159 0
[pid=2805/tid=2807] ppid=2803 vsize=1798188 CPUtime=1764
/proc/2805/task/2807/stat : 2807 (java) R 2803 2805 2742 0 -1 64 93293 0 1 0 176329 71 0 0 16 0 13 0 177649369 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110159295 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2808] ppid=2803 vsize=1798188 CPUtime=15.57
/proc/2805/task/2808/stat : 2808 (java) S 2803 2805 2742 0 -1 64 21470 0 0 0 1498 59 0 0 16 0 13 0 177649370 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2809] ppid=2803 vsize=1798188 CPUtime=15.58
/proc/2805/task/2809/stat : 2809 (java) S 2803 2805 2742 0 -1 64 21332 0 0 0 1496 62 0 0 16 0 13 0 177649370 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2810] ppid=2803 vsize=1798188 CPUtime=1.11
/proc/2805/task/2810/stat : 2810 (java) S 2803 2805 2742 0 -1 64 147 0 0 0 68 43 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2811] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2811/stat : 2811 (java) S 2803 2805 2742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2812] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2812/stat : 2812 (java) S 2803 2805 2742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177649373 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2813] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2813/stat : 2813 (java) S 2803 2805 2742 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2814] ppid=2803 vsize=1798188 CPUtime=1.54
/proc/2805/task/2814/stat : 2814 (java) S 2803 2805 2742 0 -1 64 3223 0 0 0 153 1 0 0 17 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2815] ppid=2803 vsize=1798188 CPUtime=2.23
/proc/2805/task/2815/stat : 2815 (java) S 2803 2805 2742 0 -1 64 9174 0 0 0 220 3 0 0 16 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2805/tid=2816] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2816/stat : 2816 (java) S 2803 2805 2742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2817] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2817/stat : 2817 (java) S 2803 2805 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177649377 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2805/tid=2818] ppid=2803 vsize=1798188 CPUtime=0
/proc/2805/task/2818/stat : 2818 (java) S 2803 2805 2742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177649677 1841344512 79488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1798188

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

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

Child status: 143
Real time (s): 1783.47
CPU time (s): 1800.16
CPU user time (s): 1797.69
CPU system time (s): 2.47662
CPU usage (%): 100.936
Max. virtual memory (cumulated for all children) (KiB): 1801004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.69
system time used= 2.47662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149383
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= 86230
involuntary context switches= 58215

runsolver used 2.12468 second user time and 5.55016 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Thu Apr 19 20:55:17 UTC 2007

IDJOB= 362656
IDBENCH= 1606
IDSOLVER= 160
FILE ID= node7/362656-1177016117

PBS_JOBID= 4630591

Free space on /tmp= 66366 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/unibo/normalized-reduced-mps-v2-20-10-biella1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362656-1177016117/sat4jPseudoCP.jar /tmp/evaluation/362656-1177016117/instance-362656-1177016117.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-362656-1177016117 -o ROOT/results/node7/solver-362656-1177016117 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362656-1177016117/sat4jPseudoCP.jar /tmp/evaluation/362656-1177016117/instance-362656-1177016117.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  02b8e2ce7db79ee00a9a8f2ebac90f1b

RANDOM SEED= 293045764

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1445568 kB
Buffers:         34680 kB
Cached:         510440 kB
SwapCached:      13228 kB
Active:         353360 kB
Inactive:       214672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445568 kB
SwapTotal:     4192956 kB
SwapFree:      4159716 kB
Dirty:            5620 kB
Writeback:           0 kB
Mapped:          29996 kB
Slab:            27728 kB
Committed_AS:  7165640 kB
PageTables:       1860 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= 66366 MiB

End job on node7 on Thu Apr 19 21:25:03 UTC 2007