Trace number 1856641

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1SAT (TO)8 1800.45 1799.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_10_10.r.opb
MD5SUM41d5abe94732aa440d44e4bcd1eb4f30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark3.19451
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables50
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint10
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c MiniSAT restarts strategy
0.24/0.20	c Memory based learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-1856641-1244918567.opb
0.24/0.20	c reading problem ... 
0.24/0.28	c ... done. Wall clock time 0.082s.
0.24/0.28	c #vars     50
0.24/0.28	c #constraints  100
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 100
0.24/0.29	c SATISFIABLE
0.24/0.29	c OPTIMIZING...
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.093
0.24/0.29	o 9
2.05/1.52	c Got one! Elapsed wall clock time (in seconds):1.321
2.05/1.52	o 8
1800.03/1799.11	c starts		: 35
1800.03/1799.11	c conflicts		: 1144555
1800.03/1799.11	c decisions		: 1710540
1800.03/1799.11	c propagations		: 6638028
1800.03/1799.11	c inspects		: 4699992303
1800.03/1799.11	c learnt literals	: 0
1800.03/1799.11	c learnt binary clauses	: 0
1800.03/1799.11	c learnt ternary clauses	: 0
1800.03/1799.11	c learnt clauses	: 1144555
1800.03/1799.11	c ignored clauses	: 0
1800.03/1799.11	c root simplifications	: 0
1800.03/1799.11	c removed literals (reason simplification)	: 801928
1800.03/1799.11	c reason swapping (by a shorter reason)	: 0
1800.03/1799.11	c Calls to reduceDB	: 0
1800.03/1799.11	c speed (assignments/second)	: 3692.739552812128
1800.03/1799.11	c non guided choices	0
1800.23/1799.27	c learnt constraints type 
1800.23/1799.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1144584
1800.23/1799.27	c constraints type 
1800.23/1799.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.23/1799.27	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 100
1800.23/1799.27	s SATISFIABLE
1800.23/1799.27	v -x1 -x2 -x3 -x4 -x5 x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 
1800.23/1799.27	c objective function=8
1800.23/1799.27	c Total wall clock time (in seconds): 1799.068

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856641-1244918567/watcher-1856641-1244918567 -o /tmp/evaluation-result-1856641-1244918567/solver-1856641-1244918567 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856641-1244918567.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.01 1.00 1/64 11305
/proc/meminfo: memFree=1329824/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1520 CPUtime=0
/proc/11305/stat : 11305 (java6) R 11303 11305 11093 0 -1 0 74 0 0 0 0 0 0 0 20 0 1 0 159453997 1556480 58 1992294400 134512640 134550932 4294956176 18446744073709551615 8925272 0 0 4096 0 0 0 0 17 1 0 0
/proc/11305/statm: 380 68 52 9 0 10 0

[startup+0.0165131 s]
/proc/loadavg: 1.00 1.01 1.00 1/64 11305
/proc/meminfo: memFree=1329824/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=13528 CPUtime=0
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 904 0 1 0 0 0 0 0 18 0 2 0 159453997 13852672 659 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 3382 659 329 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13528

[startup+0.102524 s]
/proc/loadavg: 1.00 1.01 1.00 1/64 11305
/proc/meminfo: memFree=1329824/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1472584 CPUtime=0.09
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 3614 0 1 0 6 3 0 0 18 0 12 0 159453997 1507926016 3357 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 368146 3357 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302542 s]
/proc/loadavg: 1.00 1.01 1.00 1/64 11305
/proc/meminfo: memFree=1329824/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1475244 CPUtime=0.36
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 5079 0 1 0 32 4 0 0 18 0 13 0 159453997 1510649856 4816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 368811 4816 1355 9 0 366154 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475244

[startup+0.702585 s]
/proc/loadavg: 1.00 1.01 1.00 1/64 11305
/proc/meminfo: memFree=1329824/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1477636 CPUtime=1.08
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 6975 0 1 0 103 5 0 0 18 0 13 0 159453997 1513099264 5740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 369409 5740 1402 9 0 366752 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1477636

[startup+1.50267 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11318
/proc/meminfo: memFree=1310904/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1477636 CPUtime=2.05
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 7867 0 1 0 199 6 0 0 18 0 13 0 159453997 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 369409 6630 1406 9 0 366752 0
[pid=11305/tid=11307] ppid=11303 vsize=1477636 CPUtime=1.28
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 4750 0 1 0 124 4 0 0 25 0 13 0 159453998 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4109476400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 159453999 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 159453999 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159454001 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 159454002 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159454002 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159454006 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1477636 CPUtime=0.32
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 999 0 0 0 32 0 0 0 16 0 13 0 159454006 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1477636 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 13 0 159454006 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159454006 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159454006 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159454026 1513099264 6630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1477636

[startup+3.10182 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11318
/proc/meminfo: memFree=1306232/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1477636 CPUtime=3.64
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 8913 0 1 0 358 6 0 0 18 0 13 0 159453997 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 369409 7675 1406 9 0 366752 0
[pid=11305/tid=11307] ppid=11303 vsize=1477636 CPUtime=2.87
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 5796 0 1 0 283 4 0 0 25 0 13 0 159453998 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4109611377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 159453999 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 159453999 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159454001 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 159454002 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159454002 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159454006 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1477636 CPUtime=0.32
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 999 0 0 0 32 0 0 0 16 0 13 0 159454006 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1477636 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 13 0 159454006 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159454006 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159454006 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1477636 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159454026 1513099264 7675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1477636

[startup+6.30213 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11318
/proc/meminfo: memFree=1300536/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1476940 CPUtime=6.84
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 10244 0 1 0 677 7 0 0 18 0 13 0 159453997 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 369235 8767 1406 9 0 366578 0
[pid=11305/tid=11307] ppid=11303 vsize=1476940 CPUtime=6.06
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 7127 0 1 0 601 5 0 0 25 0 13 0 159453998 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4109513043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 159453999 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 159453999 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159454001 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 159454002 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159454002 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159454006 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1476940 CPUtime=0.33
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 999 0 0 0 33 0 0 0 16 0 13 0 159454006 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1476940 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 13 0 159454006 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159454006 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159454006 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159454026 1512386560 8767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1476940

[startup+12.7018 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11318
/proc/meminfo: memFree=1291256/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1476940 CPUtime=13.23
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 12430 0 1 0 1315 8 0 0 18 0 13 0 159453997 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 369235 10953 1406 9 0 366578 0
[pid=11305/tid=11307] ppid=11303 vsize=1476940 CPUtime=12.46
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 9313 0 1 0 1239 7 0 0 25 0 13 0 159453998 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4109508299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 159453999 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 159453999 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159454001 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 159454002 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159454002 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159454006 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1476940 CPUtime=0.34
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 999 0 0 0 34 0 0 0 17 0 13 0 159454006 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1476940 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 13 0 159454006 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159454006 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159454006 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159454026 1512386560 10953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 1476940

[startup+25.502 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11318
/proc/meminfo: memFree=1281272/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1476940 CPUtime=26.03
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 14828 0 1 0 2592 11 0 0 18 0 13 0 159453997 1512386560 13351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 369235 13351 1406 9 0 366578 0
[pid=11305/tid=11307] ppid=11303 vsize=1476940 CPUtime=25.25
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 11711 0 1 0 2516 9 0 0 25 0 13 0 159453998 1512386560 13351 1992294400 134512640 134550932 4294956016 18446744073709551615 4109455489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 159453999 1512386560 13351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1476940 CPUtime=0
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 159453999 1512386560 13351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1476940 CPUtime=0

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

[pid=11305] ppid=11303 vsize=1475916 CPUtime=1723.24
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 86130 0 1 0 172264 60 0 0 18 0 13 0 159453997 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 368979 80502 1413 9 0 366322 0
[pid=11305/tid=11307] ppid=11303 vsize=1475916 CPUtime=1720.76
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 30984 0 1 0 172042 34 0 0 25 0 13 0 159453998 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4109508299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1475916 CPUtime=0.83
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 25697 0 0 0 71 12 0 0 21 0 13 0 159453999 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1475916 CPUtime=0.83
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 26328 0 0 0 72 11 0 0 16 0 13 0 159453999 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159454001 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 159454002 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159454002 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1475916 CPUtime=0.34
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 999 0 0 0 34 0 0 0 17 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1475916 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159454026 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.24
Current children cumulated vsize (KiB) 1475916

[startup+1782.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 11326
/proc/meminfo: memFree=1011576/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1475916 CPUtime=1783.22
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 86130 0 1 0 178262 60 0 0 18 0 13 0 159453997 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 368979 80502 1413 9 0 366322 0
[pid=11305/tid=11307] ppid=11303 vsize=1475916 CPUtime=1780.75
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 30984 0 1 0 178041 34 0 0 25 0 13 0 159453998 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4109508299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1475916 CPUtime=0.83
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 25697 0 0 0 71 12 0 0 21 0 13 0 159453999 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1475916 CPUtime=0.83
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 26328 0 0 0 72 11 0 0 16 0 13 0 159453999 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159454001 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 159454002 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159454002 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1475916 CPUtime=0.34
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 999 0 0 0 34 0 0 0 17 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1475916 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159454026 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.22
Current children cumulated vsize (KiB) 1475916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 11326
/proc/meminfo: memFree=1011512/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1475916 CPUtime=1800.03
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 86130 0 1 0 179942 61 0 0 18 0 13 0 159453997 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11305/statm: 368979 80502 1413 9 0 366322 0
[pid=11305/tid=11307] ppid=11303 vsize=1475916 CPUtime=1797.56
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 30984 0 1 0 179721 35 0 0 25 0 13 0 159453998 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1475916 CPUtime=0.83
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 25697 0 0 0 71 12 0 0 21 0 13 0 159453999 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1475916 CPUtime=0.83
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 26328 0 0 0 72 11 0 0 16 0 13 0 159453999 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159454001 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 159454002 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159454002 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1475916 CPUtime=0.34
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 999 0 0 0 34 0 0 0 17 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1475916 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159454006 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1475916 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 159454026 1511337984 80502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1475916

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

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

[startup+1799.21 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 11326
/proc/meminfo: memFree=1011512/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1476888 CPUtime=1800.23
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 86234 0 1 0 179962 61 0 0 16 0 15 0 159453997 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11305/statm: 369222 80586 1415 9 0 366565 0
[pid=11305/tid=11307] ppid=11303 vsize=1476888 CPUtime=1797.66
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 30984 0 1 0 179731 35 0 0 25 0 15 0 159453998 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4109508299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1476888 CPUtime=0.83
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 25697 0 0 0 71 12 0 0 21 0 15 0 159453999 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1476888 CPUtime=0.83
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 26328 0 0 0 72 11 0 0 16 0 15 0 159453999 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 159454001 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 159454002 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 159454002 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 159454006 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1476888 CPUtime=0.37
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 1084 0 0 0 37 0 0 0 17 0 15 0 159454006 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1476888 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 15 0 159454006 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 159454006 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 159454006 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 15 0 159454026 1512333312 80586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1476888

[startup+1799.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 11326
/proc/meminfo: memFree=1011512/2055920 swapFree=4192952/4192956
[pid=11305] ppid=11303 vsize=1476888 CPUtime=1800.38
/proc/11305/stat : 11305 (java) S 11303 11305 11093 0 -1 0 86237 0 1 0 179977 61 0 0 16 0 14 0 159453997 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11305/statm: 369222 80589 1416 9 0 366565 0
[pid=11305/tid=11307] ppid=11303 vsize=1476888 CPUtime=1797.75
/proc/11305/task/11307/stat : 11307 (java) R 11303 11305 11093 0 -1 64 30984 0 1 0 179740 35 0 0 25 0 14 0 159453998 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4109508299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11308] ppid=11303 vsize=1476888 CPUtime=0.83
/proc/11305/task/11308/stat : 11308 (java) S 11303 11305 11093 0 -1 64 25697 0 0 0 71 12 0 0 21 0 14 0 159453999 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11309] ppid=11303 vsize=1476888 CPUtime=0.83
/proc/11305/task/11309/stat : 11309 (java) S 11303 11305 11093 0 -1 64 26328 0 0 0 72 11 0 0 16 0 14 0 159453999 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11310] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11310/stat : 11310 (java) S 11303 11305 11093 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 159454001 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11311] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11311/stat : 11311 (java) S 11303 11305 11093 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 159454002 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11312] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11312/stat : 11312 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 159454002 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11313] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11313/stat : 11313 (java) S 11303 11305 11093 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 159454006 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11314] ppid=11303 vsize=1476888 CPUtime=0.37
/proc/11305/task/11314/stat : 11314 (java) S 11303 11305 11093 0 -1 64 1084 0 0 0 37 0 0 0 17 0 14 0 159454006 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11315] ppid=11303 vsize=1476888 CPUtime=0.42
/proc/11305/task/11315/stat : 11315 (java) S 11303 11305 11093 0 -1 64 1374 0 0 0 42 0 0 0 16 0 14 0 159454006 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11305/tid=11316] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11316/stat : 11316 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 159454006 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11317] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11317/stat : 11317 (java) S 11303 11305 11093 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 159454006 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11305/tid=11318] ppid=11303 vsize=1476888 CPUtime=0
/proc/11305/task/11318/stat : 11318 (java) S 11303 11305 11093 0 -1 64 4 0 0 0 0 0 0 0 20 0 14 0 159454026 1512333312 80589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 1476888

Child status: 143
Real time (s): 1799.37
CPU time (s): 1800.45
CPU user time (s): 1799.79
CPU system time (s): 0.665898
CPU usage (%): 100.06
Max. virtual memory (cumulated for all children) (KiB): 1477732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.665898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86237
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= 36772
involuntary context switches= 38875

runsolver used 1.9967 second user time and 4.56531 second system time

The end

Launcher Data

Begin job on node36 at 2009-06-13 20:42:47
IDJOB=1856641
IDBENCH=2882
IDSOLVER=682
FILE ID=node36/1856641-1244918567
PBS_JOBID= 9354616
Free space on /tmp= 66236 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_50_10_10.r.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856641-1244918567/watcher-1856641-1244918567 -o /tmp/evaluation-result-1856641-1244918567/solver-1856641-1244918567 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856641-1244918567.opb

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

MD5SUM BENCH= 41d5abe94732aa440d44e4bcd1eb4f30
RANDOM SEED=839902231

node36.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.230
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.230
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:       1330240 kB
Buffers:         68148 kB
Cached:         579276 kB
SwapCached:          4 kB
Active:          50796 kB
Inactive:       610548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1330240 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             280 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            50404 kB
Committed_AS:   127928 kB
PageTables:       1360 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= 66232 MiB
End job on node36 at 2009-06-13 21:12:48