Trace number 1856899

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.1? (TO) 1800.2 1797.71

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-420453220-max.opb
MD5SUM731d8a8b62f1165d7f7ff2eb0e8bed96
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52001
Total number of constraints154561
Number of constraints which are clauses154560
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285329458171408770520629035540670020835398097850925707779467176054569131054629458594384801759081011045
Number of bits of the biggest sum of numbers481
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1342000320
0.09/0.14	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856899-1244928028.opb
0.22/0.21	c reading problem ... 
6.38/5.05	c ... done. Wall clock time 4.845s.
6.38/5.05	c #vars     52001
6.38/5.05	c #constraints  167442
6.38/5.05	c constraints type 
6.38/5.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 103040
6.38/5.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
6.38/5.05	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 51520
1800.08/1797.61	c starts		: 8
1800.08/1797.61	c conflicts		: 4583
1800.08/1797.61	c decisions		: 8434
1800.08/1797.61	c propagations		: 2022576
1800.08/1797.61	c inspects		: 10241175
1800.08/1797.61	c learnt literals	: 0
1800.08/1797.61	c learnt binary clauses	: 0
1800.08/1797.61	c learnt ternary clauses	: 0
1800.08/1797.61	c learnt clauses	: 4583
1800.08/1797.61	c ignored clauses	: 0
1800.08/1797.61	c root simplifications	: 0
1800.08/1797.61	c removed literals (reason simplification)	: 58579711
1800.08/1797.61	c reason swapping (by a shorter reason)	: 0
1800.08/1797.61	c Calls to reduceDB	: 0
1800.08/1797.61	c speed (assignments/second)	: 1128.319418395388
1800.08/1797.61	c non guided choices	176
1800.08/1797.62	c learnt constraints type 
1800.08/1797.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4583
1800.08/1797.62	c constraints type 
1800.08/1797.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 103040
1800.08/1797.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1797.62	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 51520
1800.08/1797.62	s UNKNOWN
1800.08/1797.62	c Total wall clock time (in seconds): 1797.412

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-1856899-1244928028/watcher-1856899-1244928028 -o /tmp/evaluation-result-1856899-1244928028/solver-1856899-1244928028 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856899-1244928028.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.09 1.02 1.00 3/65 12884
/proc/meminfo: memFree=1345064/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=152 CPUtime=0
/proc/12884/stat : 12884 (java) R 12882 12884 12532 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 160402346 155648 26 1992294400 134512640 134550932 4294956016 18446744073709551615 9273643 0 0 4096 0 0 0 0 17 1 0 0
/proc/12884/statm: 38 26 19 9 0 4 0

[startup+0.00705808 s]
/proc/loadavg: 1.09 1.02 1.00 3/65 12884
/proc/meminfo: memFree=1345064/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1520 CPUtime=0
/proc/12884/stat : 12884 (java) R 12882 12884 12532 0 -1 0 254 0 0 0 0 0 0 0 18 0 1 0 160402346 1556480 73 1992294400 134512640 134550932 4294956016 18446744073709551615 9243937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12884/statm: 368 66 47 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1520

[startup+0.101077 s]
/proc/loadavg: 1.09 1.02 1.00 3/65 12884
/proc/meminfo: memFree=1345064/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1473608 CPUtime=0.09
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 3649 0 1 0 7 2 0 0 18 0 12 0 160402346 1508974592 3392 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 368402 3392 1069 9 0 365750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1473608

[startup+0.301099 s]
/proc/loadavg: 1.09 1.02 1.00 3/65 12884
/proc/meminfo: memFree=1345064/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1474612 CPUtime=0.35
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 5303 0 1 0 32 3 0 0 18 0 12 0 160402346 1510002688 5040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 368653 5040 1353 9 0 365996 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474612

[startup+0.701144 s]
/proc/loadavg: 1.09 1.02 1.00 3/65 12884
/proc/meminfo: memFree=1345064/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1477928 CPUtime=1.04
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 8028 0 1 0 99 5 0 0 18 0 12 0 160402346 1513398272 7395 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 369482 7395 1397 9 0 366825 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1477928

[startup+1.50223 s]
/proc/loadavg: 1.09 1.02 1.00 2/77 12896
/proc/meminfo: memFree=1310792/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1477516 CPUtime=1.99
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 22621 0 1 0 187 12 0 0 18 0 12 0 160402346 1512976384 21543 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 369379 21544 1401 9 0 366722 0
[pid=12884/tid=12886] ppid=12882 vsize=1477516 CPUtime=1.28
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 19665 0 1 0 118 10 0 0 20 0 12 0 160402347 1512976384 21544 1992294400 134512640 134550932 4294956016 18446744073709551615 4109509420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 4 0 0 0 0 0 0 0 18 0 12 0 160402349 1512976384 21546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160402349 1512976384 21547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 160402350 1512976384 21547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 160402351 1512976384 21548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 160402351 1512976384 21549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 160402355 1512976384 21550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1477516 CPUtime=0.35
/proc/12884/task/12893/stat : 12893 (java) S 12882 12884 12532 0 -1 64 984 0 0 0 35 0 0 0 15 0 12 0 160402355 1512976384 21552 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1477516 CPUtime=0.32
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 1229 0 0 0 32 0 0 0 16 0 12 0 160402355 1512976384 21553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160402355 1512976384 21554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160402355 1512976384 21555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1477516

[startup+3.10241 s]
/proc/loadavg: 1.09 1.02 1.00 2/77 12896
/proc/meminfo: memFree=1209864/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1477516 CPUtime=3.65
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 36142 0 1 0 345 20 0 0 18 0 12 0 160402346 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 369379 35052 1413 9 0 366722 0
[pid=12884/tid=12886] ppid=12882 vsize=1477516 CPUtime=2.82
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30916 0 1 0 266 16 0 0 25 0 12 0 160402347 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1477516 CPUtime=0.04
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 995 0 0 0 4 0 0 0 16 0 12 0 160402349 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1477516 CPUtime=0.04
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 1267 0 0 0 4 0 0 0 16 0 12 0 160402349 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160402350 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160402351 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160402351 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 160402355 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1477516 CPUtime=0.35
/proc/12884/task/12893/stat : 12893 (java) S 12882 12884 12532 0 -1 64 984 0 0 0 35 0 0 0 15 0 12 0 160402355 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1477516 CPUtime=0.33
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 1231 0 0 0 33 0 0 0 16 0 12 0 160402355 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160402355 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1477516 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160402355 1512976384 35052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1477516

[startup+6.30278 s]
/proc/loadavg: 1.16 1.03 1.01 2/78 12897
/proc/meminfo: memFree=1181760/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1488116 CPUtime=8.04
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 47128 0 1 0 780 24 0 0 18 0 13 0 160402346 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 372029 41993 1427 9 0 369372 0
[pid=12884/tid=12886] ppid=12882 vsize=1488116 CPUtime=5.69
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30964 0 1 0 553 16 0 0 16 0 13 0 160402347 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4109140936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1488116 CPUtime=0.14
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 3263 0 0 0 13 1 0 0 17 0 13 0 160402349 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1488116 CPUtime=0.12
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 3380 0 0 0 11 1 0 0 16 0 13 0 160402349 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1488116 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160402350 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1488116 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160402351 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1488116 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160402351 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1488116 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 160402355 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1488116 CPUtime=0.73
/proc/12884/task/12893/stat : 12893 (java) R 12882 12884 12532 0 -1 64 1585 0 0 0 72 1 0 0 16 0 13 0 160402355 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1488116 CPUtime=1.3
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 7179 0 0 0 127 3 0 0 16 0 13 0 160402355 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1488116 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160402355 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1488116 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160402355 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12897] ppid=12882 vsize=1488116 CPUtime=0
/proc/12884/task/12897/stat : 12897 (java) S 12882 12884 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160402870 1523830784 41993 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1488116

[startup+12.7015 s]
/proc/loadavg: 1.15 1.03 1.01 2/78 12897
/proc/meminfo: memFree=1182528/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1487108 CPUtime=14.72
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 47165 0 1 0 1447 25 0 0 18 0 13 0 160402346 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 371777 41781 1427 9 0 369120 0
[pid=12884/tid=12886] ppid=12882 vsize=1487108 CPUtime=11.97
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30967 0 1 0 1181 16 0 0 25 0 13 0 160402347 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4109647956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1487108 CPUtime=0.14
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 3263 0 0 0 13 1 0 0 17 0 13 0 160402349 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1487108 CPUtime=0.12
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 3380 0 0 0 11 1 0 0 16 0 13 0 160402349 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160402350 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160402351 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160402351 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 160402355 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1487108 CPUtime=1.01
/proc/12884/task/12893/stat : 12893 (java) S 12882 12884 12532 0 -1 64 1614 0 0 0 100 1 0 0 16 0 13 0 160402355 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1487108 CPUtime=1.42
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 7184 0 0 0 139 3 0 0 16 0 13 0 160402355 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160402355 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160402355 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12897] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12897/stat : 12897 (java) S 12882 12884 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160402870 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 1487108

[startup+25.5029 s]
/proc/loadavg: 1.11 1.03 1.01 2/78 12897
/proc/meminfo: memFree=1182656/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1487108 CPUtime=27.52
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 47166 0 1 0 2727 25 0 0 18 0 13 0 160402346 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 371777 41781 1427 9 0 369120 0
[pid=12884/tid=12886] ppid=12882 vsize=1487108 CPUtime=24.77
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30968 0 1 0 2461 16 0 0 25 0 13 0 160402347 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4109647933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1487108 CPUtime=0.14
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 3263 0 0 0 13 1 0 0 17 0 13 0 160402349 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1487108 CPUtime=0.12
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 3380 0 0 0 11 1 0 0 16 0 13 0 160402349 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160402350 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1487108 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160402351 1522798592 41781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1487108 CPUtime=0

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

[pid=12884] ppid=12882 vsize=1481032 CPUtime=1604.74
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 104734 0 1 0 160409 65 0 0 18 0 13 0 160402346 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 370258 96579 1427 9 0 367601 0
[pid=12884/tid=12886] ppid=12882 vsize=1481032 CPUtime=1600.3
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30983 0 1 0 160007 23 0 0 25 0 13 0 160402347 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4109672073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1481032 CPUtime=0.85
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 33026 0 0 0 66 19 0 0 16 0 13 0 160402349 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1481032 CPUtime=0.87
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 30640 0 0 0 70 17 0 0 17 0 13 0 160402349 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 160402350 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 160402355 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1481032 CPUtime=1.21
/proc/12884/task/12893/stat : 12893 (java) S 12882 12884 12532 0 -1 64 2137 0 0 0 120 1 0 0 17 0 13 0 160402355 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1481032 CPUtime=1.46
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 7188 0 0 0 143 3 0 0 16 0 13 0 160402355 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160402355 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160402355 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12897] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12897/stat : 12897 (java) S 12882 12884 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160402870 1516576768 96579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.74
Current children cumulated vsize (KiB) 1481032

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12897
/proc/meminfo: memFree=955720/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1481032 CPUtime=1664.75
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 106526 0 1 0 166409 66 0 0 18 0 13 0 160402346 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 370258 98363 1427 9 0 367601 0
[pid=12884/tid=12886] ppid=12882 vsize=1481032 CPUtime=1660.25
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30984 0 1 0 166002 23 0 0 25 0 13 0 160402347 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4109880627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1481032 CPUtime=0.88
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 33454 0 0 0 69 19 0 0 16 0 13 0 160402349 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1481032 CPUtime=0.89
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 32003 0 0 0 72 17 0 0 17 0 13 0 160402349 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 160402350 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 160402355 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1481032 CPUtime=1.21
/proc/12884/task/12893/stat : 12893 (java) S 12882 12884 12532 0 -1 64 2137 0 0 0 120 1 0 0 17 0 13 0 160402355 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1481032 CPUtime=1.46
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 7188 0 0 0 143 3 0 0 16 0 13 0 160402355 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160402355 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160402355 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12897] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12897/stat : 12897 (java) S 12882 12884 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160402870 1516576768 98363 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.75
Current children cumulated vsize (KiB) 1481032

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12897
/proc/meminfo: memFree=936776/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1481032 CPUtime=1724.77
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 111261 0 1 0 172408 69 0 0 18 0 13 0 160402346 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 370258 103091 1430 9 0 367601 0
[pid=12884/tid=12886] ppid=12882 vsize=1481032 CPUtime=1720.19
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30985 0 1 0 171996 23 0 0 25 0 13 0 160402347 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4109648083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1481032 CPUtime=0.92
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 36278 0 0 0 71 21 0 0 17 0 13 0 160402349 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1481032 CPUtime=0.93
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 33910 0 0 0 75 18 0 0 16 0 13 0 160402349 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 160402350 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 160402355 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1481032 CPUtime=1.22
/proc/12884/task/12893/stat : 12893 (java) S 12882 12884 12532 0 -1 64 2140 0 0 0 121 1 0 0 17 0 13 0 160402355 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1481032 CPUtime=1.46
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 7188 0 0 0 143 3 0 0 16 0 13 0 160402355 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160402355 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160402355 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12897] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12897/stat : 12897 (java) S 12882 12884 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160402870 1516576768 103091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.77
Current children cumulated vsize (KiB) 1481032

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12897
/proc/meminfo: memFree=925192/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1481032 CPUtime=1784.78
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 114136 0 1 0 178407 71 0 0 18 0 13 0 160402346 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 370258 105961 1430 9 0 367601 0
[pid=12884/tid=12886] ppid=12882 vsize=1481032 CPUtime=1780.15
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30986 0 1 0 177991 24 0 0 25 0 13 0 160402347 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4109881344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1481032 CPUtime=0.94
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 37453 0 0 0 73 21 0 0 17 0 13 0 160402349 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1481032 CPUtime=0.95
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 35609 0 0 0 76 19 0 0 16 0 13 0 160402349 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 160402350 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1481032 CPUtime=1.22
/proc/12884/task/12893/stat : 12893 (java) S 12882 12884 12532 0 -1 64 2140 0 0 0 121 1 0 0 17 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1481032 CPUtime=1.46
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 7188 0 0 0 143 3 0 0 16 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12897] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12897/stat : 12897 (java) S 12882 12884 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160402870 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.78
Current children cumulated vsize (KiB) 1481032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12897
/proc/meminfo: memFree=925192/2055920 swapFree=4191900/4192956
[pid=12884] ppid=12882 vsize=1481032 CPUtime=1800.08
/proc/12884/stat : 12884 (java) S 12882 12884 12532 0 -1 0 114136 0 1 0 179937 71 0 0 18 0 13 0 160402346 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12884/statm: 370258 105961 1430 9 0 367601 0
[pid=12884/tid=12886] ppid=12882 vsize=1481032 CPUtime=1795.45
/proc/12884/task/12886/stat : 12886 (java) R 12882 12884 12532 0 -1 64 30986 0 1 0 179521 24 0 0 25 0 13 0 160402347 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4109647956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12887] ppid=12882 vsize=1481032 CPUtime=0.94
/proc/12884/task/12887/stat : 12887 (java) S 12882 12884 12532 0 -1 64 37453 0 0 0 73 21 0 0 17 0 13 0 160402349 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12888] ppid=12882 vsize=1481032 CPUtime=0.95
/proc/12884/task/12888/stat : 12888 (java) S 12882 12884 12532 0 -1 64 35609 0 0 0 76 19 0 0 16 0 13 0 160402349 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12889] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12889/stat : 12889 (java) S 12882 12884 12532 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 160402350 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12890] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12890/stat : 12890 (java) S 12882 12884 12532 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12891] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12891/stat : 12891 (java) S 12882 12884 12532 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160402351 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12892] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12892/stat : 12892 (java) S 12882 12884 12532 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12893] ppid=12882 vsize=1481032 CPUtime=1.22
/proc/12884/task/12893/stat : 12893 (java) S 12882 12884 12532 0 -1 64 2140 0 0 0 121 1 0 0 17 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12884/tid=12894] ppid=12882 vsize=1481032 CPUtime=1.46
/proc/12884/task/12894/stat : 12894 (java) S 12882 12884 12532 0 -1 64 7188 0 0 0 143 3 0 0 16 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12895] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12895/stat : 12895 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12896] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12896/stat : 12896 (java) S 12882 12884 12532 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160402355 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12884/tid=12897] ppid=12882 vsize=1481032 CPUtime=0
/proc/12884/task/12897/stat : 12897 (java) S 12882 12884 12532 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160402870 1516576768 105961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1481032

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

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

Child status: 143
Real time (s): 1797.71
CPU time (s): 1800.2
CPU user time (s): 1799.42
CPU system time (s): 0.778881
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 1491452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.778881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114159
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= 37150
involuntary context switches= 4240

runsolver used 2.15667 second user time and 4.39733 second system time

The end

Launcher Data

Begin job on node32 at 2009-06-13 23:20:29
IDJOB=1856899
IDBENCH=3011
IDSOLVER=682
FILE ID=node32/1856899-1244928028
PBS_JOBID= 9354639
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=320-sizeP=161-sizeQ=320-420453220-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856899-1244928028/watcher-1856899-1244928028 -o /tmp/evaluation-result-1856899-1244928028/solver-1856899-1244928028 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856899-1244928028.opb

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

MD5SUM BENCH= 731d8a8b62f1165d7f7ff2eb0e8bed96
RANDOM SEED=699638423

node32.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.234
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.234
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:       1345480 kB
Buffers:         70492 kB
Cached:         556792 kB
SwapCached:        560 kB
Active:          58440 kB
Inactive:       583524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1345480 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8612 kB
Writeback:           0 kB
Mapped:          23776 kB
Slab:            54112 kB
Committed_AS:   123148 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node32 at 2009-06-13 23:50:29