Trace number 1884645

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.53 1790

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/
parity-games/instance_n7_i7_pp.opb
MD5SUM63ce6f8a471ab0d3509010c2a9db939b
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark117.683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13041
Total number of constraints133580
Number of constraints which are clauses133580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint42
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 43
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1884645-1245259780.opb
0.22/0.21	c reading problem ... 
3.56/3.03	c ... done. Wall clock time 2.813s.
3.56/3.03	c #vars     13041
3.56/3.03	c #constraints  133580
3.56/3.03	c constraints type 
3.56/3.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24010
3.56/3.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 109570
1800.08/1789.72	c starts		: 20
1800.08/1789.72	c conflicts		: 448134
1800.08/1789.72	c decisions		: 715194
1800.08/1789.72	c propagations		: 264512812
1800.08/1789.72	c inspects		: 2791097310
1800.08/1789.72	c learnt literals	: 36
1800.08/1789.72	c learnt binary clauses	: 751
1800.08/1789.72	c learnt ternary clauses	: 1396
1800.08/1789.72	c learnt clauses	: 448097
1800.08/1789.72	c ignored clauses	: 0
1800.08/1789.72	c root simplifications	: 0
1800.08/1789.72	c removed literals (reason simplification)	: 0
1800.08/1789.72	c reason swapping (by a shorter reason)	: 0
1800.08/1789.72	c Calls to reduceDB	: 0
1800.08/1789.72	c speed (assignments/second)	: 148046.19937079214
1800.08/1789.72	c non guided choices	2195
1800.27/1789.87	c learnt constraints type 
1800.27/1789.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 447362
1800.27/1789.87	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 751
1800.27/1789.87	c constraints type 
1800.27/1789.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24010
1800.27/1789.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 109570
1800.27/1789.87	s UNKNOWN
1800.27/1789.87	c Total wall clock time (in seconds): 1789.66

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-1884645-1245259780/watcher-1884645-1245259780 -o /tmp/evaluation-result-1884645-1245259780/solver-1884645-1245259780 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884645-1245259780.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: 1.00 0.97 0.91 3/65 8892
/proc/meminfo: memFree=1797680/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=152 CPUtime=0
/proc/8892/stat : 8892 (java6) R 8890 8892 8452 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 11890324 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 3305771 0 0 4096 0 0 0 0 17 1 0 0
/proc/8892/statm: 38 26 19 9 0 4 0

[startup+0.0757771 s]
/proc/loadavg: 1.00 0.97 0.91 3/65 8892
/proc/meminfo: memFree=1797680/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1470220 CPUtime=0.06
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 3426 0 1 0 4 2 0 0 18 0 7 0 11890324 1505505280 3171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 367555 3171 1036 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101777 s]
/proc/loadavg: 1.00 0.97 0.91 3/65 8892
/proc/meminfo: memFree=1797680/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1472584 CPUtime=0.09
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 3638 0 1 0 7 2 0 0 18 0 12 0 11890324 1507926016 3381 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 368146 3381 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301795 s]
/proc/loadavg: 1.00 0.97 0.91 3/65 8892
/proc/meminfo: memFree=1797680/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1474968 CPUtime=0.34
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 5087 0 1 0 31 3 0 0 18 0 12 0 11890324 1510367232 4824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 368742 4824 1356 9 0 366085 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474968

[startup+0.701834 s]
/proc/loadavg: 1.00 0.97 0.91 3/65 8892
/proc/meminfo: memFree=1797680/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1476804 CPUtime=1.02
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 7499 0 1 0 97 5 0 0 18 0 12 0 11890324 1512247296 6711 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 369201 6711 1397 9 0 366544 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1476804

[startup+1.50291 s]
/proc/loadavg: 1.00 0.97 0.91 4/77 8904
/proc/meminfo: memFree=1762064/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1476984 CPUtime=1.95
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 22897 0 1 0 183 12 0 0 18 0 12 0 11890324 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 369246 22005 1404 9 0 366589 0
[pid=8892/tid=8894] ppid=8890 vsize=1476984 CPUtime=1.26
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 20355 0 1 0 116 10 0 0 25 0 12 0 11890325 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4109616635 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 11890326 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 11890326 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 11890328 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 11890328 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 11890328 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 11890332 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1476984 CPUtime=0.38
/proc/8892/task/8901/stat : 8901 (java) S 8890 8892 8452 0 -1 64 1068 0 0 0 38 0 0 0 16 0 12 0 11890333 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1476984 CPUtime=0.28
/proc/8892/task/8902/stat : 8902 (java) S 8890 8892 8452 0 -1 64 731 0 0 0 28 0 0 0 16 0 12 0 11890333 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 11890333 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 11890333 1512431616 22005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1476984

[startup+3.10206 s]
/proc/loadavg: 1.00 0.97 0.91 2/77 8904
/proc/meminfo: memFree=1666960/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1476984 CPUtime=3.7
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 37332 0 1 0 351 19 0 0 18 0 12 0 11890324 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 369246 36408 1423 9 0 366589 0
[pid=8892/tid=8894] ppid=8890 vsize=1476984 CPUtime=2.72
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 30954 0 1 0 257 15 0 0 18 0 12 0 11890325 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1476984 CPUtime=0.07
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 1792 0 0 0 7 0 0 0 17 0 12 0 11890326 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1476984 CPUtime=0.07
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 2003 0 0 0 7 0 0 0 16 0 12 0 11890326 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 11890328 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 11890328 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 11890328 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 11890332 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1476984 CPUtime=0.44
/proc/8892/task/8901/stat : 8901 (java) R 8890 8892 8452 0 -1 64 1073 0 0 0 44 0 0 0 17 0 12 0 11890333 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 104147130 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1476984 CPUtime=0.35
/proc/8892/task/8902/stat : 8902 (java) R 8890 8892 8452 0 -1 64 756 0 0 0 35 0 0 0 17 0 12 0 11890333 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 105711912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 11890333 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1476984 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 11890333 1512431616 36408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1476984

[startup+6.30236 s]
/proc/loadavg: 1.08 0.99 0.91 2/78 8905
/proc/meminfo: memFree=1645072/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1479332 CPUtime=8.05
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 44580 0 1 0 782 23 0 0 18 0 13 0 11890324 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 369833 40148 1432 9 0 367176 0
[pid=8892/tid=8894] ppid=8890 vsize=1479332 CPUtime=5.49
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 30984 0 1 0 533 16 0 0 25 0 13 0 11890325 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4109938926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1479332 CPUtime=0.24
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 3392 0 0 0 23 1 0 0 16 0 13 0 11890326 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1479332 CPUtime=0.25
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 3434 0 0 0 24 1 0 0 16 0 13 0 11890326 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1479332 CPUtime=0
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 11890328 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1479332 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 11890328 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1479332 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11890328 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1479332 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 11890332 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1479332 CPUtime=1.08
/proc/8892/task/8901/stat : 8901 (java) S 8890 8892 8452 0 -1 64 3204 0 0 0 107 1 0 0 16 0 13 0 11890333 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1479332 CPUtime=0.94
/proc/8892/task/8902/stat : 8902 (java) S 8890 8892 8452 0 -1 64 2790 0 0 0 93 1 0 0 17 0 13 0 11890333 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1479332 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 11890333 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1479332 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 11890333 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8905] ppid=8890 vsize=1479332 CPUtime=0
/proc/8892/task/8905/stat : 8905 (java) S 8890 8892 8452 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11890635 1514835968 40148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 1479332

[startup+12.7019 s]
/proc/loadavg: 1.07 0.99 0.91 2/78 8905
/proc/meminfo: memFree=1627216/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1480356 CPUtime=14.75
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 48724 0 1 0 1450 25 0 0 18 0 13 0 11890324 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 370089 43866 1432 9 0 367432 0
[pid=8892/tid=8894] ppid=8890 vsize=1480356 CPUtime=11.69
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 30994 0 1 0 1153 16 0 0 25 0 13 0 11890325 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4109736547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1480356 CPUtime=0.35
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 5213 0 0 0 33 2 0 0 16 0 13 0 11890326 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1480356 CPUtime=0.36
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 5605 0 0 0 34 2 0 0 15 0 13 0 11890326 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 11890332 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1480356 CPUtime=1.16
/proc/8892/task/8901/stat : 8901 (java) S 8890 8892 8452 0 -1 64 3331 0 0 0 115 1 0 0 16 0 13 0 11890333 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1480356 CPUtime=1.12
/proc/8892/task/8902/stat : 8902 (java) S 8890 8892 8452 0 -1 64 2805 0 0 0 111 1 0 0 17 0 13 0 11890333 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 11890333 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 11890333 1515884544 43866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8905] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8905/stat : 8905 (java) S 8890 8892 8452 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11890635 1515884544 43866 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) 1480356

[startup+25.5021 s]
/proc/loadavg: 1.06 0.99 0.91 2/78 8905
/proc/meminfo: memFree=1618384/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1480356 CPUtime=27.61
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 50931 0 1 0 2735 26 0 0 18 0 13 0 11890324 1515884544 46037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 370089 46037 1432 9 0 367432 0
[pid=8892/tid=8894] ppid=8890 vsize=1480356 CPUtime=24.4
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 32165 0 1 0 2424 16 0 0 21 0 13 0 11890325 1515884544 46037 1992294400 134512640 134550932 4294956000 18446744073709551615 4109807769 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1480356 CPUtime=0.42
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 5757 0 0 0 40 2 0 0 16 0 13 0 11890326 1515884544 46037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1480356 CPUtime=0.43
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 6097 0 0 0 41 2 0 0 16 0 13 0 11890326 1515884544 46037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 11890328 1515884544 46037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 46037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1480356 CPUtime=0

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

[pid=8892] ppid=8890 vsize=1480356 CPUtime=1732.26
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 138695 0 1 0 173130 96 0 0 18 0 13 0 11890324 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 370089 130974 1432 9 0 367432 0
[pid=8892/tid=8894] ppid=8890 vsize=1480356 CPUtime=1711.24
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 33017 0 1 0 171106 18 0 0 25 0 13 0 11890325 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4109724013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1480356 CPUtime=9.23
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 51738 0 0 0 890 33 0 0 16 0 13 0 11890326 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1480356 CPUtime=9.25
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 47025 0 0 0 894 31 0 0 17 0 13 0 11890326 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1480356 CPUtime=0.16
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 35 0 0 0 9 7 0 0 16 0 13 0 11890328 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 11890332 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1480356 CPUtime=1.17
/proc/8892/task/8901/stat : 8901 (java) S 8890 8892 8452 0 -1 64 3331 0 0 0 116 1 0 0 17 0 13 0 11890333 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1480356 CPUtime=1.12
/proc/8892/task/8902/stat : 8902 (java) S 8890 8892 8452 0 -1 64 2805 0 0 0 111 1 0 0 17 0 13 0 11890333 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 11890333 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 11890333 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8905] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8905/stat : 8905 (java) S 8890 8892 8452 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11890635 1515884544 130974 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.26
Current children cumulated vsize (KiB) 1480356

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 8905
/proc/meminfo: memFree=1264784/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1480356 CPUtime=1792.62
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 141915 0 1 0 179163 99 0 0 18 0 13 0 11890324 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 370089 134113 1432 9 0 367432 0
[pid=8892/tid=8894] ppid=8890 vsize=1480356 CPUtime=1770.78
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 33035 0 1 0 177060 18 0 0 25 0 13 0 11890325 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4109724062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1480356 CPUtime=9.64
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 53632 0 0 0 928 36 0 0 16 0 13 0 11890326 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1480356 CPUtime=9.67
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 48333 0 0 0 935 32 0 0 17 0 13 0 11890326 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1480356 CPUtime=0.17
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 35 0 0 0 9 8 0 0 16 0 13 0 11890328 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 11890332 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1480356 CPUtime=1.17
/proc/8892/task/8901/stat : 8901 (java) S 8890 8892 8452 0 -1 64 3331 0 0 0 116 1 0 0 17 0 13 0 11890333 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1480356 CPUtime=1.12
/proc/8892/task/8902/stat : 8902 (java) S 8890 8892 8452 0 -1 64 2805 0 0 0 111 1 0 0 17 0 13 0 11890333 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 11890333 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 11890333 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8905] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8905/stat : 8905 (java) S 8890 8892 8452 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11890635 1515884544 134113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1792.62
Current children cumulated vsize (KiB) 1480356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.71 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 8905
/proc/meminfo: memFree=1263696/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1480356 CPUtime=1800.08
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 142198 0 1 0 179908 100 0 0 18 0 13 0 11890324 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8892/statm: 370089 134387 1432 9 0 367432 0
[pid=8892/tid=8894] ppid=8890 vsize=1480356 CPUtime=1778.14
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 33037 0 1 0 177796 18 0 0 25 0 13 0 11890325 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4109707775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1480356 CPUtime=9.69
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 53794 0 0 0 933 36 0 0 16 0 13 0 11890326 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1480356 CPUtime=9.72
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 48452 0 0 0 940 32 0 0 16 0 13 0 11890326 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1480356 CPUtime=0.17
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 35 0 0 0 9 8 0 0 16 0 13 0 11890328 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11890328 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 11890332 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1480356 CPUtime=1.17
/proc/8892/task/8901/stat : 8901 (java) S 8890 8892 8452 0 -1 64 3331 0 0 0 116 1 0 0 17 0 13 0 11890333 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1480356 CPUtime=1.12
/proc/8892/task/8902/stat : 8902 (java) S 8890 8892 8452 0 -1 64 2805 0 0 0 111 1 0 0 17 0 13 0 11890333 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 11890333 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) R 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 11890333 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8905] ppid=8890 vsize=1480356 CPUtime=0
/proc/8892/task/8905/stat : 8905 (java) S 8890 8892 8452 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11890635 1515884544 134387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1480356

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

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

[startup+1789.81 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 8905
/proc/meminfo: memFree=1263696/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1481004 CPUtime=1800.27
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 142222 0 1 0 179927 100 0 0 16 0 15 0 11890324 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8892/statm: 370251 134411 1432 9 0 367594 0
[pid=8892/tid=8894] ppid=8890 vsize=1481004 CPUtime=1778.24
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 33037 0 1 0 177806 18 0 0 25 0 15 0 11890325 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4109724062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1481004 CPUtime=9.69
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 53794 0 0 0 933 36 0 0 16 0 15 0 11890326 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1481004 CPUtime=9.72
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 48452 0 0 0 940 32 0 0 16 0 15 0 11890326 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1481004 CPUtime=0.17
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 35 0 0 0 9 8 0 0 16 0 15 0 11890328 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 11890328 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 11890328 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 11890332 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1481004 CPUtime=1.2
/proc/8892/task/8901/stat : 8901 (java) S 8890 8892 8452 0 -1 64 3334 0 0 0 119 1 0 0 17 0 15 0 11890333 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1481004 CPUtime=1.12
/proc/8892/task/8902/stat : 8902 (java) S 8890 8892 8452 0 -1 64 2805 0 0 0 111 1 0 0 17 0 15 0 11890333 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 11890333 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 11890333 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8905] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8905/stat : 8905 (java) S 8890 8892 8452 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 11890635 1516548096 134411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1481004

[startup+1789.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 8905
/proc/meminfo: memFree=1263696/2055920 swapFree=4192956/4192956
[pid=8892] ppid=8890 vsize=1481004 CPUtime=1800.43
/proc/8892/stat : 8892 (java) S 8890 8892 8452 0 -1 0 142225 0 1 0 179943 100 0 0 16 0 14 0 11890324 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8892/statm: 370251 134414 1433 9 0 367594 0
[pid=8892/tid=8894] ppid=8890 vsize=1481004 CPUtime=1778.33
/proc/8892/task/8894/stat : 8894 (java) R 8890 8892 8452 0 -1 64 33037 0 1 0 177815 18 0 0 25 0 14 0 11890325 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4109782520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8895] ppid=8890 vsize=1481004 CPUtime=9.69
/proc/8892/task/8895/stat : 8895 (java) S 8890 8892 8452 0 -1 64 53794 0 0 0 933 36 0 0 16 0 14 0 11890326 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8896] ppid=8890 vsize=1481004 CPUtime=9.72
/proc/8892/task/8896/stat : 8896 (java) S 8890 8892 8452 0 -1 64 48452 0 0 0 940 32 0 0 16 0 14 0 11890326 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8897] ppid=8890 vsize=1481004 CPUtime=0.17
/proc/8892/task/8897/stat : 8897 (java) S 8890 8892 8452 0 -1 64 35 0 0 0 9 8 0 0 16 0 14 0 11890328 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8898] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8898/stat : 8898 (java) S 8890 8892 8452 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 11890328 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8899] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8899/stat : 8899 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 11890328 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8900] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8900/stat : 8900 (java) S 8890 8892 8452 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 11890332 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8901] ppid=8890 vsize=1481004 CPUtime=1.2
/proc/8892/task/8901/stat : 8901 (java) S 8890 8892 8452 0 -1 64 3334 0 0 0 119 1 0 0 17 0 14 0 11890333 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8902] ppid=8890 vsize=1481004 CPUtime=1.12
/proc/8892/task/8902/stat : 8902 (java) S 8890 8892 8452 0 -1 64 2805 0 0 0 111 1 0 0 17 0 14 0 11890333 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8903] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8903/stat : 8903 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 11890333 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8892/tid=8904] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8904/stat : 8904 (java) S 8890 8892 8452 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 11890333 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8892/tid=8905] ppid=8890 vsize=1481004 CPUtime=0
/proc/8892/task/8905/stat : 8905 (java) S 8890 8892 8452 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 11890635 1516548096 134414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 1481004

Child status: 143
Real time (s): 1790
CPU time (s): 1800.53
CPU user time (s): 1799.45
CPU system time (s): 1.08183
CPU usage (%): 100.588
Max. virtual memory (cumulated for all children) (KiB): 1481004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 1.08183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142225
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= 44343
involuntary context switches= 42502

runsolver used 1.89071 second user time and 4.66329 second system time

The end

Launcher Data

Begin job on node8 at 2009-06-17 19:29:41
IDJOB=1884645
IDBENCH=71978
IDSOLVER=681
FILE ID=node8/1884645-1245259780
PBS_JOBID= 9372445
Free space on /tmp= 66284 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/parity-games/instance_n7_i7_pp.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-1884645-1245259780/watcher-1884645-1245259780 -o /tmp/evaluation-result-1884645-1245259780/solver-1884645-1245259780 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884645-1245259780.opb

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

MD5SUM BENCH= 63ce6f8a471ab0d3509010c2a9db939b
RANDOM SEED=1612623255

node8.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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1798096 kB
Buffers:         46684 kB
Cached:         154188 kB
SwapCached:          0 kB
Active:          57400 kB
Inactive:       157304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5552 kB
Writeback:           0 kB
Mapped:          23628 kB
Slab:            28824 kB
Committed_AS:    90480 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node8 at 2009-06-17 19:59:32