Trace number 350586

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.23 1786.94

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-t1717.opb
MD5SUM62188545cf171da3270e2dece04174fd
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark200300
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 200300
Optimality of the best value was proved NO
Number of variables73885
Total number of constraints551
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)551
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint585
Maximum length of a constraint612
Number of terms in the objective function 73885
Biggest coefficient in the objective function 4066
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 172074995
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 4066
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 172074995
Number of bits of the biggest sum of numbers28
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.07/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.26	c no version file found!!!
0.07/0.26	c sun.arch.data.model	32
0.07/0.26	c java.version	1.6.0
0.07/0.26	c os.name	Linux
0.07/0.26	c os.version	2.6.9-22.EL.rootsmp
0.07/0.26	c os.arch	i386
0.07/0.26	c Free memory 1651659224
0.07/0.26	c Max memory 1654456320
0.07/0.26	c Total memory 1654456320
0.07/0.26	c Number of processors 2
0.18/0.32	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.18/0.32	--- Begin Solver configuration ---
0.18/0.32	c Stops conflict analysis at the first Unique Implication Point
0.18/0.32	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.32	c Learn all clauses as in MiniSAT
0.18/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.32	c No reason simplification
0.18/0.32	c --- End Solver configuration ---
0.18/0.32	c Simplify asserted PB constraints to clauses
0.18/0.32	c solving /tmp/evaluation/350586-1176522518/instance-350586-1176522518.opb
0.18/0.32	c reading problem ... 
4.05/3.52	c ... done. Wall clock time 3.203s.
4.05/3.52	c CPU time (experimental) 2.88s.
4.05/3.52	c #vars     73885
4.05/3.52	c #constraints  1102
1800.09/1786.81	c starts		: 2
1800.09/1786.81	c conflicts		: 560
1800.09/1786.81	c decisions		: 239060
1800.09/1786.81	c propagations		: 1356084
1800.09/1786.81	c inspects		: 97443
1800.09/1786.81	c learnt literals	: 0
1800.09/1786.81	c learnt binary clauses	: 0
1800.09/1786.81	c learnt ternary clauses	: 0
1800.09/1786.81	c learnt clauses	: 559
1800.09/1786.81	c root simplifications	: 0
1800.09/1786.81	c removed literals (reason simplification)	: 0
1800.09/1786.81	c reason swapping (by a shorter reason)	: 0
1800.09/1786.81	c Calls to reduceDB	: 0
1800.09/1786.81	c speed (decisions/second)	: 134.08431618457038
1800.09/1786.81	c non guided choices	0
1800.09/1786.81	s UNKNOWN
1800.09/1786.81	c Total wall clock time (ms): 1786.496

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 8313
/proc/meminfo: memFree=1734432/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=18568 CPUtime=0
/proc/8313/stat : 8313 (runsolver) R 8311 8313 8199 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 128289422 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8313/statm: 4642 292 257 24 0 2626 0

[startup+0.066124 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 8313
/proc/meminfo: memFree=1734432/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1777708 CPUtime=0.05
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 3612 0 1 0 3 2 0 0 18 0 7 0 128289422 1820372992 3354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 444427 3354 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101126 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 8313
/proc/meminfo: memFree=1734432/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1777844 CPUtime=0.07
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 3872 0 1 0 5 2 0 0 18 0 7 0 128289422 1820512256 3614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301148 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 8313
/proc/meminfo: memFree=1734432/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1781944 CPUtime=0.18
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 4787 0 1 0 16 2 0 0 18 0 12 0 128289422 1824710656 4525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 445486 4525 1244 9 0 443097 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1781944

[startup+0.701193 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 8313
/proc/meminfo: memFree=1734432/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1783000 CPUtime=0.74
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 7604 0 1 0 71 3 0 0 18 0 12 0 128289422 1825792000 7111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 445750 7111 1296 9 0 443361 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1783000

[startup+1.50227 s]
/proc/loadavg: 1.15 1.00 0.99 2/89 8325
/proc/meminfo: memFree=1687104/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1783100 CPUtime=1.81
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 21410 0 1 0 173 8 0 0 18 0 12 0 128289422 1825894400 20697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 445775 20698 1303 9 0 443386 0
[pid=8313/tid=8315] ppid=8311 vsize=1783100 CPUtime=1.1
/proc/8313/task/8315/stat : 8315 (java) R 8311 8313 8199 0 -1 64 19443 0 1 0 104 6 0 0 18 0 12 0 128289424 1825894400 20698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515008 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1783100 CPUtime=0
/proc/8313/task/8316/stat : 8316 (java) S 8311 8313 8199 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 128289425 1825894400 20699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1783100 CPUtime=0
/proc/8313/task/8317/stat : 8317 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 128289425 1825894400 20700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1783100 CPUtime=0
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128289428 1825894400 20701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1783100 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 128289428 1825894400 20701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1783100 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 128289428 1825894400 20702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1783100 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 128289442 1825894400 20703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1783100 CPUtime=0.36
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 901 0 0 0 36 0 0 0 17 0 12 0 128289442 1825894400 20704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1783100 CPUtime=0.32
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 348 0 0 0 32 0 0 0 17 0 12 0 128289442 1825894400 20705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1783100 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128289442 1825894400 20706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1783100 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) R 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128289442 1825894400 20707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1783100

[startup+3.10245 s]
/proc/loadavg: 1.15 1.00 0.99 4/89 8325
/proc/meminfo: memFree=1579584/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1783748 CPUtime=3.54
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 44789 0 1 0 336 18 0 0 18 0 12 0 128289422 1826557952 43980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 445937 43982 1313 9 0 443548 0
[pid=8313/tid=8315] ppid=8311 vsize=1783748 CPUtime=2.58
/proc/8313/task/8315/stat : 8315 (java) S 8311 8313 8199 0 -1 64 37675 0 1 0 244 14 0 0 25 0 12 0 128289424 1826557952 43983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1783748 CPUtime=0.11
/proc/8313/task/8316/stat : 8316 (java) R 8311 8313 8199 0 -1 64 2580 0 0 0 10 1 0 0 17 0 12 0 128289425 1826557952 43985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366888 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1783748 CPUtime=0.12
/proc/8313/task/8317/stat : 8317 (java) R 8311 8313 8199 0 -1 64 2567 0 0 0 11 1 0 0 16 0 12 0 128289425 1826557952 43987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1783748 CPUtime=0
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 128289428 1826557952 43988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1783748 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 128289428 1826557952 43989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1783748 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128289428 1826557952 43991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1783748 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 128289442 1826557952 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1783748 CPUtime=0.37
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 902 0 0 0 37 0 0 0 16 0 12 0 128289442 1826557952 43994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1783748 CPUtime=0.32
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 348 0 0 0 32 0 0 0 16 0 12 0 128289442 1826557952 43995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1783748 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128289442 1826557952 43996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1783748 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128289442 1826557952 43998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1783748

[startup+6.30178 s]
/proc/loadavg: 1.15 1.00 0.99 2/90 8326
/proc/meminfo: memFree=1532664/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1786736 CPUtime=7.77
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 54235 0 1 0 753 24 0 0 18 0 13 0 128289422 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 446684 51671 1327 9 0 444295 0
[pid=8313/tid=8315] ppid=8311 vsize=1786736 CPUtime=5.17
/proc/8313/task/8315/stat : 8315 (java) R 8311 8313 8199 0 -1 64 37722 0 1 0 503 14 0 0 19 0 13 0 128289424 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109784675 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1786736 CPUtime=0.44
/proc/8313/task/8316/stat : 8316 (java) S 8311 8313 8199 0 -1 64 6679 0 0 0 41 3 0 0 16 0 13 0 128289425 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1786736 CPUtime=0.45
/proc/8313/task/8317/stat : 8317 (java) S 8311 8313 8199 0 -1 64 6151 0 0 0 42 3 0 0 16 0 13 0 128289425 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1786736 CPUtime=0
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 128289428 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1786736 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128289428 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1786736 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128289428 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1786736 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128289442 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1786736 CPUtime=0.87
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 1764 0 0 0 87 0 0 0 16 0 13 0 128289442 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1786736 CPUtime=0.79
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 1186 0 0 0 79 0 0 0 16 0 13 0 128289442 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1786736 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128289442 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1786736 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128289442 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8326] ppid=8311 vsize=1786736 CPUtime=0
/proc/8313/task/8326/stat : 8326 (java) S 8311 8313 8199 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 128289813 1829617664 51671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1786736

[startup+12.7014 s]
/proc/loadavg: 1.21 1.02 0.99 2/90 8326
/proc/meminfo: memFree=1496760/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1798000 CPUtime=15.63
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 69450 0 1 0 1533 30 0 0 18 0 13 0 128289422 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 449500 60312 1327 9 0 447111 0
[pid=8313/tid=8315] ppid=8311 vsize=1798000 CPUtime=11.09
/proc/8313/task/8315/stat : 8315 (java) R 8311 8313 8199 0 -1 64 37732 0 1 0 1095 14 0 0 25 0 13 0 128289424 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109862184 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1798000 CPUtime=0.73
/proc/8313/task/8316/stat : 8316 (java) S 8311 8313 8199 0 -1 64 10013 0 0 0 68 5 0 0 16 0 13 0 128289425 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1798000 CPUtime=0.78
/proc/8313/task/8317/stat : 8317 (java) S 8311 8313 8199 0 -1 64 9470 0 0 0 74 4 0 0 16 0 13 0 128289425 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1798000 CPUtime=0
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128289428 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1798000 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128289428 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1798000 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128289428 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1798000 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128289442 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1798000 CPUtime=2.07
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 10232 0 0 0 204 3 0 0 17 0 13 0 128289442 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1798000 CPUtime=0.88
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 1270 0 0 0 88 0 0 0 16 0 13 0 128289442 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1798000 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128289442 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1798000 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128289442 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8326] ppid=8311 vsize=1798000 CPUtime=0
/proc/8313/task/8326/stat : 8326 (java) S 8311 8313 8199 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 128289813 1841152000 60312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1798000

[startup+25.5028 s]
/proc/loadavg: 1.18 1.02 0.99 2/90 8326
/proc/meminfo: memFree=1565304/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1796976 CPUtime=28.78
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 70244 0 1 0 2845 33 0 0 18 0 13 0 128289422 1840103424 42333 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 449244 42333 1327 9 0 446855 0
[pid=8313/tid=8315] ppid=8311 vsize=1796976 CPUtime=23.69
/proc/8313/task/8315/stat : 8315 (java) R 8311 8313 8199 0 -1 64 37755 0 1 0 2354 15 0 0 25 0 13 0 128289424 1840103424 42333 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855091 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1796976 CPUtime=0.81
/proc/8313/task/8316/stat : 8316 (java) S 8311 8313 8199 0 -1 64 10381 0 0 0 76 5 0 0 16 0 13 0 128289425 1840103424 42333 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1796976 CPUtime=0.86
/proc/8313/task/8317/stat : 8317 (java) S 8311 8313 8199 0 -1 64 9841 0 0 0 82 4 0 0 16 0 13 0 128289425 1840103424 42333 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1796976 CPUtime=0.02
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 11 0 0 0 1 1 0 0 16 0 13 0 128289428 1840103424 42333 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1796976 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128289428 1840103424 42333 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=8313/tid=8318] ppid=8311 vsize=1800380 CPUtime=0.63
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 266 0 0 0 32 31 0 0 16 0 13 0 128289428 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128289442 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1800380 CPUtime=2.54
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 10290 0 0 0 250 4 0 0 17 0 13 0 128289442 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1800380 CPUtime=1.26
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 2900 0 0 0 125 1 0 0 16 0 13 0 128289442 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128289442 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128289442 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8326] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8326/stat : 8326 (java) S 8311 8313 8199 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 128289813 1843589120 99760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.48
Current children cumulated vsize (KiB) 1800380

[startup+1662.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/90 8524
/proc/meminfo: memFree=1330360/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1800380 CPUtime=1674.85
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 215471 0 1 0 167255 230 0 0 18 0 13 0 128289422 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 450095 101736 1327 9 0 447706 0
[pid=8313/tid=8315] ppid=8311 vsize=1800380 CPUtime=1643.76
/proc/8313/task/8315/stat : 8315 (java) R 8311 8313 8199 0 -1 64 124431 0 1 0 164307 69 0 0 19 0 13 0 128289424 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109854753 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1800380 CPUtime=13.21
/proc/8313/task/8316/stat : 8316 (java) S 8311 8313 8199 0 -1 64 39116 0 0 0 1257 64 0 0 16 0 13 0 128289425 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1800380 CPUtime=13.38
/proc/8313/task/8317/stat : 8317 (java) S 8311 8313 8199 0 -1 64 37742 0 0 0 1280 58 0 0 16 0 13 0 128289425 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1800380 CPUtime=0.65
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 270 0 0 0 34 31 0 0 16 0 13 0 128289428 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128289442 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1800380 CPUtime=2.54
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 10290 0 0 0 250 4 0 0 17 0 13 0 128289442 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1800380 CPUtime=1.26
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 2900 0 0 0 125 1 0 0 16 0 13 0 128289442 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128289442 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128289442 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8326] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8326/stat : 8326 (java) S 8311 8313 8199 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 128289813 1843589120 101736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.85
Current children cumulated vsize (KiB) 1800380

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/90 8524
/proc/meminfo: memFree=1330552/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1800380 CPUtime=1735.2
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 217571 0 1 0 173285 235 0 0 18 0 13 0 128289422 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 450095 101654 1327 9 0 447706 0
[pid=8313/tid=8315] ppid=8311 vsize=1800380 CPUtime=1703.13
/proc/8313/task/8315/stat : 8315 (java) R 8311 8313 8199 0 -1 64 125793 0 1 0 170244 69 0 0 25 0 13 0 128289424 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109860925 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1800380 CPUtime=13.68
/proc/8313/task/8316/stat : 8316 (java) S 8311 8313 8199 0 -1 64 39553 0 0 0 1303 65 0 0 16 0 13 0 128289425 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1800380 CPUtime=13.85
/proc/8313/task/8317/stat : 8317 (java) S 8311 8313 8199 0 -1 64 38036 0 0 0 1324 61 0 0 16 0 13 0 128289425 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1800380 CPUtime=0.67
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 277 0 0 0 35 32 0 0 16 0 13 0 128289428 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128289442 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1800380 CPUtime=2.54
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 10290 0 0 0 250 4 0 0 17 0 13 0 128289442 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1800380 CPUtime=1.26
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 2900 0 0 0 125 1 0 0 16 0 13 0 128289442 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128289442 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128289442 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8326] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8326/stat : 8326 (java) S 8311 8313 8199 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 128289813 1843589120 101654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.2
Current children cumulated vsize (KiB) 1800380

[startup+1782.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/90 8524
/proc/meminfo: memFree=1332728/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1800380 CPUtime=1795.56
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 219397 0 1 0 179316 240 0 0 18 0 13 0 128289422 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 450095 101093 1327 9 0 447706 0
[pid=8313/tid=8315] ppid=8311 vsize=1800380 CPUtime=1762.52
/proc/8313/task/8315/stat : 8315 (java) R 8311 8313 8199 0 -1 64 126483 0 1 0 176182 70 0 0 21 0 13 0 128289424 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855439 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1800380 CPUtime=14.16
/proc/8313/task/8316/stat : 8316 (java) S 8311 8313 8199 0 -1 64 40099 0 0 0 1350 66 0 0 16 0 13 0 128289425 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1800380 CPUtime=14.33
/proc/8313/task/8317/stat : 8317 (java) S 8311 8313 8199 0 -1 64 38624 0 0 0 1370 63 0 0 16 0 13 0 128289425 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1800380 CPUtime=0.69
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 279 0 0 0 36 33 0 0 16 0 13 0 128289428 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128289442 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1800380 CPUtime=2.54
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 10290 0 0 0 250 4 0 0 17 0 13 0 128289442 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1800380 CPUtime=1.26
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 2900 0 0 0 125 1 0 0 16 0 13 0 128289442 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128289442 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128289442 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8326] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8326/stat : 8326 (java) S 8311 8313 8199 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 128289813 1843589120 101093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (KiB) 1800380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.8 s]
/proc/loadavg: 0.99 1.00 0.99 2/90 8524
/proc/meminfo: memFree=1332792/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=1800380 CPUtime=1800.09
/proc/8313/stat : 8313 (java) S 8311 8313 8199 0 -1 0 219402 0 1 0 179769 240 0 0 18 0 13 0 128289422 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 450095 101077 1327 9 0 447706 0
[pid=8313/tid=8315] ppid=8311 vsize=1800380 CPUtime=1766.99
/proc/8313/task/8315/stat : 8315 (java) R 8311 8313 8199 0 -1 64 126488 0 1 0 176629 70 0 0 25 0 13 0 128289424 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109862184 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8316] ppid=8311 vsize=1800380 CPUtime=14.2
/proc/8313/task/8316/stat : 8316 (java) S 8311 8313 8199 0 -1 64 40099 0 0 0 1354 66 0 0 16 0 13 0 128289425 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8317] ppid=8311 vsize=1800380 CPUtime=14.36
/proc/8313/task/8317/stat : 8317 (java) S 8311 8313 8199 0 -1 64 38624 0 0 0 1373 63 0 0 16 0 13 0 128289425 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8318] ppid=8311 vsize=1800380 CPUtime=0.69
/proc/8313/task/8318/stat : 8318 (java) S 8311 8313 8199 0 -1 64 279 0 0 0 36 33 0 0 16 0 13 0 128289428 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8319] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8319/stat : 8319 (java) S 8311 8313 8199 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8320] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8320/stat : 8320 (java) S 8311 8313 8199 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128289428 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8321] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8321/stat : 8321 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128289442 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8322] ppid=8311 vsize=1800380 CPUtime=2.54
/proc/8313/task/8322/stat : 8322 (java) S 8311 8313 8199 0 -1 64 10290 0 0 0 250 4 0 0 17 0 13 0 128289442 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8323] ppid=8311 vsize=1800380 CPUtime=1.26
/proc/8313/task/8323/stat : 8323 (java) S 8311 8313 8199 0 -1 64 2900 0 0 0 125 1 0 0 16 0 13 0 128289442 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8313/tid=8324] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8324/stat : 8324 (java) S 8311 8313 8199 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128289442 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8325] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8325/stat : 8325 (java) S 8311 8313 8199 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128289442 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8313/tid=8326] ppid=8311 vsize=1800380 CPUtime=0
/proc/8313/task/8326/stat : 8326 (java) S 8311 8313 8199 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 128289813 1843589120 101077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1800380

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

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

[startup+1786.91 s]
/proc/loadavg: 0.99 1.00 0.99 2/90 8524
/proc/meminfo: memFree=1332792/2055920 swapFree=4191880/4192956
[pid=8313] ppid=8311 vsize=0 CPUtime=1800.21
/proc/8313/stat : 8313 (java) Z 8311 8313 8199 0 -1 1036 219423 0 1 0 179776 245 0 0 15 0 2 0 128289422 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8313/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.94
CPU time (s): 1800.23
CPU user time (s): 1797.76
CPU system time (s): 2.46962
CPU usage (%): 100.744
Max. virtual memory (cumulated for all children) (KiB): 1801704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.76
system time used= 2.46962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219423
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= 57788
involuntary context switches= 45841

runsolver used 2.12968 second user time and 5.9261 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Apr 14 03:48:38 UTC 2007

IDJOB= 350586
IDBENCH= 1522
IDSOLVER= 164
FILE ID= node7/350586-1176522518

PBS_JOBID= 4556715

Free space on /tmp= 66516 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  62188545cf171da3270e2dece04174fd

RANDOM SEED= 669863056

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1734904 kB
Buffers:         36276 kB
Cached:         187136 kB
SwapCached:        376 kB
Active:          53256 kB
Inactive:       212552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734904 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7740 kB
Writeback:           0 kB
Mapped:          59468 kB
Slab:            40652 kB
Committed_AS:  2763496 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB

End job on node7 on Sat Apr 14 04:18:27 UTC 2007