Trace number 1855166

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.16 1776.82

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga30_30_sat_pb.cnf.cr.opb
MD5SUM09dd38397cb073c3f8ce1c2b987fae03
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.024995
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1350
Total number of constraints990
Number of constraints which are clauses930
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint30
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.16	c version 2.1.1.v20090612
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0_12
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1342000320
0.07/0.16	c Max memory 1344274432
0.07/0.16	c Total memory 1344274432
0.07/0.16	c Number of processors 2
0.20/0.23	c Pseudo Boolean Optimization
0.20/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.20/0.23	c --- Begin Solver configuration ---
0.20/0.23	c Stops conflict analysis at the first Unique Implication Point
0.20/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.20/0.23	c Learn all clauses as in MiniSAT
0.20/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.20/0.23	c No reason simplification
0.20/0.23	c MiniSAT restarts strategy
0.20/0.23	c Memory based learned constraints deletion strategy
0.20/0.23	c timeout=2147483s
0.20/0.23	c DB Simplification allowed=false
0.20/0.23	c --- End Solver configuration ---
0.20/0.23	c solving HOME/instance-1855166-1244869164.opb
0.20/0.23	c reading problem ... 
0.98/0.71	c ... done. Wall clock time 0.482s.
0.98/0.71	c #vars     1350
0.98/0.71	c #constraints  990
0.98/0.71	c constraints type 
0.98/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 930
0.98/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
1800.02/1776.71	c starts		: 10
1800.02/1776.71	c conflicts		: 7803
1800.02/1776.71	c decisions		: 51536
1800.02/1776.71	c propagations		: 499688
1800.02/1776.71	c inspects		: 516292888
1800.02/1776.71	c learnt literals	: 0
1800.02/1776.71	c learnt binary clauses	: 0
1800.02/1776.71	c learnt ternary clauses	: 0
1800.02/1776.71	c learnt clauses	: 7803
1800.02/1776.71	c ignored clauses	: 0
1800.02/1776.71	c root simplifications	: 0
1800.02/1776.71	c removed literals (reason simplification)	: 0
1800.02/1776.71	c reason swapping (by a shorter reason)	: 0
1800.02/1776.71	c Calls to reduceDB	: 0
1800.02/1776.71	c speed (assignments/second)	: 281.35506375263583
1800.02/1776.71	c non guided choices	421
1800.02/1776.73	c learnt constraints type 
1800.02/1776.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.02/1776.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 208
1800.02/1776.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7594
1800.02/1776.73	c constraints type 
1800.02/1776.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 930
1800.02/1776.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
1800.02/1776.73	s UNKNOWN
1800.02/1776.73	c Total wall clock time (in seconds): 1776.506

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-1855166-1244869164/watcher-1855166-1244869164 -o /tmp/evaluation-result-1855166-1244869164/solver-1855166-1244869164 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855166-1244869164.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 1.00 1.00 3/64 12213
/proc/meminfo: memFree=526392/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1612 CPUtime=0
/proc/12213/stat : 12213 (java6) D 12211 12213 11296 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 154515931 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/12213/statm: 403 147 111 9 0 45 0

[startup+0.0719901 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12213
/proc/meminfo: memFree=526392/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1470220 CPUtime=0.04
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 3300 0 1 0 2 2 0 0 18 0 7 0 154515931 1505505280 3045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 367555 3045 1026 9 0 364906 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470220

[startup+0.101991 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12213
/proc/meminfo: memFree=526392/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1470220 CPUtime=0.07
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 3514 0 1 0 5 2 0 0 18 0 7 0 154515931 1505505280 3259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 367555 3260 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.302009 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12213
/proc/meminfo: memFree=526392/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1475084 CPUtime=0.31
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 5034 0 1 0 28 3 0 0 18 0 12 0 154515931 1510486016 4771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 368771 4771 1353 9 0 366114 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1475084

[startup+0.701038 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12213
/proc/meminfo: memFree=526392/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1476708 CPUtime=0.98
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 7601 0 1 0 93 5 0 0 18 0 12 0 154515931 1512148992 6793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 369177 6793 1397 9 0 366520 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476708

[startup+1.50209 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 12226
/proc/meminfo: memFree=498064/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1490100 CPUtime=2.54
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 14704 0 1 0 246 8 0 0 18 0 13 0 154515931 1525862400 12066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372525 12066 1418 9 0 369868 0
[pid=12213/tid=12215] ppid=12211 vsize=1490100 CPUtime=1.14
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 7414 0 1 0 110 4 0 0 18 0 13 0 154515932 1525862400 12066 1992294400 134512640 134550932 4294956000 18446744073709551615 4109134892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154515933 1525862400 12066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154515933 1525862400 12066 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 154515935 1525862400 12068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154515936 1525862400 12069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 154515936 1525862400 12069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1525862400 12069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1490100 CPUtime=0.67
/proc/12213/task/12222/stat : 12222 (java) R 12211 12213 11296 0 -1 64 3231 0 0 0 66 1 0 0 18 0 13 0 154515941 1525862400 12069 1992294400 134512640 134550932 4294956000 18446744073709551615 106251210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1490100 CPUtime=0.7
/proc/12213/task/12223/stat : 12223 (java) R 12211 12213 11296 0 -1 64 3315 0 0 0 69 1 0 0 17 0 13 0 154515941 1525862400 12069 1992294400 134512640 134550932 4294956000 18446744073709551615 105860075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1525862400 12069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1525862400 12069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1490100 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1525862400 12069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1490100

[startup+3.10218 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 12226
/proc/meminfo: memFree=464400/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1491544 CPUtime=4.87
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 42638 0 1 0 467 20 0 0 18 0 13 0 154515931 1527341056 35406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372886 35408 1418 9 0 370229 0
[pid=12213/tid=12215] ppid=12211 vsize=1491544 CPUtime=2.48
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 30064 0 1 0 234 14 0 0 25 0 13 0 154515932 1527341056 35408 1992294400 134512640 134550932 4294956000 18446744073709551615 4109636296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154515933 1527341056 35409 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154515933 1527341056 35410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 154515935 1527341056 35411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154515936 1527341056 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 154515936 1527341056 35414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1527341056 35415 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1491544 CPUtime=1.08
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 11296 0 -1 64 5492 0 0 0 107 1 0 0 15 0 13 0 154515941 1527341056 35416 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1491544 CPUtime=1.26
/proc/12213/task/12223/stat : 12223 (java) S 12211 12213 11296 0 -1 64 6337 0 0 0 124 2 0 0 15 0 13 0 154515941 1527341056 35417 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1527341056 35419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1527341056 35420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1491544 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1527341056 35421 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 1491544

[startup+6.30239 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12226
/proc/meminfo: memFree=378576/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1491128 CPUtime=8.36
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 46451 0 1 0 814 22 0 0 18 0 13 0 154515931 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372782 39030 1432 9 0 370125 0
[pid=12213/tid=12215] ppid=12211 vsize=1491128 CPUtime=5.6
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 30992 0 1 0 545 15 0 0 25 0 13 0 154515932 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4109649301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1491128 CPUtime=0.04
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 1526 0 0 0 4 0 0 0 16 0 13 0 154515933 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1491128 CPUtime=0.03
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 1306 0 0 0 3 0 0 0 16 0 13 0 154515933 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 154515935 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1491128 CPUtime=1.24
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 11296 0 -1 64 5518 0 0 0 123 1 0 0 16 0 13 0 154515941 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1491128 CPUtime=1.38
/proc/12213/task/12223/stat : 12223 (java) S 12211 12213 11296 0 -1 64 6344 0 0 0 136 2 0 0 16 0 13 0 154515941 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1526915072 39030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1491128

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12226
/proc/meminfo: memFree=339920/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1491128 CPUtime=15.25
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 56680 0 1 0 1497 28 0 0 18 0 13 0 154515931 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372782 47873 1432 9 0 370125 0
[pid=12213/tid=12215] ppid=12211 vsize=1491128 CPUtime=11.73
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 31110 0 1 0 1158 15 0 0 18 0 13 0 154515932 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4109422141 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1491128 CPUtime=0.22
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 6577 0 0 0 20 2 0 0 16 0 13 0 154515933 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1491128 CPUtime=0.21
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 5593 0 0 0 18 3 0 0 16 0 13 0 154515933 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 154515935 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1491128 CPUtime=1.53
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 11296 0 -1 64 6270 0 0 0 151 2 0 0 16 0 13 0 154515941 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1491128 CPUtime=1.49
/proc/12213/task/12223/stat : 12223 (java) S 12211 12213 11296 0 -1 64 6351 0 0 0 147 2 0 0 16 0 13 0 154515941 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1526915072 47873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.25
Current children cumulated vsize (KiB) 1491128

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12226
/proc/meminfo: memFree=328528/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1491128 CPUtime=28.37
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 59964 0 1 0 2806 31 0 0 18 0 13 0 154515931 1526915072 50638 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372782 50638 1432 9 0 370125 0
[pid=12213/tid=12215] ppid=12211 vsize=1491128 CPUtime=24.4
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 31374 0 1 0 2424 16 0 0 25 0 13 0 154515932 1526915072 50638 1992294400 134512640 134550932 4294956000 18446744073709551615 4109671319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1491128 CPUtime=0.31
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 8205 0 0 0 28 3 0 0 16 0 13 0 154515933 1526915072 50638 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1491128 CPUtime=0.31
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 6967 0 0 0 27 4 0 0 16 0 13 0 154515933 1526915072 50638 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1491128 CPUtime=0.01

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

[pid=12213/tid=12218] ppid=12211 vsize=1491128 CPUtime=0.23
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 34 0 0 0 14 9 0 0 16 0 13 0 154515935 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1491128 CPUtime=1.77
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 11296 0 -1 64 6298 0 0 0 175 2 0 0 17 0 13 0 154515941 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1491128 CPUtime=1.63
/proc/12213/task/12223/stat : 12223 (java) S 12211 12213 11296 0 -1 64 6354 0 0 0 160 3 0 0 17 0 13 0 154515941 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1526915072 112911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1562.19
Current children cumulated vsize (KiB) 1491128

[startup+1602.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 12232
/proc/meminfo: memFree=74256/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1491128 CPUtime=1623.23
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 129074 0 1 0 162202 121 0 0 18 0 13 0 154515931 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372782 113960 1436 9 0 370125 0
[pid=12213/tid=12215] ppid=12211 vsize=1491128 CPUtime=1582
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 32339 0 1 0 158179 21 0 0 25 0 13 0 154515932 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4109671169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1491128 CPUtime=18.77
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 41672 0 0 0 1835 42 0 0 16 0 13 0 154515933 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1491128 CPUtime=18.76
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 41632 0 0 0 1836 40 0 0 17 0 13 0 154515933 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1491128 CPUtime=0.24
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 34 0 0 0 14 10 0 0 15 0 13 0 154515935 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1491128 CPUtime=1.77
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 11296 0 -1 64 6298 0 0 0 175 2 0 0 17 0 13 0 154515941 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1491128 CPUtime=1.63
/proc/12213/task/12223/stat : 12223 (java) S 12211 12213 11296 0 -1 64 6354 0 0 0 160 3 0 0 17 0 13 0 154515941 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1526915072 113960 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1623.23
Current children cumulated vsize (KiB) 1491128

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 12232
/proc/meminfo: memFree=71376/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1491128 CPUtime=1684.06
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 129823 0 1 0 168282 124 0 0 18 0 13 0 154515931 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372782 114654 1436 9 0 370125 0
[pid=12213/tid=12215] ppid=12211 vsize=1491128 CPUtime=1641.11
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 32369 0 1 0 164090 21 0 0 25 0 13 0 154515932 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4109610651 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1491128 CPUtime=19.62
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 42151 0 0 0 1917 45 0 0 16 0 13 0 154515933 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1491128 CPUtime=19.61
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 41872 0 0 0 1921 40 0 0 17 0 13 0 154515933 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1491128 CPUtime=0.25
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 34 0 0 0 15 10 0 0 16 0 13 0 154515935 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1491128 CPUtime=1.77
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 11296 0 -1 64 6298 0 0 0 175 2 0 0 17 0 13 0 154515941 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1491128 CPUtime=1.63
/proc/12213/task/12223/stat : 12223 (java) S 12211 12213 11296 0 -1 64 6354 0 0 0 160 3 0 0 17 0 13 0 154515941 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1526915072 114654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1684.06
Current children cumulated vsize (KiB) 1491128

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 12232
/proc/meminfo: memFree=70160/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1491128 CPUtime=1744.84
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 130170 0 1 0 174357 127 0 0 18 0 13 0 154515931 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372782 114964 1436 9 0 370125 0
[pid=12213/tid=12215] ppid=12211 vsize=1491128 CPUtime=1700.24
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 32399 0 1 0 170003 21 0 0 25 0 13 0 154515932 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4109585471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1491128 CPUtime=20.44
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 42353 0 0 0 1997 47 0 0 17 0 13 0 154515933 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1491128 CPUtime=20.44
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 41987 0 0 0 2003 41 0 0 16 0 13 0 154515933 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1491128 CPUtime=0.26
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 34 0 0 0 15 11 0 0 16 0 13 0 154515935 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1491128 CPUtime=1.77
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 11296 0 -1 64 6298 0 0 0 175 2 0 0 17 0 13 0 154515941 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1491128 CPUtime=1.63
/proc/12213/task/12223/stat : 12223 (java) S 12211 12213 11296 0 -1 64 6354 0 0 0 160 3 0 0 17 0 13 0 154515941 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1526915072 114964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1744.84
Current children cumulated vsize (KiB) 1491128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 12232
/proc/meminfo: memFree=67536/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=1491128 CPUtime=1800.02
/proc/12213/stat : 12213 (java) S 12211 12213 11296 0 -1 0 130867 0 1 0 179873 129 0 0 18 0 13 0 154515931 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 372782 115607 1436 9 0 370125 0
[pid=12213/tid=12215] ppid=12211 vsize=1491128 CPUtime=1753.84
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 11296 0 -1 64 32427 0 1 0 175363 21 0 0 25 0 13 0 154515932 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4109599381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12216] ppid=12211 vsize=1491128 CPUtime=21.23
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 11296 0 -1 64 42570 0 0 0 2076 47 0 0 17 0 13 0 154515933 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12217] ppid=12211 vsize=1491128 CPUtime=21.22
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 11296 0 -1 64 42439 0 0 0 2080 42 0 0 16 0 13 0 154515933 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12218] ppid=12211 vsize=1491128 CPUtime=0.26
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 11296 0 -1 64 34 0 0 0 15 11 0 0 16 0 13 0 154515935 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12219] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 11296 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12220] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 11296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154515936 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 11296 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154515941 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12222] ppid=12211 vsize=1491128 CPUtime=1.77
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 11296 0 -1 64 6298 0 0 0 175 2 0 0 17 0 13 0 154515941 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12223] ppid=12211 vsize=1491128 CPUtime=1.63
/proc/12213/task/12223/stat : 12223 (java) S 12211 12213 11296 0 -1 64 6354 0 0 0 160 3 0 0 17 0 13 0 154515941 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12224] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12224/stat : 12224 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154515941 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12225] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12225/stat : 12225 (java) S 12211 12213 11296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154515941 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12213/tid=12226] ppid=12211 vsize=1491128 CPUtime=0
/proc/12213/task/12226/stat : 12226 (java) S 12211 12213 11296 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154516003 1526915072 115607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1491128

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

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

[startup+1776.81 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 12232
/proc/meminfo: memFree=67536/2055920 swapFree=4191900/4192956
[pid=12213] ppid=12211 vsize=0 CPUtime=1800.15
/proc/12213/stat : 12213 (java) Z 12211 12213 11296 0 -1 1036 130891 0 1 0 179879 136 0 0 16 0 2 0 154515931 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12213/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1776.82
CPU time (s): 1800.16
CPU user time (s): 1798.79
CPU system time (s): 1.36979
CPU usage (%): 101.314
Max. virtual memory (cumulated for all children) (KiB): 1495760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.36979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130891
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= 49379
involuntary context switches= 20670

runsolver used 2.07968 second user time and 5.50916 second system time

The end

Launcher Data

Begin job on node29 at 2009-06-13 06:59:24
IDJOB=1855166
IDBENCH=1434
IDSOLVER=681
FILE ID=node29/1855166-1244869164
PBS_JOBID= 9354348
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga30_30_sat_pb.cnf.cr.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-1855166-1244869164/watcher-1855166-1244869164 -o /tmp/evaluation-result-1855166-1244869164/solver-1855166-1244869164 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855166-1244869164.opb

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

MD5SUM BENCH= 09dd38397cb073c3f8ce1c2b987fae03
RANDOM SEED=760616569

node29.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.237
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.237
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:        526808 kB
Buffers:         64900 kB
Cached:        1378380 kB
SwapCached:        360 kB
Active:          91836 kB
Inactive:      1364380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        526808 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             440 kB
Writeback:           0 kB
Mapped:          21304 kB
Slab:            58740 kB
Committed_AS:   145392 kB
PageTables:       1472 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= 66304 MiB
End job on node29 at 2009-06-13 07:29:03