Trace number 348588

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.11 1793.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fffff800.opb
MD5SUMf2e3e708ab88850fd5a3cdf379c0e388
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25620
Total number of constraints524
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 constraints524
Minimum length of a constraint30
Maximum length of a constraint7530
Number of terms in the objective function 240
Biggest coefficient in the objective function 32769
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524520
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 530865
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- 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/348588-1176588151/instance-348588-1176588151.opb
0.20/0.20	c reading problem ... 
2.95/2.34	c ... done. Wall clock time 2.139s.
2.95/2.34	c CPU time (experimental) 1.86s.
2.95/2.34	c #vars     25620
2.95/2.34	c #constraints  844
1800.04/1793.01	c starts		: 17
1800.04/1793.02	c conflicts		: 137449
1800.04/1793.02	c decisions		: 389903
1800.04/1793.02	c propagations		: 28537147
1800.04/1793.02	c inspects		: 242671093
1800.04/1793.02	c learnt literals	: 1
1800.04/1793.02	c learnt binary clauses	: 3
1800.04/1793.02	c learnt ternary clauses	: 3
1800.04/1793.02	c learnt clauses	: 137448
1800.04/1793.02	c root simplifications	: 0
1800.04/1793.02	c removed literals (reason simplification)	: 0
1800.04/1793.02	c reason swapping (by a shorter reason)	: 0
1800.04/1793.02	c Calls to reduceDB	: 0
1800.04/1793.02	c speed (decisions/second)	: 217.74602486719772
1800.04/1793.02	c non guided choices	0
1800.04/1793.02	s UNKNOWN
1800.04/1793.02	c Total wall clock time (ms): 1792.815

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/node52/watcher-348588-1176588151 -o ROOT/results/node52/solver-348588-1176588151 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348588-1176588151/sat4jPseudoResolution.jar /tmp/evaluation/348588-1176588151/instance-348588-1176588151.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.00 1.00 1/64 11354
/proc/meminfo: memFree=1711068/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=152 CPUtime=0
/proc/11354/stat : 11354 (java) R 11352 11354 30386 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 13660181 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4309291 0 0 4096 0 0 0 0 17 1 0 0
/proc/11354/statm: 38 26 19 9 0 4 0

[startup+0.0256869 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 11354
/proc/meminfo: memFree=1711068/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1772952 CPUtime=0.01
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 1986 0 1 0 0 1 0 0 18 0 2 0 13660181 1815502848 1735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 443238 1745 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102682 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 11354
/proc/meminfo: memFree=1711068/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1780108 CPUtime=0.08
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 3982 0 1 0 6 2 0 0 18 0 12 0 13660181 1822830592 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 445027 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302703 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 11354
/proc/meminfo: memFree=1711068/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1782328 CPUtime=0.33
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 5315 0 1 0 30 3 0 0 18 0 12 0 13660181 1825103872 5051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 445582 5051 1267 9 0 443194 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782328

[startup+0.70173 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 11354
/proc/meminfo: memFree=1711068/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1783020 CPUtime=0.94
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 7372 0 1 0 90 4 0 0 18 0 12 0 13660181 1825812480 6909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 445755 6910 1305 9 0 443367 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1783020

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 11366
/proc/meminfo: memFree=1678460/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1782808 CPUtime=1.99
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 25390 0 1 0 187 12 0 0 18 0 12 0 13660181 1825595392 24717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 445702 24719 1308 9 0 443314 0
[pid=11354/tid=11356] ppid=11352 vsize=1782808 CPUtime=1.14
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 23459 0 1 0 103 11 0 0 25 0 12 0 13660183 1825595392 24720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109571972 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1782808 CPUtime=0
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 13660184 1825595392 24721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1782808 CPUtime=0
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 13660184 1825595392 24721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1782808 CPUtime=0
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 13660187 1825595392 24722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1782808 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 13660187 1825595392 24722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1782808 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 13660187 1825595392 24723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1782808 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 13660191 1825595392 24724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1782808 CPUtime=0.42
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 565 0 0 0 42 0 0 0 16 0 12 0 13660191 1825595392 24725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1782808 CPUtime=0.4
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 648 0 0 0 40 0 0 0 16 0 12 0 13660191 1825595392 24726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1782808 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 13660191 1825595392 24727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1782808 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 13660191 1825595392 24728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1782808

[startup+3.1029 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 11366
/proc/meminfo: memFree=1540156/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1784712 CPUtime=4.11
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 46138 0 1 0 390 21 0 0 18 0 13 0 13660181 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 446178 44423 1325 9 0 443790 0
[pid=11354/tid=11356] ppid=11352 vsize=1784712 CPUtime=2.51
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 37706 0 1 0 235 16 0 0 25 0 13 0 13660183 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109733582 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1784712 CPUtime=0.1
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 2937 0 0 0 10 0 0 0 16 0 13 0 13660184 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1784712 CPUtime=0.1
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 2468 0 0 0 9 1 0 0 16 0 13 0 13660184 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1784712 CPUtime=0
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 13660187 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1784712 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1784712 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13660187 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1784712 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13660191 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1784712 CPUtime=0.77
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 1261 0 0 0 77 0 0 0 16 0 13 0 13660191 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1784712 CPUtime=0.58
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 1037 0 0 0 57 1 0 0 16 0 13 0 13660191 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1784712 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13660191 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1784712 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13660191 1827545088 44423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 1784712

[startup+6.30291 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11367
/proc/meminfo: memFree=1537460/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1784680 CPUtime=7.37
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 46209 0 1 0 716 21 0 0 18 0 13 0 13660181 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 446170 44451 1325 9 0 443782 0
[pid=11354/tid=11356] ppid=11352 vsize=1784680 CPUtime=5.69
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 37711 0 1 0 553 16 0 0 25 0 13 0 13660183 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109732779 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1784680 CPUtime=0.1
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 2937 0 0 0 10 0 0 0 16 0 13 0 13660184 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1784680 CPUtime=0.1
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 2468 0 0 0 9 1 0 0 16 0 13 0 13660184 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1784680 CPUtime=0
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 13660187 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1784680 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1784680 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13660187 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1784680 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13660191 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1784680 CPUtime=0.81
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 1287 0 0 0 81 0 0 0 16 0 13 0 13660191 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1784680 CPUtime=0.62
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 1077 0 0 0 61 1 0 0 16 0 13 0 13660191 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1784680 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13660191 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1784680 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13660191 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11367] ppid=11352 vsize=1784680 CPUtime=0
/proc/11354/task/11367/stat : 11367 (java) S 11352 11354 30386 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 13660431 1827512320 44451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 1784680

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11367
/proc/meminfo: memFree=1511028/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1784812 CPUtime=13.89
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 52919 0 1 0 1364 25 0 0 18 0 13 0 13660181 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 446203 51021 1325 9 0 443815 0
[pid=11354/tid=11356] ppid=11352 vsize=1784812 CPUtime=11.97
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 37714 0 1 0 1181 16 0 0 25 0 13 0 13660183 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808567 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1784812 CPUtime=0.21
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 6448 0 0 0 19 2 0 0 16 0 13 0 13660184 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1784812 CPUtime=0.21
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 5661 0 0 0 18 3 0 0 16 0 13 0 13660184 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1784812 CPUtime=0
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1784812 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1784812 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13660187 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1784812 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13660191 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1784812 CPUtime=0.82
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 1288 0 0 0 82 0 0 0 16 0 13 0 13660191 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1784812 CPUtime=0.62
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 1077 0 0 0 61 1 0 0 17 0 13 0 13660191 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1784812 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13660191 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1784812 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13660191 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11367] ppid=11352 vsize=1784812 CPUtime=0
/proc/11354/task/11367/stat : 11367 (java) S 11352 11354 30386 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 13660431 1827647488 51021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 1784812

[startup+25.5022 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 11367
/proc/meminfo: memFree=1505204/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1788524 CPUtime=27.12
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 55219 0 1 0 2686 26 0 0 18 0 13 0 13660181 1831448576 52483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 447131 52483 1325 9 0 444743 0
[pid=11354/tid=11356] ppid=11352 vsize=1788524 CPUtime=24.46
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 37718 0 1 0 2430 16 0 0 25 0 13 0 13660183 1831448576 52483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109733541 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1788524 CPUtime=0.51
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 6863 0 0 0 49 2 0 0 16 0 13 0 13660184 1831448576 52483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1788524 CPUtime=0.51
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 6161 0 0 0 48 3 0 0 18 0 13 0 13660184 1831448576 52483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1788524 CPUtime=0
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1831448576 52483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1788524 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1831448576 52483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11354] ppid=11352 vsize=1787500 CPUtime=1608.33
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 76279 0 1 0 160751 82 0 0 18 0 13 0 13660181 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 446875 27275 1327 9 0 444487 0
[pid=11354/tid=11356] ppid=11352 vsize=1787500 CPUtime=1594.88
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 39447 0 1 0 159464 24 0 0 25 0 13 0 13660183 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109732511 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1787500 CPUtime=5.64
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 16800 0 0 0 544 20 0 0 15 0 13 0 13660184 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1787500 CPUtime=5.64
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 15500 0 0 0 545 19 0 0 16 0 13 0 13660184 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1787500 CPUtime=0.37
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 19 0 0 0 23 14 0 0 15 0 13 0 13660187 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13660191 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1787500 CPUtime=0.96
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 2447 0 0 0 95 1 0 0 16 0 13 0 13660191 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1787500 CPUtime=0.77
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 1345 0 0 0 76 1 0 0 16 0 13 0 13660191 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13660191 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13660191 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11367] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11367/stat : 11367 (java) S 11352 11354 30386 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 13660431 1830400000 27275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1608.33
Current children cumulated vsize (KiB) 1787500

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 11369
/proc/meminfo: memFree=1603956/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1787500 CPUtime=1668.65
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 76835 0 1 0 166777 88 0 0 18 0 13 0 13660181 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 446875 27747 1327 9 0 444487 0
[pid=11354/tid=11356] ppid=11352 vsize=1787500 CPUtime=1654.48
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 39530 0 1 0 165424 24 0 0 25 0 13 0 13660183 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109742135 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1787500 CPUtime=5.99
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 16873 0 0 0 578 21 0 0 15 0 13 0 13660184 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1787500 CPUtime=5.99
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 15900 0 0 0 577 22 0 0 16 0 13 0 13660184 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1787500 CPUtime=0.39
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 19 0 0 0 24 15 0 0 16 0 13 0 13660187 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13660191 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1787500 CPUtime=0.96
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 2447 0 0 0 95 1 0 0 16 0 13 0 13660191 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1787500 CPUtime=0.77
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 1345 0 0 0 76 1 0 0 16 0 13 0 13660191 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13660191 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13660191 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11367] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11367/stat : 11367 (java) S 11352 11354 30386 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 13660431 1830400000 27747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.65
Current children cumulated vsize (KiB) 1787500

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 11369
/proc/meminfo: memFree=1599092/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1787500 CPUtime=1728.98
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 78325 0 1 0 172805 93 0 0 18 0 13 0 13660181 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 446875 28953 1327 9 0 444487 0
[pid=11354/tid=11356] ppid=11352 vsize=1787500 CPUtime=1714.01
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 40224 0 1 0 171376 25 0 0 17 0 13 0 13660183 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109742409 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1787500 CPUtime=6.38
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 17019 0 0 0 617 21 0 0 16 0 13 0 13660184 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1787500 CPUtime=6.38
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 16548 0 0 0 612 26 0 0 16 0 13 0 13660184 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1787500 CPUtime=0.42
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 21 0 0 0 26 16 0 0 16 0 13 0 13660187 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13660191 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1787500 CPUtime=0.96
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 2447 0 0 0 95 1 0 0 16 0 13 0 13660191 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1787500 CPUtime=0.77
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 1345 0 0 0 76 1 0 0 16 0 13 0 13660191 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13660191 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13660191 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11367] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11367/stat : 11367 (java) S 11352 11354 30386 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 13660431 1830400000 28953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.98
Current children cumulated vsize (KiB) 1787500

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11369
/proc/meminfo: memFree=1598516/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1787500 CPUtime=1789.29
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 78891 0 1 0 178831 98 0 0 18 0 13 0 13660181 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 446875 29088 1327 9 0 444487 0
[pid=11354/tid=11356] ppid=11352 vsize=1787500 CPUtime=1773.56
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 40302 0 1 0 177330 26 0 0 25 0 13 0 13660183 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808191 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1787500 CPUtime=6.75
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 17362 0 0 0 652 23 0 0 16 0 13 0 13660184 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1787500 CPUtime=6.75
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 16693 0 0 0 648 27 0 0 16 0 13 0 13660184 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1787500 CPUtime=0.43
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 21 0 0 0 27 16 0 0 15 0 13 0 13660187 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13660191 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1787500 CPUtime=0.96
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 2447 0 0 0 95 1 0 0 16 0 13 0 13660191 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1787500 CPUtime=0.77
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 1345 0 0 0 76 1 0 0 16 0 13 0 13660191 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13660191 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13660191 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11367] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11367/stat : 11367 (java) S 11352 11354 30386 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 13660431 1830400000 29088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.29
Current children cumulated vsize (KiB) 1787500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11369
/proc/meminfo: memFree=1598260/2055920 swapFree=4192956/4192956
[pid=11354] ppid=11352 vsize=1787500 CPUtime=1800.04
/proc/11354/stat : 11354 (java) S 11352 11354 30386 0 -1 0 78982 0 1 0 179906 98 0 0 18 0 13 0 13660181 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11354/statm: 446875 29166 1327 9 0 444487 0
[pid=11354/tid=11356] ppid=11352 vsize=1787500 CPUtime=1784.19
/proc/11354/task/11356/stat : 11356 (java) R 11352 11354 30386 0 -1 64 40315 0 1 0 178393 26 0 0 25 0 13 0 13660183 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109732272 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11357] ppid=11352 vsize=1787500 CPUtime=6.82
/proc/11354/task/11357/stat : 11357 (java) S 11352 11354 30386 0 -1 64 17410 0 0 0 659 23 0 0 16 0 13 0 13660184 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11358] ppid=11352 vsize=1787500 CPUtime=6.81
/proc/11354/task/11358/stat : 11358 (java) S 11352 11354 30386 0 -1 64 16723 0 0 0 654 27 0 0 16 0 13 0 13660184 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11359] ppid=11352 vsize=1787500 CPUtime=0.43
/proc/11354/task/11359/stat : 11359 (java) S 11352 11354 30386 0 -1 64 21 0 0 0 27 16 0 0 16 0 13 0 13660187 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11360] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11360/stat : 11360 (java) S 11352 11354 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11361] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11361/stat : 11361 (java) S 11352 11354 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13660187 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11362] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11362/stat : 11362 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13660191 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11363] ppid=11352 vsize=1787500 CPUtime=0.96
/proc/11354/task/11363/stat : 11363 (java) S 11352 11354 30386 0 -1 64 2447 0 0 0 95 1 0 0 16 0 13 0 13660191 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11364] ppid=11352 vsize=1787500 CPUtime=0.77
/proc/11354/task/11364/stat : 11364 (java) S 11352 11354 30386 0 -1 64 1345 0 0 0 76 1 0 0 16 0 13 0 13660191 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11365] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11365/stat : 11365 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13660191 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11354/tid=11366] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11366/stat : 11366 (java) S 11352 11354 30386 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13660191 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11354/tid=11367] ppid=11352 vsize=1787500 CPUtime=0
/proc/11354/task/11367/stat : 11367 (java) S 11352 11354 30386 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 13660431 1830400000 29166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1787500

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): 1793.07
CPU time (s): 1800.11
CPU user time (s): 1799.11
CPU system time (s): 1.00585
CPU usage (%): 100.393
Max. virtual memory (cumulated for all children) (KiB): 1788676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.00585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79002
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= 55005
involuntary context switches= 26063

runsolver used 1.87071 second user time and 4.81727 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Apr 14 22:02:31 UTC 2007

IDJOB= 348588
IDBENCH= 1696
IDSOLVER= 159
FILE ID= node52/348588-1176588151

PBS_JOBID= 4556952

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f2e3e708ab88850fd5a3cdf379c0e388

RANDOM SEED= 805620638

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1711540 kB
Buffers:         39772 kB
Cached:         202376 kB
SwapCached:          0 kB
Active:          72368 kB
Inactive:       191236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711540 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5432 kB
Writeback:           0 kB
Mapped:          29172 kB
Slab:            66756 kB
Committed_AS:   543952 kB
PageTables:       1496 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= 66559 MiB

End job on node52 on Sat Apr 14 22:32:26 UTC 2007