Trace number 350598

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.25 1793.48

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-gt2.opb
MD5SUMfbf213ed65afe4e66abc3948eb02a29f
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21166
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21166
Optimality of the best value was proved NO
Number of variables556
Total number of constraints180
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints178
Minimum length of a constraint2
Maximum length of a constraint48
Number of terms in the objective function 304
Biggest coefficient in the objective function 62376
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 3092598
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 62376
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 3092598
Number of bits of the biggest sum of numbers22
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	--- 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=1.5 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/350598-1176524511/instance-350598-1176524511.opb
0.20/0.20	c reading problem ... 
0.31/0.40	c ... done. Wall clock time 0.192s.
0.31/0.40	c CPU time (experimental) 0.32s.
0.31/0.40	c #vars     556
0.31/0.40	c #constraints  180
1800.07/1793.31	c starts		: 21
1800.07/1793.31	c conflicts		: 916138
1800.07/1793.31	c decisions		: 1052030
1800.07/1793.31	c propagations		: 31814508
1800.07/1793.31	c inspects		: 2966251078
1800.07/1793.31	c learnt literals	: 0
1800.07/1793.31	c learnt binary clauses	: 0
1800.07/1793.31	c learnt ternary clauses	: 0
1800.07/1793.31	c learnt clauses	: 916138
1800.07/1793.31	c root simplifications	: 0
1800.07/1793.31	c removed literals (reason simplification)	: 0
1800.07/1793.31	c reason swapping (by a shorter reason)	: 0
1800.07/1793.31	c Calls to reduceDB	: 0
1800.07/1793.31	c speed (decisions/second)	: 586.775287648342
1800.07/1793.31	c non guided choices	85
1800.07/1793.31	s UNKNOWN
1800.07/1793.31	c Total wall clock time (ms): 1793.109

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node16/watcher-350598-1176524511 -o ROOT/results/node16/solver-350598-1176524511 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350598-1176524511/sat4jPseudoResolution.jar /tmp/evaluation/350598-1176524511/instance-350598-1176524511.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 28360
/proc/meminfo: memFree=1759192/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=18568 CPUtime=0
/proc/28360/stat : 28360 (runsolver) R 28358 28360 27985 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 100368726 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28360/statm: 4642 292 257 24 0 2626 0

[startup+0.0135419 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 28360
/proc/meminfo: memFree=1759192/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1800 CPUtime=0
/proc/28360/stat : 28360 (java) D 28358 28360 27985 0 -1 0 346 0 0 0 0 0 0 0 18 0 1 0 100368726 1843200 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28360/statm: 2967 156 118 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101529 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 28360
/proc/meminfo: memFree=1759192/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1780108 CPUtime=0.08
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 3958 0 1 0 6 2 0 0 18 0 12 0 100368726 1822830592 3700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 445027 3700 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301487 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 28360
/proc/meminfo: memFree=1759192/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1782264 CPUtime=0.31
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 5125 0 1 0 28 3 0 0 18 0 12 0 100368726 1825038336 4864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 445566 4864 1264 9 0 443178 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782264

[startup+0.701407 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 28360
/proc/meminfo: memFree=1759192/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1786192 CPUtime=1.04
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 7759 0 1 0 100 4 0 0 18 0 13 0 100368726 1829060608 6805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446548 6805 1312 9 0 444160 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1786192

[startup+1.50223 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28373
/proc/meminfo: memFree=1724656/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1786192 CPUtime=1.94
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 15624 0 1 0 187 7 0 0 18 0 13 0 100368726 1829060608 14669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446548 14669 1312 9 0 444160 0
[pid=28360/tid=28362] ppid=28358 vsize=1786192 CPUtime=1.29
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 12821 0 1 0 124 5 0 0 20 0 13 0 100368728 1829060608 14669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 100368729 1829060608 14670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 100368729 1829060608 14670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28365] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 100368731 1829060608 14670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 100368732 1829060608 14671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 100368732 1829060608 14671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1829060608 14672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1786192 CPUtime=0.35
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1149 0 0 0 35 0 0 0 15 0 13 0 100368736 1829060608 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1786192 CPUtime=0.26
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 932 0 0 0 26 0 0 0 16 0 13 0 100368736 1829060608 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1829060608 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1829060608 14674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1829060608 14674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1786192

[startup+3.1029 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28373
/proc/meminfo: memFree=1684528/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1786192 CPUtime=3.63
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 28126 0 1 0 349 14 0 0 18 0 13 0 100368726 1829060608 27136 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446548 27137 1314 9 0 444160 0
[pid=28360/tid=28362] ppid=28358 vsize=1786192 CPUtime=2.87
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 25278 0 1 0 275 12 0 0 17 0 13 0 100368728 1829060608 27137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525308 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 100368729 1829060608 27138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 100368729 1829060608 27138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28365] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 100368731 1829060608 27138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 100368732 1829060608 27139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 100368732 1829060608 27139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1829060608 27140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1786192 CPUtime=0.4
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1189 0 0 0 40 0 0 0 17 0 13 0 100368736 1829060608 27140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1786192 CPUtime=0.32
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 938 0 0 0 32 0 0 0 16 0 13 0 100368736 1829060608 27141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1829060608 27141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1829060608 27142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1786192 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1829060608 27142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1786192

[startup+6.30124 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28373
/proc/meminfo: memFree=1591536/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1785808 CPUtime=6.85
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 44069 0 1 0 663 22 0 0 18 0 13 0 100368726 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446452 42938 1323 9 0 444064 0
[pid=28360/tid=28362] ppid=28358 vsize=1785808 CPUtime=6.04
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 37716 0 1 0 585 19 0 0 25 0 13 0 100368728 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109538481 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1785808 CPUtime=0.02
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 1693 0 0 0 2 0 0 0 16 0 13 0 100368729 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1785808 CPUtime=0.02
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 1806 0 0 0 2 0 0 0 16 0 13 0 100368729 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28365] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 100368731 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 100368732 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100368732 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1785808 CPUtime=0.4
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1189 0 0 0 40 0 0 0 17 0 13 0 100368736 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1785808 CPUtime=0.32
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 938 0 0 0 32 0 0 0 16 0 13 0 100368736 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1828667392 42938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1785808

[startup+12.7029 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28373
/proc/meminfo: memFree=1591600/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1785808 CPUtime=13.33
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 53360 0 1 0 1307 26 0 0 18 0 13 0 100368726 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446452 51184 1323 9 0 444064 0
[pid=28360/tid=28362] ppid=28358 vsize=1785808 CPUtime=12.37
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 37717 0 1 0 1218 19 0 0 21 0 13 0 100368728 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109538502 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1785808 CPUtime=0.08
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 6599 0 0 0 6 2 0 0 17 0 13 0 100368729 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1785808 CPUtime=0.09
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 6188 0 0 0 7 2 0 0 17 0 13 0 100368729 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28365] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100368731 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 100368732 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100368732 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1785808 CPUtime=0.42
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1189 0 0 0 42 0 0 0 16 0 13 0 100368736 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1785808 CPUtime=0.32
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 938 0 0 0 32 0 0 0 16 0 13 0 100368736 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1785808 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1828667392 51184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 1785808

[startup+25.5013 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28373
/proc/meminfo: memFree=1532848/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1784784 CPUtime=26.21
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 61405 0 1 0 2592 29 0 0 18 0 13 0 100368726 1827618816 57621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446196 57621 1323 9 0 443808 0
[pid=28360/tid=28362] ppid=28358 vsize=1784784 CPUtime=25.08
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 37718 0 1 0 2489 19 0 0 25 0 13 0 100368728 1827618816 57621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539656 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1784784 CPUtime=0.17
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 10277 0 0 0 13 4 0 0 17 0 13 0 100368729 1827618816 57621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1784784 CPUtime=0.17
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 10554 0 0 0 14 3 0 0 16 0 13 0 100368729 1827618816 57621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28360/tid=28365] ppid=28358 vsize=1785492 CPUtime=0.04
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 13 0 0 0 1 3 0 0 16 0 13 0 100368731 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1785492 CPUtime=0.43
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1190 0 0 0 43 0 0 0 17 0 13 0 100368736 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1785492 CPUtime=0.33
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 938 0 0 0 33 0 0 0 16 0 13 0 100368736 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1828343808 203885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1608.44
Current children cumulated vsize (KiB) 1785492

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28375
/proc/meminfo: memFree=931760/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1785492 CPUtime=1668.64
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 285707 0 1 0 166707 157 0 0 18 0 13 0 100368726 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446373 207298 1323 9 0 443985 0
[pid=28360/tid=28362] ppid=28358 vsize=1785492 CPUtime=1656.21
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 37826 0 1 0 165589 32 0 0 25 0 13 0 100368728 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561483 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1785492 CPUtime=5.81
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 121966 0 0 0 521 60 0 0 16 0 13 0 100368729 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1785492 CPUtime=5.76
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 123054 0 0 0 518 58 0 0 16 0 13 0 100368729 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28365] ppid=28358 vsize=1785492 CPUtime=0.04
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 13 0 0 0 1 3 0 0 16 0 13 0 100368731 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1785492 CPUtime=0.43
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1190 0 0 0 43 0 0 0 17 0 13 0 100368736 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1785492 CPUtime=0.33
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 938 0 0 0 33 0 0 0 16 0 13 0 100368736 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1828343808 207298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.64
Current children cumulated vsize (KiB) 1785492

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28375
/proc/meminfo: memFree=922032/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1785492 CPUtime=1728.79
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 288524 0 1 0 172721 158 0 0 18 0 13 0 100368726 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446373 209730 1323 9 0 443985 0
[pid=28360/tid=28362] ppid=28358 vsize=1785492 CPUtime=1716.05
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 37829 0 1 0 171572 33 0 0 25 0 13 0 100368728 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561483 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1785492 CPUtime=5.96
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 122446 0 0 0 536 60 0 0 16 0 13 0 100368729 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1785492 CPUtime=5.92
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 125388 0 0 0 533 59 0 0 16 0 13 0 100368729 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28365] ppid=28358 vsize=1785492 CPUtime=0.04
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 13 0 0 0 1 3 0 0 16 0 13 0 100368731 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1785492 CPUtime=0.43
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1190 0 0 0 43 0 0 0 17 0 13 0 100368736 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1785492 CPUtime=0.33
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 938 0 0 0 33 0 0 0 16 0 13 0 100368736 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1828343808 209730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.79
Current children cumulated vsize (KiB) 1785492

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 28375
/proc/meminfo: memFree=909168/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1785492 CPUtime=1789.01
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 292031 0 1 0 178741 160 0 0 18 0 13 0 100368726 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446373 212977 1323 9 0 443985 0
[pid=28360/tid=28362] ppid=28358 vsize=1785492 CPUtime=1775.84
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 37833 0 1 0 177551 33 0 0 25 0 13 0 100368728 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561254 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1785492 CPUtime=6.17
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 122992 0 0 0 557 60 0 0 16 0 13 0 100368729 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1785492 CPUtime=6.13
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 128345 0 0 0 553 60 0 0 16 0 13 0 100368729 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28365] ppid=28358 vsize=1785492 CPUtime=0.04
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 13 0 0 0 1 3 0 0 16 0 13 0 100368731 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1785492 CPUtime=0.43
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1190 0 0 0 43 0 0 0 17 0 13 0 100368736 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1785492 CPUtime=0.33
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 938 0 0 0 33 0 0 0 16 0 13 0 100368736 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1828343808 212977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.01
Current children cumulated vsize (KiB) 1785492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28375
/proc/meminfo: memFree=904944/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=1785492 CPUtime=1800.07
/proc/28360/stat : 28360 (java) S 28358 28360 27985 0 -1 0 293129 0 1 0 179846 161 0 0 18 0 13 0 100368726 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28360/statm: 446373 214001 1323 9 0 443985 0
[pid=28360/tid=28362] ppid=28358 vsize=1785492 CPUtime=1786.79
/proc/28360/task/28362/stat : 28362 (java) R 28358 28360 27985 0 -1 64 37834 0 1 0 178646 33 0 0 25 0 13 0 100368728 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109572744 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28363] ppid=28358 vsize=1785492 CPUtime=6.23
/proc/28360/task/28363/stat : 28363 (java) S 28358 28360 27985 0 -1 64 123270 0 0 0 562 61 0 0 16 0 13 0 100368729 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28364] ppid=28358 vsize=1785492 CPUtime=6.18
/proc/28360/task/28364/stat : 28364 (java) S 28358 28360 27985 0 -1 64 129164 0 0 0 558 60 0 0 16 0 13 0 100368729 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28365] ppid=28358 vsize=1785492 CPUtime=0.05
/proc/28360/task/28365/stat : 28365 (java) S 28358 28360 27985 0 -1 64 13 0 0 0 1 4 0 0 16 0 13 0 100368731 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28366] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28366/stat : 28366 (java) S 28358 28360 27985 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28367] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28367/stat : 28367 (java) S 28358 28360 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100368732 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28368] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28368/stat : 28368 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 100368736 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28369] ppid=28358 vsize=1785492 CPUtime=0.43
/proc/28360/task/28369/stat : 28369 (java) S 28358 28360 27985 0 -1 64 1190 0 0 0 43 0 0 0 17 0 13 0 100368736 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28360/tid=28370] ppid=28358 vsize=1785492 CPUtime=0.33
/proc/28360/task/28370/stat : 28370 (java) S 28358 28360 27985 0 -1 64 938 0 0 0 33 0 0 0 16 0 13 0 100368736 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28371] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28371/stat : 28371 (java) S 28358 28360 27985 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 100368736 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28372] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28372/stat : 28372 (java) S 28358 28360 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100368736 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28360/tid=28373] ppid=28358 vsize=1785492 CPUtime=0
/proc/28360/task/28373/stat : 28373 (java) S 28358 28360 27985 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 100368768 1828343808 214001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1785492

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

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

[startup+1793.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28375
/proc/meminfo: memFree=904944/2055920 swapFree=4191880/4192956
[pid=28360] ppid=28358 vsize=0 CPUtime=1800.18
/proc/28360/stat : 28360 (java) Z 28358 28360 27985 0 -1 1036 293149 0 1 0 179851 167 0 0 16 0 2 0 100368726 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.48
CPU time (s): 1800.25
CPU user time (s): 1798.51
CPU system time (s): 1.73873
CPU usage (%): 100.377
Max. virtual memory (cumulated for all children) (KiB): 1786556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.73873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293149
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= 37822
involuntary context switches= 38954

runsolver used 1.62775 second user time and 4.93425 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Apr 14 04:21:51 UTC 2007

IDJOB= 350598
IDBENCH= 1528
IDSOLVER= 159
FILE ID= node16/350598-1176524511

PBS_JOBID= 4556720

Free space on /tmp= 66518 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-gt2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350598-1176524511/sat4jPseudoResolution.jar /tmp/evaluation/350598-1176524511/instance-350598-1176524511.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-350598-1176524511 -o ROOT/results/node16/solver-350598-1176524511 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350598-1176524511/sat4jPseudoResolution.jar /tmp/evaluation/350598-1176524511/instance-350598-1176524511.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  fbf213ed65afe4e66abc3948eb02a29f

RANDOM SEED= 490459735

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1759600 kB
Buffers:         30148 kB
Cached:         152740 kB
SwapCached:        440 kB
Active:         100628 kB
Inactive:       137800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759600 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3596 kB
Writeback:           0 kB
Mapped:          72696 kB
Slab:            43388 kB
Committed_AS:  2610708 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66518 MiB

End job on node16 on Sat Apr 14 04:51:46 UTC 2007