Trace number 355026

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.17 1755.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_15.opb
MD5SUM76cbd1f5f345389511b95f4555e7fed1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark179
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 179
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8415
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8414
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 105
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 232
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1558
Number of bits of the biggest sum of numbers11
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.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.21	--- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c No reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c Simplify asserted PB constraints to clauses
0.20/0.21	c solving /tmp/evaluation/355026-1176754513/instance-355026-1176754513.opb
0.20/0.21	c reading problem ... 
3.87/2.70	c ... done. Wall clock time 2.49s.
3.87/2.70	c CPU time (experimental) 2.1s.
3.87/2.70	c #vars     4320
3.87/2.70	c #constraints  8414
1800.04/1754.91	c starts		: 2
1800.04/1754.91	c conflicts		: 66639
1800.04/1754.91	c decisions		: 80610
1800.04/1754.91	c propagations		: 3559743
1800.04/1754.91	c inspects		: 818578139
1800.04/1754.91	c learnt literals	: 0
1800.04/1754.91	c learnt binary clauses	: 0
1800.04/1754.91	c learnt ternary clauses	: 0
1800.04/1754.91	c learnt clauses	: 66638
1800.04/1754.91	c root simplifications	: 0
1800.04/1754.91	c removed literals (reason simplification)	: 0
1800.04/1754.91	c reason swapping (by a shorter reason)	: 0
1800.04/1754.91	c Calls to reduceDB	: 0
1800.04/1754.91	c speed (decisions/second)	: 46.004943491136586
1800.04/1754.91	c non guided choices	4162
1800.04/1754.91	s UNKNOWN
1800.04/1754.91	c Total wall clock time (ms): 1754.705

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/node5/watcher-355026-1176754513 -o ROOT/results/node5/solver-355026-1176754513 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355026-1176754513/sat4jPseudoCPClause.jar /tmp/evaluation/355026-1176754513/instance-355026-1176754513.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 1.00 0.99 2/77 8215
/proc/meminfo: memFree=1660872/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=316 CPUtime=0
/proc/8215/stat : 8215 (java) R 8213 8215 7252 0 -1 0 57 0 0 0 0 0 0 0 18 0 1 0 151488997 323584 41 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7895693 0 0 4096 0 0 0 0 17 1 0 0
/proc/8215/statm: 81 42 31 9 0 6 0

[startup+0.0979859 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 8215
/proc/meminfo: memFree=1660872/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1779200 CPUtime=0.07
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 3893 0 1 0 5 2 0 0 18 0 10 0 151488997 1821900800 3635 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 444800 3635 1097 9 0 442436 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1779200

[startup+0.101984 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 8215
/proc/meminfo: memFree=1660872/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1780112 CPUtime=0.08
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 3957 0 1 0 6 2 0 0 18 0 12 0 151488997 1822834688 3699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 445028 3699 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302005 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 8215
/proc/meminfo: memFree=1660872/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1782436 CPUtime=0.3
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 5145 0 1 0 27 3 0 0 18 0 12 0 151488997 1825214464 4884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 445609 4884 1264 9 0 443220 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782436

[startup+0.701051 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 8215
/proc/meminfo: memFree=1660872/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1785848 CPUtime=0.98
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 7524 0 1 0 94 4 0 0 18 0 12 0 151488997 1828708352 6947 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 446462 6947 1310 9 0 444073 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1785848

[startup+1.50115 s]
/proc/loadavg: 0.99 1.00 0.99 4/89 8227
/proc/meminfo: memFree=1618664/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1796804 CPUtime=2.55
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 23418 0 1 0 244 11 0 0 18 0 12 0 151488997 1839927296 19219 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 449201 19221 1311 9 0 446812 0
[pid=8215/tid=8217] ppid=8213 vsize=1796804 CPUtime=1.01
/proc/8215/task/8217/stat : 8217 (java) R 8213 8215 7252 0 -1 64 14697 0 1 0 94 7 0 0 18 0 12 0 151488998 1839927296 19222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1796804 CPUtime=0
/proc/8215/task/8218/stat : 8218 (java) S 8213 8215 7252 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 151489000 1839927296 19222 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1796804 CPUtime=0
/proc/8215/task/8219/stat : 8219 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 151489000 1839927296 19223 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1796804 CPUtime=0
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 151489002 1839927296 19225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1796804 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 151489003 1839927296 19226 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1796804 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 151489003 1839927296 19227 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1796804 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 151489006 1839927296 19227 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1796804 CPUtime=0.71
/proc/8215/task/8224/stat : 8224 (java) R 8213 8215 7252 0 -1 64 4662 0 0 0 69 2 0 0 18 0 12 0 151489006 1839927296 19228 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103335909 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1796804 CPUtime=0.82
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 3340 0 0 0 81 1 0 0 18 0 12 0 151489006 1839927296 19230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1796804 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 151489006 1839927296 19231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1796804 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 151489007 1839927296 19232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1796804

[startup+3.10233 s]
/proc/loadavg: 0.99 1.00 0.99 3/89 8227
/proc/meminfo: memFree=1528232/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1795308 CPUtime=4.58
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 52073 0 1 0 433 25 0 0 18 0 13 0 151488997 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 448827 46166 1329 9 0 446438 0
[pid=8215/tid=8217] ppid=8213 vsize=1795308 CPUtime=2.45
/proc/8215/task/8217/stat : 8217 (java) R 8213 8215 7252 0 -1 64 37730 0 1 0 227 18 0 0 23 0 13 0 151488998 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109821828 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1795308 CPUtime=0.07
/proc/8215/task/8218/stat : 8218 (java) S 8213 8215 7252 0 -1 64 2444 0 0 0 6 1 0 0 16 0 13 0 151489000 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1795308 CPUtime=0.06
/proc/8215/task/8219/stat : 8219 (java) S 8213 8215 7252 0 -1 64 1848 0 0 0 6 0 0 0 17 0 13 0 151489000 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1795308 CPUtime=0
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 151489002 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795308 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1795308 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151489003 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1795308 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151489006 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1795308 CPUtime=0.9
/proc/8215/task/8224/stat : 8224 (java) S 8213 8215 7252 0 -1 64 5053 0 0 0 88 2 0 0 16 0 13 0 151489006 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1795308 CPUtime=1.05
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 4267 0 0 0 104 1 0 0 16 0 13 0 151489006 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1795308 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 151489006 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1795308 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151489007 1838395392 46166 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1795308

[startup+6.30269 s]
/proc/loadavg: 1.07 1.02 0.99 2/90 8228
/proc/meminfo: memFree=1458976/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1795212 CPUtime=9.06
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 63430 0 1 0 874 32 0 0 18 0 13 0 151488997 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 448803 52634 1332 9 0 446414 0
[pid=8215/tid=8217] ppid=8213 vsize=1795212 CPUtime=5.28
/proc/8215/task/8217/stat : 8217 (java) R 8213 8215 7252 0 -1 64 37741 0 1 0 510 18 0 0 25 0 13 0 151488998 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109714641 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1795212 CPUtime=0.24
/proc/8215/task/8218/stat : 8218 (java) S 8213 8215 7252 0 -1 64 5980 0 0 0 21 3 0 0 17 0 13 0 151489000 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1795212 CPUtime=0.24
/proc/8215/task/8219/stat : 8219 (java) S 8213 8215 7252 0 -1 64 4974 0 0 0 22 2 0 0 16 0 13 0 151489000 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 151489002 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151489006 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1795212 CPUtime=1.53
/proc/8215/task/8224/stat : 8224 (java) S 8213 8215 7252 0 -1 64 7883 0 0 0 150 3 0 0 16 0 13 0 151489006 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1795212 CPUtime=1.71
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 6115 0 0 0 169 2 0 0 16 0 13 0 151489006 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 151489006 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151489007 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8228] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8228/stat : 8228 (java) S 8213 8215 7252 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 151489268 1838297088 52634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.06
Current children cumulated vsize (KiB) 1795212

[startup+12.7024 s]
/proc/loadavg: 1.07 1.02 0.99 2/90 8228
/proc/meminfo: memFree=1432480/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1795212 CPUtime=15.91
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 70236 0 1 0 1556 35 0 0 18 0 13 0 151488997 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 448803 58178 1332 9 0 446414 0
[pid=8215/tid=8217] ppid=8213 vsize=1795212 CPUtime=11.28
/proc/8215/task/8217/stat : 8217 (java) S 8213 8215 7252 0 -1 64 37748 0 1 0 1109 19 0 0 25 0 13 0 151488998 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1795212 CPUtime=0.59
/proc/8215/task/8218/stat : 8218 (java) R 8213 8215 7252 0 -1 64 10063 0 0 0 55 4 0 0 17 0 13 0 151489000 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1795212 CPUtime=0.59
/proc/8215/task/8219/stat : 8219 (java) R 8213 8215 7252 0 -1 64 7673 0 0 0 56 3 0 0 16 0 13 0 151489000 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 23 0 0 0 0 0 0 0 15 0 13 0 151489002 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151489006 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1795212 CPUtime=1.63
/proc/8215/task/8224/stat : 8224 (java) S 8213 8215 7252 0 -1 64 7890 0 0 0 160 3 0 0 16 0 13 0 151489006 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1795212 CPUtime=1.76
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 6116 0 0 0 174 2 0 0 17 0 13 0 151489006 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 151489006 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151489007 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8228] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8228/stat : 8228 (java) S 8213 8215 7252 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 151489268 1838297088 58178 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 1795212

[startup+25.5029 s]
/proc/loadavg: 1.05 1.01 0.99 2/90 8228
/proc/meminfo: memFree=1429664/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1795212 CPUtime=28.89
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 71672 0 1 0 2854 35 0 0 18 0 13 0 151488997 1838297088 58785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 448803 58785 1332 9 0 446414 0
[pid=8215/tid=8217] ppid=8213 vsize=1795212 CPUtime=23.89
/proc/8215/task/8217/stat : 8217 (java) R 8213 8215 7252 0 -1 64 37759 0 1 0 2370 19 0 0 25 0 13 0 151488998 1838297088 58785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109914397 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1795212 CPUtime=0.75
/proc/8215/task/8218/stat : 8218 (java) S 8213 8215 7252 0 -1 64 10890 0 0 0 71 4 0 0 16 0 13 0 151489000 1838297088 58785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1795212 CPUtime=0.76
/proc/8215/task/8219/stat : 8219 (java) S 8213 8215 7252 0 -1 64 8271 0 0 0 72 4 0 0 16 0 13 0 151489000 1838297088 58785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 151489002 1838297088 58785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 58785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8215/tid=8220] ppid=8213 vsize=1795212 CPUtime=0.18
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 28 0 0 0 11 7 0 0 15 0 13 0 151489002 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151489006 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1795212 CPUtime=1.72
/proc/8215/task/8224/stat : 8224 (java) S 8213 8215 7252 0 -1 64 7894 0 0 0 169 3 0 0 16 0 13 0 151489006 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1795212 CPUtime=1.83
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 6117 0 0 0 181 2 0 0 17 0 13 0 151489006 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 151489006 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151489007 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8228] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8228/stat : 8228 (java) S 8213 8215 7252 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 151489268 1838297088 108237 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1580.37
Current children cumulated vsize (KiB) 1795212

[startup+1602.3 s]
/proc/loadavg: 1.33 1.33 1.14 2/90 8230
/proc/meminfo: memFree=1224416/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1795212 CPUtime=1642.34
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 127982 0 1 0 164149 85 0 0 18 0 13 0 151488997 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 448803 110019 1334 9 0 446414 0
[pid=8215/tid=8217] ppid=8213 vsize=1795212 CPUtime=1562.37
/proc/8215/task/8217/stat : 8217 (java) R 8213 8215 7252 0 -1 64 38494 0 1 0 156206 31 0 0 25 0 13 0 151488998 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109859539 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1795212 CPUtime=37.99
/proc/8215/task/8218/stat : 8218 (java) S 8213 8215 7252 0 -1 64 39441 0 0 0 3780 19 0 0 17 0 13 0 151489000 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1795212 CPUtime=38.16
/proc/8215/task/8219/stat : 8219 (java) S 8213 8215 7252 0 -1 64 35284 0 0 0 3798 18 0 0 16 0 13 0 151489000 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1795212 CPUtime=0.19
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 29 0 0 0 12 7 0 0 16 0 13 0 151489002 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151489006 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1795212 CPUtime=1.72
/proc/8215/task/8224/stat : 8224 (java) S 8213 8215 7252 0 -1 64 7894 0 0 0 169 3 0 0 16 0 13 0 151489006 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1795212 CPUtime=1.83
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 6117 0 0 0 181 2 0 0 17 0 13 0 151489006 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 151489006 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151489007 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8228] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8228/stat : 8228 (java) S 8213 8215 7252 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 151489268 1838297088 110019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1642.34
Current children cumulated vsize (KiB) 1795212

[startup+1662.3 s]
/proc/loadavg: 1.12 1.27 1.13 2/90 8230
/proc/meminfo: memFree=1217888/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1795212 CPUtime=1704.33
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 129667 0 1 0 170347 86 0 0 18 0 13 0 151488997 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 448803 111644 1334 9 0 446414 0
[pid=8215/tid=8217] ppid=8213 vsize=1795212 CPUtime=1620.31
/proc/8215/task/8217/stat : 8217 (java) R 8213 8215 7252 0 -1 64 38521 0 1 0 161999 32 0 0 25 0 13 0 151488998 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109677864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1795212 CPUtime=40.01
/proc/8215/task/8218/stat : 8218 (java) S 8213 8215 7252 0 -1 64 40369 0 0 0 3981 20 0 0 16 0 13 0 151489000 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1795212 CPUtime=40.19
/proc/8215/task/8219/stat : 8219 (java) S 8213 8215 7252 0 -1 64 36014 0 0 0 4001 18 0 0 16 0 13 0 151489000 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1795212 CPUtime=0.19
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 29 0 0 0 12 7 0 0 16 0 13 0 151489002 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151489006 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1795212 CPUtime=1.72
/proc/8215/task/8224/stat : 8224 (java) S 8213 8215 7252 0 -1 64 7894 0 0 0 169 3 0 0 16 0 13 0 151489006 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1795212 CPUtime=1.83
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 6117 0 0 0 181 2 0 0 17 0 13 0 151489006 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 151489006 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151489007 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8228] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8228/stat : 8228 (java) S 8213 8215 7252 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 151489268 1838297088 111644 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.33
Current children cumulated vsize (KiB) 1795212

[startup+1722.3 s]
/proc/loadavg: 1.04 1.21 1.12 2/90 8230
/proc/meminfo: memFree=1211168/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1795212 CPUtime=1766.37
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 131468 0 1 0 176550 87 0 0 18 0 13 0 151488997 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 448803 113356 1334 9 0 446414 0
[pid=8215/tid=8217] ppid=8213 vsize=1795212 CPUtime=1678.21
/proc/8215/task/8217/stat : 8217 (java) R 8213 8215 7252 0 -1 64 38548 0 1 0 167789 32 0 0 22 0 13 0 151488998 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109820671 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1795212 CPUtime=42.09
/proc/8215/task/8218/stat : 8218 (java) S 8213 8215 7252 0 -1 64 41756 0 0 0 4188 21 0 0 16 0 13 0 151489000 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1795212 CPUtime=42.25
/proc/8215/task/8219/stat : 8219 (java) S 8213 8215 7252 0 -1 64 36401 0 0 0 4207 18 0 0 16 0 13 0 151489000 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1795212 CPUtime=0.19
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 29 0 0 0 12 7 0 0 15 0 13 0 151489002 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151489006 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1795212 CPUtime=1.72
/proc/8215/task/8224/stat : 8224 (java) S 8213 8215 7252 0 -1 64 7894 0 0 0 169 3 0 0 16 0 13 0 151489006 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1795212 CPUtime=1.83
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 6117 0 0 0 181 2 0 0 17 0 13 0 151489006 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 151489006 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151489007 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8228] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8228/stat : 8228 (java) S 8213 8215 7252 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 151489268 1838297088 113356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.37
Current children cumulated vsize (KiB) 1795212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1754.9 s]
/proc/loadavg: 1.07 1.20 1.12 2/90 8230
/proc/meminfo: memFree=1207392/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=1795212 CPUtime=1800.04
/proc/8215/stat : 8215 (java) S 8213 8215 7252 0 -1 0 132404 0 1 0 179915 89 0 0 18 0 13 0 151488997 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8215/statm: 448803 114264 1334 9 0 446414 0
[pid=8215/tid=8217] ppid=8213 vsize=1795212 CPUtime=1709.71
/proc/8215/task/8217/stat : 8217 (java) R 8213 8215 7252 0 -1 64 38562 0 1 0 170938 33 0 0 25 0 13 0 151488998 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109714641 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8218] ppid=8213 vsize=1795212 CPUtime=43.17
/proc/8215/task/8218/stat : 8218 (java) S 8213 8215 7252 0 -1 64 42391 0 0 0 4296 21 0 0 16 0 13 0 151489000 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8219] ppid=8213 vsize=1795212 CPUtime=43.34
/proc/8215/task/8219/stat : 8219 (java) S 8213 8215 7252 0 -1 64 36688 0 0 0 4316 18 0 0 17 0 13 0 151489000 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8220] ppid=8213 vsize=1795212 CPUtime=0.2
/proc/8215/task/8220/stat : 8220 (java) S 8213 8215 7252 0 -1 64 29 0 0 0 12 8 0 0 16 0 13 0 151489002 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8221] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8221/stat : 8221 (java) S 8213 8215 7252 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8222] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8222/stat : 8222 (java) S 8213 8215 7252 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 151489003 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8223] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8223/stat : 8223 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 151489006 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8224] ppid=8213 vsize=1795212 CPUtime=1.72
/proc/8215/task/8224/stat : 8224 (java) S 8213 8215 7252 0 -1 64 7894 0 0 0 169 3 0 0 16 0 13 0 151489006 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8225] ppid=8213 vsize=1795212 CPUtime=1.83
/proc/8215/task/8225/stat : 8225 (java) S 8213 8215 7252 0 -1 64 6117 0 0 0 181 2 0 0 17 0 13 0 151489006 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8215/tid=8226] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8226/stat : 8226 (java) S 8213 8215 7252 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 151489006 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8227] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8227/stat : 8227 (java) S 8213 8215 7252 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151489007 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8215/tid=8228] ppid=8213 vsize=1795212 CPUtime=0
/proc/8215/task/8228/stat : 8228 (java) S 8213 8215 7252 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 151489268 1838297088 114264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1795212

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

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

[startup+1755.01 s]
/proc/loadavg: 1.07 1.20 1.12 2/90 8230
/proc/meminfo: memFree=1207392/2055920 swapFree=4158744/4192956
[pid=8215] ppid=8213 vsize=0 CPUtime=1800.16
/proc/8215/stat : 8215 (java) Z 8213 8215 7252 0 -1 1036 132424 0 1 0 179920 96 0 0 16 0 2 0 151488997 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8215/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1755.02
CPU time (s): 1800.17
CPU user time (s): 1799.2
CPU system time (s): 0.963853
CPU usage (%): 102.572
Max. virtual memory (cumulated for all children) (KiB): 1798624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.963853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132424
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= 42946
involuntary context switches= 50294

runsolver used 1.60276 second user time and 4.86626 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Apr 16 20:15:13 UTC 2007

IDJOB= 355026
IDBENCH= 2935
IDSOLVER= 164
FILE ID= node5/355026-1176754513

PBS_JOBID= 4580701

Free space on /tmp= 66531 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_15.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355026-1176754513/sat4jPseudoCPClause.jar /tmp/evaluation/355026-1176754513/instance-355026-1176754513.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-355026-1176754513 -o ROOT/results/node5/solver-355026-1176754513 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355026-1176754513/sat4jPseudoCPClause.jar /tmp/evaluation/355026-1176754513/instance-355026-1176754513.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  76cbd1f5f345389511b95f4555e7fed1

RANDOM SEED= 332412685

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1661280 kB
Buffers:         92020 kB
Cached:         222408 kB
SwapCached:       3200 kB
Active:         182084 kB
Inactive:       158456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661280 kB
SwapTotal:     4192956 kB
SwapFree:      4158744 kB
Dirty:            5588 kB
Writeback:           0 kB
Mapped:          31660 kB
Slab:            39764 kB
Committed_AS:  8577212 kB
PageTables:       1724 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= 66531 MiB

End job on node5 on Mon Apr 16 20:44:30 UTC 2007