Trace number 1884045

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.41 1797.63

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/
others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.opb
MD5SUM486eb539b6ad9b8d831ece9c8d259369
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark472.142
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1133
Total number of constraints56210
Number of constraints which are clauses56210
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 constraint1
Maximum length of a constraint22
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 36
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.12/0.51	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.51	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.51	c See www.sat4j.org for details.
0.12/0.52	c version 2.1.1.v20090612
0.12/0.52	c sun.arch.data.model	32
0.12/0.52	c java.version	1.6.0_12
0.12/0.52	c os.name	Linux
0.12/0.52	c os.version	2.6.9-22.EL.rootsmp
0.12/0.52	c os.arch	i386
0.12/0.52	c Free memory 1342000320
0.12/0.52	c Max memory 1344274432
0.12/0.52	c Total memory 1344274432
0.12/0.52	c Number of processors 2
0.12/0.59	c Pseudo Boolean Optimization
0.12/0.59	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.59	c --- Begin Solver configuration ---
0.12/0.59	c Stops conflict analysis at the first Unique Implication Point
0.12/0.59	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.12/0.59	c Learn all clauses as in MiniSAT
0.12/0.59	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.59	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.59	c No reason simplification
0.12/0.59	c MiniSAT restarts strategy
0.12/0.59	c Memory based learned constraints deletion strategy
0.12/0.59	c timeout=2147483s
0.12/0.59	c DB Simplification allowed=false
0.12/0.59	c --- End Solver configuration ---
0.12/0.59	c solving HOME/instance-1884045-1245254145.opb
0.12/0.59	c reading problem ... 
2.91/2.76	c ... done. Wall clock time 2.162s.
2.91/2.76	c #vars     1133
2.91/2.76	c #constraints  55549
2.91/2.76	c constraints type 
2.91/2.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5492
2.91/2.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50007
1800.05/1797.42	c starts		: 18
1800.05/1797.42	c conflicts		: 260277
1800.05/1797.42	c decisions		: 342233
1800.05/1797.42	c propagations		: 23506565
1800.05/1797.42	c inspects		: 3929493581
1800.05/1797.42	c learnt literals	: 0
1800.05/1797.42	c learnt binary clauses	: 2
1800.05/1797.42	c learnt ternary clauses	: 16
1800.05/1797.42	c learnt clauses	: 260277
1800.05/1797.42	c ignored clauses	: 0
1800.05/1797.42	c root simplifications	: 0
1800.05/1797.42	c removed literals (reason simplification)	: 0
1800.05/1797.42	c reason swapping (by a shorter reason)	: 0
1800.05/1797.42	c Calls to reduceDB	: 0
1800.05/1797.42	c speed (assignments/second)	: 13098.055844529968
1800.05/1797.42	c non guided choices	4790
1800.24/1797.55	c learnt constraints type 
1800.24/1797.56	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 260284
1800.24/1797.56	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
1800.24/1797.56	c constraints type 
1800.24/1797.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5492
1800.24/1797.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50007
1800.24/1797.56	s UNKNOWN
1800.24/1797.56	c Total wall clock time (in seconds): 1796.961

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-1884045-1245254145/watcher-1884045-1245254145 -o /tmp/evaluation-result-1884045-1245254145/solver-1884045-1245254145 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884045-1245254145.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.00 0.00 0.00 3/64 12495
/proc/meminfo: memFree=1837240/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1612 CPUtime=0
/proc/12495/stat : 12495 (java6) D 12493 12495 12458 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 193011294 1650688 138 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/12495/statm: 403 138 102 9 0 45 0

[startup+0.049505 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12495
/proc/meminfo: memFree=1837240/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=12928 CPUtime=0
/proc/12495/stat : 12495 (java) D 12493 12495 12458 0 -1 0 372 0 10 0 0 0 0 0 18 0 1 0 193011294 13238272 189 1992294400 134512640 134550932 4294956000 18446744073709551615 11252522 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12495/statm: 3232 189 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.102511 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12495
/proc/meminfo: memFree=1837240/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=12928 CPUtime=0
/proc/12495/stat : 12495 (java) D 12493 12495 12458 0 -1 0 372 0 16 0 0 0 0 0 18 0 1 0 193011294 13238272 195 1992294400 134512640 134550932 4294956000 18446744073709551615 11252522 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12495/statm: 3232 195 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.301549 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12495
/proc/meminfo: memFree=1837240/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=12928 CPUtime=0.01
/proc/12495/stat : 12495 (java) D 12493 12495 12458 0 -1 0 482 0 30 0 0 1 0 0 18 0 1 0 193011294 13238272 319 1992294400 134512640 134550932 4294956000 18446744073709551615 11252522 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12495/statm: 3232 319 137 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.701627 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12495
/proc/meminfo: memFree=1837240/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1474740 CPUtime=0.39
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 5039 0 35 0 35 4 0 0 18 0 12 0 193011294 1510133760 4810 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 368685 4810 1357 9 0 366028 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1474740

[startup+1.50177 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 12507
/proc/meminfo: memFree=1808088/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1477812 CPUtime=1.6
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 14130 0 35 0 153 7 0 0 18 0 12 0 193011294 1513279488 13136 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369453 13136 1403 9 0 366796 0
[pid=12495/tid=12497] ppid=12493 vsize=1477812 CPUtime=0.97
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 11100 0 1 0 91 6 0 0 19 0 12 0 193011325 1513279488 13136 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1477812 CPUtime=0
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 193011326 1513279488 13138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1477812 CPUtime=0
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 193011326 1513279488 13140 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1477812 CPUtime=0
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 193011329 1513279488 13140 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1477812 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 193011330 1513279488 13141 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1477812 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 193011330 1513279488 13141 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1477812 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 193011338 1513279488 13141 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1477812 CPUtime=0.3
/proc/12495/task/12504/stat : 12504 (java) R 12493 12495 12458 0 -1 64 652 0 0 0 30 0 0 0 16 0 12 0 193011338 1513279488 13141 1992294400 134512640 134550932 4294956000 18446744073709551615 104140084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1477812 CPUtime=0.31
/proc/12495/task/12505/stat : 12505 (java) R 12493 12495 12458 0 -1 64 1671 0 0 0 31 0 0 0 16 0 12 0 193011338 1513279488 13141 1992294400 134512640 134550932 4294956000 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1477812 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 193011338 1513279488 13141 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1477812 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193011338 1513279488 13141 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1477812

[startup+3.10207 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 12507
/proc/meminfo: memFree=1720792/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1479652 CPUtime=3.61
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 36283 0 35 0 342 19 0 0 18 0 13 0 193011294 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369913 34150 1424 9 0 367256 0
[pid=12495/tid=12497] ppid=12493 vsize=1479652 CPUtime=2.52
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 30960 0 1 0 235 17 0 0 25 0 13 0 193011325 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4109639748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1479652 CPUtime=0.01
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 379 0 0 0 1 0 0 0 17 0 13 0 193011326 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1479652 CPUtime=0.01
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 415 0 0 0 1 0 0 0 16 0 13 0 193011326 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1479652 CPUtime=0
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193011329 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479652 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479652 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193011330 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1479652 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193011338 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1479652 CPUtime=0.54
/proc/12495/task/12504/stat : 12504 (java) R 12493 12495 12458 0 -1 64 1407 0 0 0 54 0 0 0 17 0 13 0 193011338 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 104163954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1479652 CPUtime=0.49
/proc/12495/task/12505/stat : 12505 (java) R 12493 12495 12458 0 -1 64 2400 0 0 0 49 0 0 0 18 0 13 0 193011338 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 105715447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1479652 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193011338 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1479652 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193011338 1515163648 34150 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1479652

[startup+6.30165 s]
/proc/loadavg: 0.24 0.05 0.02 2/77 12508
/proc/meminfo: memFree=1691472/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1479160 CPUtime=7.85
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 40947 0 35 0 764 21 0 0 18 0 13 0 193011294 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369790 36538 1432 9 0 367133 0
[pid=12495/tid=12497] ppid=12493 vsize=1479160 CPUtime=5.49
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 30968 0 1 0 532 17 0 0 25 0 13 0 193011325 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4109661472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1479160 CPUtime=0.06
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 1562 0 0 0 6 0 0 0 16 0 13 0 193011326 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1479160 CPUtime=0.06
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 1695 0 0 0 6 0 0 0 17 0 13 0 193011326 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 193011329 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193011338 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1479160 CPUtime=1.15
/proc/12495/task/12504/stat : 12504 (java) S 12493 12495 12458 0 -1 64 1785 0 0 0 115 0 0 0 16 0 13 0 193011338 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1479160 CPUtime=1.04
/proc/12495/task/12505/stat : 12505 (java) S 12493 12495 12458 0 -1 64 4205 0 0 0 103 1 0 0 16 0 13 0 193011338 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193011338 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193011338 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12508] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12508/stat : 12508 (java) S 12493 12495 12458 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193011571 1514659840 36538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 1479160

[startup+12.7028 s]
/proc/loadavg: 0.30 0.07 0.02 2/77 12508
/proc/meminfo: memFree=1673936/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1479160 CPUtime=14.42
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 44389 0 35 0 1419 23 0 0 18 0 13 0 193011294 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369790 39950 1432 9 0 367133 0
[pid=12495/tid=12497] ppid=12493 vsize=1479160 CPUtime=11.71
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 30972 0 1 0 1154 17 0 0 25 0 13 0 193011325 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4109769270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1479160 CPUtime=0.15
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 3408 0 0 0 14 1 0 0 16 0 13 0 193011326 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1479160 CPUtime=0.15
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 3259 0 0 0 14 1 0 0 17 0 13 0 193011326 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 193011329 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193011338 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1479160 CPUtime=1.23
/proc/12495/task/12504/stat : 12504 (java) S 12493 12495 12458 0 -1 64 1793 0 0 0 123 0 0 0 17 0 13 0 193011338 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1479160 CPUtime=1.13
/proc/12495/task/12505/stat : 12505 (java) S 12493 12495 12458 0 -1 64 4212 0 0 0 112 1 0 0 17 0 13 0 193011338 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193011338 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193011338 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12508] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12508/stat : 12508 (java) S 12493 12495 12458 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193011571 1514659840 39950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 1479160

[startup+25.5021 s]
/proc/loadavg: 0.45 0.11 0.04 2/77 12508
/proc/meminfo: memFree=1650064/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1479160 CPUtime=27.3
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 50992 0 35 0 2704 26 0 0 18 0 13 0 193011294 1514659840 45951 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369790 45951 1432 9 0 367133 0
[pid=12495/tid=12497] ppid=12493 vsize=1479160 CPUtime=24.41
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 31541 0 1 0 2424 17 0 0 25 0 13 0 193011325 1514659840 45951 1992294400 134512640 134550932 4294956000 18446744073709551615 4109851882 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1479160 CPUtime=0.23
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 6102 0 0 0 21 2 0 0 16 0 13 0 193011326 1514659840 45951 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1479160 CPUtime=0.23
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 6599 0 0 0 21 2 0 0 17 0 13 0 193011326 1514659840 45951 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 193011329 1514659840 45951 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 45951 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479160 CPUtime=0

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

[pid=12495/tid=12500] ppid=12493 vsize=1479160 CPUtime=0.02
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 33 0 0 0 1 1 0 0 16 0 13 0 193011329 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193011338 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1479160 CPUtime=1.23
/proc/12495/task/12504/stat : 12504 (java) S 12493 12495 12458 0 -1 64 1793 0 0 0 123 0 0 0 17 0 13 0 193011338 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1479160 CPUtime=1.14
/proc/12495/task/12505/stat : 12505 (java) S 12493 12495 12458 0 -1 64 4212 0 0 0 113 1 0 0 16 0 13 0 193011338 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193011338 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193011338 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12508] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12508/stat : 12508 (java) S 12493 12495 12458 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193011571 1514659840 92113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.86
Current children cumulated vsize (KiB) 1479160

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/77 12514
/proc/meminfo: memFree=1460432/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1479160 CPUtime=1664.88
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 102609 0 35 0 166433 55 0 0 18 0 13 0 193011294 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369790 93041 1432 9 0 367133 0
[pid=12495/tid=12497] ppid=12493 vsize=1479160 CPUtime=1659.09
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 31688 0 1 0 165889 20 0 0 25 0 13 0 193011325 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4109665215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1479160 CPUtime=1.65
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 31980 0 0 0 150 15 0 0 16 0 13 0 193011326 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1479160 CPUtime=1.69
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 32191 0 0 0 154 15 0 0 16 0 13 0 193011326 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1479160 CPUtime=0.02
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 33 0 0 0 1 1 0 0 15 0 13 0 193011329 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193011338 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1479160 CPUtime=1.23
/proc/12495/task/12504/stat : 12504 (java) S 12493 12495 12458 0 -1 64 1793 0 0 0 123 0 0 0 17 0 13 0 193011338 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1479160 CPUtime=1.14
/proc/12495/task/12505/stat : 12505 (java) S 12493 12495 12458 0 -1 64 4212 0 0 0 113 1 0 0 16 0 13 0 193011338 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193011338 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193011338 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12508] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12508/stat : 12508 (java) S 12493 12495 12458 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193011571 1514659840 93041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.88
Current children cumulated vsize (KiB) 1479160

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/77 12514
/proc/meminfo: memFree=1456848/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1479160 CPUtime=1724.9
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 103556 0 35 0 172434 56 0 0 18 0 13 0 193011294 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369790 93933 1432 9 0 367133 0
[pid=12495/tid=12497] ppid=12493 vsize=1479160 CPUtime=1719.03
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 31690 0 1 0 171883 20 0 0 25 0 13 0 193011325 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4109665215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1479160 CPUtime=1.69
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 32487 0 0 0 154 15 0 0 16 0 13 0 193011326 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1479160 CPUtime=1.73
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 32629 0 0 0 158 15 0 0 16 0 13 0 193011326 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1479160 CPUtime=0.02
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 33 0 0 0 1 1 0 0 16 0 13 0 193011329 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193011338 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1479160 CPUtime=1.23
/proc/12495/task/12504/stat : 12504 (java) S 12493 12495 12458 0 -1 64 1793 0 0 0 123 0 0 0 17 0 13 0 193011338 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1479160 CPUtime=1.14
/proc/12495/task/12505/stat : 12505 (java) S 12493 12495 12458 0 -1 64 4212 0 0 0 113 1 0 0 16 0 13 0 193011338 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193011338 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193011338 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12508] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12508/stat : 12508 (java) S 12493 12495 12458 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193011571 1514659840 93933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.9
Current children cumulated vsize (KiB) 1479160

[startup+1782.3 s]
/proc/loadavg: 1.05 0.99 0.83 2/77 12514
/proc/meminfo: memFree=1452304/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1479160 CPUtime=1784.93
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 104703 0 35 0 178436 57 0 0 18 0 13 0 193011294 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369790 95050 1432 9 0 367133 0
[pid=12495/tid=12497] ppid=12493 vsize=1479160 CPUtime=1778.97
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 31692 0 1 0 177877 20 0 0 25 0 13 0 193011325 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4109851756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1479160 CPUtime=1.73
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 33104 0 0 0 157 16 0 0 16 0 13 0 193011326 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1479160 CPUtime=1.77
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 33157 0 0 0 161 16 0 0 16 0 13 0 193011326 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1479160 CPUtime=0.02
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 33 0 0 0 1 1 0 0 16 0 13 0 193011329 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193011338 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1479160 CPUtime=1.23
/proc/12495/task/12504/stat : 12504 (java) S 12493 12495 12458 0 -1 64 1793 0 0 0 123 0 0 0 17 0 13 0 193011338 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1479160 CPUtime=1.14
/proc/12495/task/12505/stat : 12505 (java) S 12493 12495 12458 0 -1 64 4212 0 0 0 113 1 0 0 16 0 13 0 193011338 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193011338 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193011338 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12508] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12508/stat : 12508 (java) S 12493 12495 12458 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193011571 1514659840 95050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.93
Current children cumulated vsize (KiB) 1479160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.41 s]
/proc/loadavg: 1.04 0.99 0.83 2/77 12514
/proc/meminfo: memFree=1450576/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=1479160 CPUtime=1800.05
/proc/12495/stat : 12495 (java) S 12493 12495 12458 0 -1 0 105150 0 35 0 179948 57 0 0 18 0 13 0 193011294 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 369790 95482 1432 9 0 367133 0
[pid=12495/tid=12497] ppid=12493 vsize=1479160 CPUtime=1794.05
/proc/12495/task/12497/stat : 12497 (java) R 12493 12495 12458 0 -1 64 31693 0 1 0 179385 20 0 0 25 0 13 0 193011325 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4109665215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12498] ppid=12493 vsize=1479160 CPUtime=1.75
/proc/12495/task/12498/stat : 12498 (java) S 12493 12495 12458 0 -1 64 33397 0 0 0 159 16 0 0 17 0 13 0 193011326 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12499] ppid=12493 vsize=1479160 CPUtime=1.79
/proc/12495/task/12499/stat : 12499 (java) S 12493 12495 12458 0 -1 64 33310 0 0 0 163 16 0 0 16 0 13 0 193011326 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12500] ppid=12493 vsize=1479160 CPUtime=0.02
/proc/12495/task/12500/stat : 12500 (java) S 12493 12495 12458 0 -1 64 33 0 0 0 1 1 0 0 16 0 13 0 193011329 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12501] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12501/stat : 12501 (java) S 12493 12495 12458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12502] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12493 12495 12458 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193011330 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12503] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 193011338 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12504] ppid=12493 vsize=1479160 CPUtime=1.23
/proc/12495/task/12504/stat : 12504 (java) S 12493 12495 12458 0 -1 64 1793 0 0 0 123 0 0 0 17 0 13 0 193011338 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12505] ppid=12493 vsize=1479160 CPUtime=1.14
/proc/12495/task/12505/stat : 12505 (java) S 12493 12495 12458 0 -1 64 4212 0 0 0 113 1 0 0 16 0 13 0 193011338 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12506] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12506/stat : 12506 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193011338 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12507] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12507/stat : 12507 (java) S 12493 12495 12458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193011338 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12495/tid=12508] ppid=12493 vsize=1479160 CPUtime=0
/proc/12495/task/12508/stat : 12508 (java) S 12493 12495 12458 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193011571 1514659840 95482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1479160

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

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

[startup+1797.6 s]
/proc/loadavg: 1.04 0.99 0.83 2/77 12514
/proc/meminfo: memFree=1450576/2055920 swapFree=4181856/4192956
[pid=12495] ppid=12493 vsize=0 CPUtime=1800.38
/proc/12495/stat : 12495 (java) Z 12493 12495 12458 0 -1 1036 105173 0 35 0 179977 61 0 0 15 0 2 0 193011294 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12495/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.63
CPU time (s): 1800.41
CPU user time (s): 1799.77
CPU system time (s): 0.641902
CPU usage (%): 100.155
Max. virtual memory (cumulated for all children) (KiB): 1481412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.641902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105173
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38539
involuntary context switches= 41826

runsolver used 1.80872 second user time and 4.91525 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-17 17:55:46
IDJOB=1884045
IDBENCH=71918
IDSOLVER=681
FILE ID=node44/1884045-1245254145
PBS_JOBID= 9372409
Free space on /tmp= 65920 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.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-1884045-1245254145/watcher-1884045-1245254145 -o /tmp/evaluation-result-1884045-1245254145/solver-1884045-1245254145 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884045-1245254145.opb

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

MD5SUM BENCH= 486eb539b6ad9b8d831ece9c8d259369
RANDOM SEED=1032620131

node44.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.263
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.263
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:       1837720 kB
Buffers:         25568 kB
Cached:         107436 kB
SwapCached:       5172 kB
Active:          22752 kB
Inactive:       118288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837720 kB
SwapTotal:     4192956 kB
SwapFree:      4181856 kB
Dirty:            3704 kB
Writeback:           0 kB
Mapped:          13868 kB
Slab:            63124 kB
Committed_AS:   202084 kB
PageTables:       1384 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= 65920 MiB
End job on node44 at 2009-06-17 18:25:45