Trace number 1854610

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.3 1770.79

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin14.opb
MD5SUM321349c7a7114538010c83c600c72ae9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark33.2019
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables8281
Total number of constraints826
Number of constraints which are clauses364
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint91
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 171
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.13/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.43	c See www.sat4j.org for details.
0.13/0.44	c version 2.1.1.v20090612
0.13/0.44	c sun.arch.data.model	32
0.13/0.44	c java.version	1.6.0_12
0.13/0.44	c os.name	Linux
0.13/0.44	c os.version	2.6.9-22.EL.rootsmp
0.13/0.44	c os.arch	i386
0.13/0.44	c Free memory 1342000320
0.13/0.44	c Max memory 1344274432
0.13/0.44	c Total memory 1344274432
0.13/0.44	c Number of processors 2
0.26/0.52	c Pseudo Boolean Optimization
0.26/0.52	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.26/0.52	c --- Begin Solver configuration ---
0.26/0.52	c Stops conflict analysis at the first Unique Implication Point
0.26/0.52	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1d520c4
0.26/0.52	c Learn all clauses as in MiniSAT
0.26/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.52	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.26/0.52	c No reason simplification
0.26/0.52	c MiniSAT restarts strategy
0.26/0.52	c Memory based learned constraints deletion strategy
0.26/0.52	c timeout=2147483s
0.26/0.52	c DB Simplification allowed=false
0.26/0.52	c --- End Solver configuration ---
0.26/0.52	c solving HOME/instance-1854610-1244858715.opb
0.26/0.52	c reading problem ... 
1.44/1.37	c ... done. Wall clock time 0.853s.
1.44/1.37	c #vars     8281
1.44/1.37	c #constraints  826
1.44/1.37	c constraints type 
1.44/1.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 364
1.44/1.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 462
1800.10/1770.61	c starts		: 8
1800.10/1770.61	c conflicts		: 3416
1800.10/1770.61	c decisions		: 37720
1800.10/1770.61	c propagations		: 504290
1800.10/1770.61	c inspects		: 50119105
1800.10/1770.61	c learnt literals	: 0
1800.10/1770.61	c learnt binary clauses	: 0
1800.10/1770.61	c learnt ternary clauses	: 0
1800.10/1770.61	c learnt clauses	: 3415
1800.10/1770.61	c ignored clauses	: 0
1800.10/1770.61	c root simplifications	: 0
1800.10/1770.61	c removed literals (reason simplification)	: 0
1800.10/1770.61	c reason swapping (by a shorter reason)	: 0
1800.10/1770.61	c Calls to reduceDB	: 0
1800.10/1770.61	c speed (assignments/second)	: 285.03183003333066
1800.10/1770.61	c non guided choices	1069
1800.10/1770.62	c learnt constraints type 
1800.10/1770.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 545
1800.10/1770.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2870
1800.10/1770.62	c constraints type 
1800.10/1770.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 364
1800.10/1770.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 462
1800.10/1770.62	s UNKNOWN
1800.10/1770.62	c Total wall clock time (in seconds): 1770.104

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1854610-1244858715/watcher-1854610-1244858715 -o /tmp/evaluation-result-1854610-1244858715/solver-1854610-1244858715 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854610-1244858715.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.48 1.47 1.79 3/64 15351
/proc/meminfo: memFree=857784/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=18576 CPUtime=0
/proc/15351/stat : 15351 (runsolver) D 15349 15351 15314 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 153471887 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15351/statm: 4644 284 249 26 0 2626 0

[startup+0.0363061 s]
/proc/loadavg: 0.48 1.47 1.79 3/64 15351
/proc/meminfo: memFree=857784/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=200 CPUtime=0
/proc/15351/stat : 15351 (java6) D 15349 15351 15314 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 153471887 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 2605988 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/15351/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101311 s]
/proc/loadavg: 0.48 1.47 1.79 3/64 15351
/proc/meminfo: memFree=857784/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=12928 CPUtime=0
/proc/15351/stat : 15351 (java) D 15349 15351 15314 0 -1 0 343 0 14 0 0 0 0 0 18 0 1 0 153471887 13238272 165 1992294400 134512640 134550932 4294956000 18446744073709551615 2610183 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/15351/statm: 3232 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.301333 s]
/proc/loadavg: 0.48 1.47 1.79 3/64 15351
/proc/meminfo: memFree=857784/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1470088 CPUtime=0.07
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 3206 0 69 0 3 4 0 0 18 0 7 0 153471887 1505370112 3019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 367522 3019 1020 9 0 364873 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470088

[startup+0.701382 s]
/proc/loadavg: 0.48 1.47 1.79 3/64 15351
/proc/meminfo: memFree=857784/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1474644 CPUtime=0.53
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 5333 0 69 0 47 6 0 0 18 0 12 0 153471887 1510035456 5069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 368661 5069 1371 9 0 366004 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1474644

[startup+1.50246 s]
/proc/loadavg: 0.48 1.47 1.79 4/76 15363
/proc/meminfo: memFree=823512/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1478980 CPUtime=1.76
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 16783 0 69 0 164 12 0 0 18 0 13 0 153471887 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 369745 15797 1413 9 0 367088 0
[pid=15351/tid=15353] ppid=15349 vsize=1478980 CPUtime=0.91
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 13669 0 19 0 82 9 0 0 25 0 13 0 153471904 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4109161478 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1478980 CPUtime=0
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153471911 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1478980 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153471911 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1478980 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153471915 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1478980 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 153471915 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1478980 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153471915 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1478980 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1478980 CPUtime=0.38
/proc/15351/task/15360/stat : 15360 (java) R 15349 15351 15314 0 -1 64 1075 0 0 0 38 0 0 0 16 0 13 0 153471923 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 106262176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1478980 CPUtime=0.42
/proc/15351/task/15361/stat : 15361 (java) R 15349 15351 15314 0 -1 64 1340 0 0 0 42 0 0 0 16 0 13 0 153471923 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1478980 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1478980 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1514475520 15797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 1478980

[startup+3.10162 s]
/proc/loadavg: 0.48 1.47 1.79 4/77 15364
/proc/meminfo: memFree=770256/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1490408 CPUtime=4.4
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 41559 0 69 0 418 22 0 0 18 0 13 0 153471887 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 372602 36853 1427 9 0 369945 0
[pid=15351/tid=15353] ppid=15349 vsize=1490408 CPUtime=2.01
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 30956 0 19 0 186 15 0 0 21 0 13 0 153471904 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4109576848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1490408 CPUtime=0.01
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 350 0 0 0 1 0 0 0 16 0 13 0 153471911 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1490408 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 445 0 0 0 0 0 0 0 16 0 13 0 153471911 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1490408 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153471915 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1490408 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153471915 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1490408 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153471915 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1490408 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1490408 CPUtime=1.21
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 15314 0 -1 64 3634 0 0 0 119 2 0 0 18 0 13 0 153471923 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1490408 CPUtime=1.12
/proc/15351/task/15361/stat : 15361 (java) S 15349 15351 15314 0 -1 64 5467 0 0 0 110 2 0 0 17 0 13 0 153471923 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1490408 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1490408 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15364] ppid=15349 vsize=1490408 CPUtime=0
/proc/15351/task/15364/stat : 15364 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153472030 1526177792 36853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1490408

[startup+6.30295 s]
/proc/loadavg: 0.52 1.47 1.79 2/77 15364
/proc/meminfo: memFree=699344/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1489800 CPUtime=7.85
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 44396 0 69 0 762 23 0 0 18 0 13 0 153471887 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 372450 39328 1427 9 0 369793 0
[pid=15351/tid=15353] ppid=15349 vsize=1489800 CPUtime=5.11
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 30964 0 19 0 496 15 0 0 25 0 13 0 153471904 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4109837095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1489800 CPUtime=0.07
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 1816 0 0 0 7 0 0 0 17 0 13 0 153471911 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1489800 CPUtime=0.06
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 1746 0 0 0 6 0 0 0 17 0 13 0 153471911 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 153471915 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153471915 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153471915 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1489800 CPUtime=1.3
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 15314 0 -1 64 3639 0 0 0 128 2 0 0 16 0 13 0 153471923 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1489800 CPUtime=1.25
/proc/15351/task/15361/stat : 15361 (java) S 15349 15351 15314 0 -1 64 5501 0 0 0 123 2 0 0 16 0 13 0 153471923 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) R 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15364] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15364/stat : 15364 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153472030 1525555200 39328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 1489800

[startup+12.7016 s]
/proc/loadavg: 0.56 1.46 1.78 2/77 15364
/proc/meminfo: memFree=657424/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1489800 CPUtime=14.75
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 55740 0 69 0 1447 28 0 0 18 0 13 0 153471887 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 372450 49818 1429 9 0 369793 0
[pid=15351/tid=15353] ppid=15349 vsize=1489800 CPUtime=11.27
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 35658 0 19 0 1110 17 0 0 25 0 13 0 153471904 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4109841472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1489800 CPUtime=0.23
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 5450 0 0 0 22 1 0 0 15 0 13 0 153471911 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1489800 CPUtime=0.22
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 4731 0 0 0 20 2 0 0 16 0 13 0 153471911 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 153471915 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153471915 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153471915 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1489800 CPUtime=1.61
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 15314 0 -1 64 3665 0 0 0 159 2 0 0 16 0 13 0 153471923 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1489800 CPUtime=1.35
/proc/15351/task/15361/stat : 15361 (java) S 15349 15351 15314 0 -1 64 5506 0 0 0 133 2 0 0 16 0 13 0 153471923 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15364] ppid=15349 vsize=1489800 CPUtime=0
/proc/15351/task/15364/stat : 15364 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153472030 1525555200 49818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 1489800

[startup+25.5029 s]
/proc/loadavg: 0.66 1.43 1.77 2/77 15364
/proc/meminfo: memFree=645520/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1488516 CPUtime=27.69
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 57810 0 69 0 2739 30 0 0 18 0 13 0 153471887 1524240384 51345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 372129 51345 1429 9 0 369472 0
[pid=15351/tid=15353] ppid=15349 vsize=1488516 CPUtime=23.93
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 35677 0 19 0 2376 17 0 0 21 0 13 0 153471904 1524240384 51345 1992294400 134512640 134550932 4294956000 18446744073709551615 4109841512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1488516 CPUtime=0.35
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 6613 0 0 0 33 2 0 0 15 0 13 0 153471911 1524240384 51345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1488516 CPUtime=0.35
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 5619 0 0 0 32 3 0 0 16 0 13 0 153471911 1524240384 51345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 153471915 1524240384 51345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1488516 CPUtime=0

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

[pid=15351/tid=15356] ppid=15349 vsize=1488516 CPUtime=0.35
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 38 0 0 0 24 11 0 0 16 0 13 0 153471915 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1488516 CPUtime=1.67
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 15314 0 -1 64 3665 0 0 0 165 2 0 0 16 0 13 0 153471923 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1488516 CPUtime=1.68
/proc/15351/task/15361/stat : 15361 (java) S 15349 15351 15314 0 -1 64 5521 0 0 0 166 2 0 0 16 0 13 0 153471923 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15364] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15364/stat : 15364 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153472030 1524240384 181389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.67
Current children cumulated vsize (KiB) 1488516

[startup+1602.3 s]
/proc/loadavg: 1.03 1.03 1.13 2/77 15364
/proc/meminfo: memFree=110488/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1488516 CPUtime=1628.63
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 206202 0 69 0 162719 144 0 0 18 0 13 0 153471887 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 372129 184714 1434 9 0 369472 0
[pid=15351/tid=15353] ppid=15349 vsize=1488516 CPUtime=1574.61
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 37412 0 19 0 157436 25 0 0 25 0 13 0 153471904 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4109679924 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1488516 CPUtime=25.09
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 79407 0 0 0 2460 49 0 0 17 0 13 0 153471911 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1488516 CPUtime=25.14
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 79462 0 0 0 2464 50 0 0 16 0 13 0 153471911 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1488516 CPUtime=0.37
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 38 0 0 0 25 12 0 0 16 0 13 0 153471915 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1488516 CPUtime=1.67
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 15314 0 -1 64 3665 0 0 0 165 2 0 0 16 0 13 0 153471923 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1488516 CPUtime=1.68
/proc/15351/task/15361/stat : 15361 (java) S 15349 15351 15314 0 -1 64 5521 0 0 0 166 2 0 0 16 0 13 0 153471923 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15364] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15364/stat : 15364 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153472030 1524240384 184714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.63
Current children cumulated vsize (KiB) 1488516

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.12 2/77 15364
/proc/meminfo: memFree=100888/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1488516 CPUtime=1689.38
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 208839 0 69 0 168792 146 0 0 18 0 13 0 153471887 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 372129 187178 1434 9 0 369472 0
[pid=15351/tid=15353] ppid=15349 vsize=1488516 CPUtime=1633.79
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 37445 0 19 0 163354 25 0 0 17 0 13 0 153471904 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4109679744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1488516 CPUtime=25.86
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 80279 0 0 0 2537 49 0 0 17 0 13 0 153471911 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1488516 CPUtime=25.92
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 81194 0 0 0 2541 51 0 0 16 0 13 0 153471911 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1488516 CPUtime=0.37
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 38 0 0 0 25 12 0 0 16 0 13 0 153471915 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1488516 CPUtime=1.67
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 15314 0 -1 64 3665 0 0 0 165 2 0 0 16 0 13 0 153471923 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1488516 CPUtime=1.68
/proc/15351/task/15361/stat : 15361 (java) S 15349 15351 15314 0 -1 64 5521 0 0 0 166 2 0 0 16 0 13 0 153471923 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15364] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15364/stat : 15364 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153472030 1524240384 187178 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.38
Current children cumulated vsize (KiB) 1488516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/77 15364
/proc/meminfo: memFree=84312/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1488516 CPUtime=1750.73
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 213144 0 69 0 174922 151 0 0 18 0 13 0 153471887 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 372129 191228 1434 9 0 369472 0
[pid=15351/tid=15353] ppid=15349 vsize=1488516 CPUtime=1692.36
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 37516 0 19 0 169211 25 0 0 25 0 13 0 153471904 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4109679904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1488516 CPUtime=27.25
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 82350 0 0 0 2674 51 0 0 15 0 13 0 153471911 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1488516 CPUtime=27.31
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 83356 0 0 0 2677 54 0 0 16 0 13 0 153471911 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1488516 CPUtime=0.38
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 39 0 0 0 26 12 0 0 16 0 13 0 153471915 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1488516 CPUtime=1.67
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 15314 0 -1 64 3665 0 0 0 165 2 0 0 16 0 13 0 153471923 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1488516 CPUtime=1.68
/proc/15351/task/15361/stat : 15361 (java) S 15349 15351 15314 0 -1 64 5521 0 0 0 166 2 0 0 16 0 13 0 153471923 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15364] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15364/stat : 15364 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153472030 1524240384 191228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.73
Current children cumulated vsize (KiB) 1488516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.6 s]
/proc/loadavg: 1.06 1.03 1.10 2/77 15364
/proc/meminfo: memFree=70744/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=1488516 CPUtime=1800.1
/proc/15351/stat : 15351 (java) S 15349 15351 15314 0 -1 0 216824 0 69 0 179855 155 0 0 18 0 13 0 153471887 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 372129 194607 1434 9 0 369472 0
[pid=15351/tid=15353] ppid=15349 vsize=1488516 CPUtime=1739.52
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 15314 0 -1 64 37575 0 19 0 173926 26 0 0 25 0 13 0 153471904 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4109791354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15354] ppid=15349 vsize=1488516 CPUtime=28.34
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 15314 0 -1 64 83855 0 0 0 2782 52 0 0 16 0 13 0 153471911 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=1488516 CPUtime=28.41
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 15314 0 -1 64 85471 0 0 0 2785 56 0 0 16 0 13 0 153471911 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15356] ppid=15349 vsize=1488516 CPUtime=0.4
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 15314 0 -1 64 40 0 0 0 27 13 0 0 15 0 13 0 153471915 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15357] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 15314 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15358] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 15314 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153471915 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15359] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 153471923 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15360] ppid=15349 vsize=1488516 CPUtime=1.67
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 15314 0 -1 64 3665 0 0 0 165 2 0 0 16 0 13 0 153471923 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15361] ppid=15349 vsize=1488516 CPUtime=1.68
/proc/15351/task/15361/stat : 15361 (java) S 15349 15351 15314 0 -1 64 5521 0 0 0 166 2 0 0 16 0 13 0 153471923 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15362] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15362/stat : 15362 (java) S 15349 15351 15314 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153471923 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15363] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15363/stat : 15363 (java) S 15349 15351 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153471923 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15351/tid=15364] ppid=15349 vsize=1488516 CPUtime=0
/proc/15351/task/15364/stat : 15364 (java) S 15349 15351 15314 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153472030 1524240384 194607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1488516

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

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

[startup+1770.71 s]
/proc/loadavg: 1.06 1.03 1.10 2/77 15364
/proc/meminfo: memFree=70744/2055920 swapFree=4191900/4192956
[pid=15351] ppid=15349 vsize=0 CPUtime=1800.22
/proc/15351/stat : 15351 (java) Z 15349 15351 15314 0 -1 1036 216847 0 69 0 179862 160 0 0 16 0 2 0 153471887 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15351/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.79
CPU time (s): 1800.3
CPU user time (s): 1798.62
CPU system time (s): 1.67874
CPU usage (%): 101.667
Max. virtual memory (cumulated for all children) (KiB): 1494216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.67874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216847
page faults= 69
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56132
involuntary context switches= 39682

runsolver used 1.9977 second user time and 4.97124 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-13 04:05:16
IDJOB=1854610
IDBENCH=1156
IDSOLVER=681
FILE ID=node24/1854610-1244858715
PBS_JOBID= 9354334
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin14.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1854610-1244858715/watcher-1854610-1244858715 -o /tmp/evaluation-result-1854610-1244858715/solver-1854610-1244858715 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854610-1244858715.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 321349c7a7114538010c83c600c72ae9
RANDOM SEED=419385607

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

/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:        858328 kB
Buffers:         56092 kB
Cached:        1074160 kB
SwapCached:        384 kB
Active:          41112 kB
Inactive:      1101900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        858328 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1016 kB
Writeback:           0 kB
Mapped:          21160 kB
Slab:            40532 kB
Committed_AS:   144420 kB
PageTables:       1444 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= 66416 MiB
End job on node24 at 2009-06-13 04:34:48