Trace number 1856429

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.55 1787.49

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
MD5SUM72fff71fe37083f89a4fde6caf0f3578
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.91041
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8268
Total number of constraints1451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints1430
Minimum length of a constraint3
Maximum length of a constraint8249
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 2386602666496000
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 5223634990318712
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1856429-1244911295.opb
0.21/0.22	c reading problem ... 
2.98/2.05	c ... done. Wall clock time 1.829s.
2.98/2.05	c #vars     8268
2.98/2.05	c #constraints  1865
2.98/2.05	c constraints type 
2.98/2.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 21
2.98/2.05	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 21
2.98/2.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1429
1800.10/1787.22	c starts		: 22
1800.10/1787.22	c conflicts		: 1202343
1800.10/1787.22	c decisions		: 1348466
1800.10/1787.22	c propagations		: 134621207
1800.10/1787.22	c inspects		: 1361761773
1800.10/1787.22	c learnt literals	: 0
1800.10/1787.22	c learnt binary clauses	: 2
1800.10/1787.22	c learnt ternary clauses	: 6
1800.10/1787.22	c learnt clauses	: 1202343
1800.10/1787.22	c ignored clauses	: 0
1800.10/1787.22	c root simplifications	: 0
1800.10/1787.22	c removed literals (reason simplification)	: 43489661
1800.10/1787.22	c reason swapping (by a shorter reason)	: 0
1800.10/1787.22	c Calls to reduceDB	: 0
1800.10/1787.22	c speed (assignments/second)	: 75410.98956008037
1800.10/1787.22	c non guided choices	3
1800.29/1787.38	c learnt constraints type 
1800.29/1787.38	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1202456
1800.29/1787.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.29/1787.38	c constraints type 
1800.29/1787.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 21
1800.29/1787.38	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 21
1800.29/1787.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1429
1800.29/1787.38	s UNKNOWN
1800.29/1787.38	c Total wall clock time (in seconds): 1787.159

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-1856429-1244911295/watcher-1856429-1244911295 -o /tmp/evaluation-result-1856429-1244911295/solver-1856429-1244911295 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856429-1244911295.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14988
/proc/meminfo: memFree=1318048/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=152 CPUtime=0
/proc/14988/stat : 14988 (java6) D 14986 14988 14645 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158730498 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10588964 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14988/statm: 38 26 19 9 0 4 0

[startup+0.014607 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14988
/proc/meminfo: memFree=1318048/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1616 CPUtime=0
/proc/14988/stat : 14988 (java) D 14986 14988 14645 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 158730498 1654784 144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14988/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.102434 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14988
/proc/meminfo: memFree=1318048/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1472584 CPUtime=0.08
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 158730498 1507926016 3341 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 368146 3341 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301458 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14988
/proc/meminfo: memFree=1318048/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1474636 CPUtime=0.34
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 5039 0 1 0 30 4 0 0 18 0 12 0 158730498 1510027264 4776 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 368659 4776 1351 9 0 366002 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474636

[startup+0.70153 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14988
/proc/meminfo: memFree=1318048/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1479116 CPUtime=1.06
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 9273 0 1 0 100 6 0 0 18 0 12 0 158730498 1514614784 7260 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 369779 7260 1399 9 0 367122 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1479116

[startup+1.50167 s]
/proc/loadavg: 1.08 1.02 1.01 4/76 15000
/proc/meminfo: memFree=1283264/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1489656 CPUtime=2.47
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 20736 0 1 0 222 25 0 0 18 0 12 0 158730498 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372414 14500 1401 9 0 369757 0
[pid=14988/tid=14990] ppid=14986 vsize=1489656 CPUtime=0.73
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 9566 0 1 0 68 5 0 0 18 0 12 0 158730499 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1489656 CPUtime=0
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 158730501 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1489656 CPUtime=0
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 158730501 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1489656 CPUtime=0.22
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 3 0 0 0 9 13 0 0 16 0 12 0 158730503 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1489656 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 158730503 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1489656 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 158730503 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1489656 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158730507 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1489656 CPUtime=0.6
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 2980 0 0 0 59 1 0 0 16 0 12 0 158730507 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1489656 CPUtime=0.88
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7447 0 0 0 85 3 0 0 16 0 12 0 158730507 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1489656 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158730507 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1489656 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158730507 1525407744 14500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1489656

[startup+3.10295 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 15000
/proc/meminfo: memFree=1217088/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1490304 CPUtime=4.54
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 42378 0 1 0 421 33 0 0 18 0 13 0 158730498 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372576 34831 1416 9 0 369919 0
[pid=14988/tid=14990] ppid=14986 vsize=1490304 CPUtime=2.19
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 29727 0 1 0 207 12 0 0 25 0 13 0 158730499 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4109494480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 158730501 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 158730501 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1490304 CPUtime=0.22
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 3 0 0 0 9 13 0 0 17 0 13 0 158730503 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 158730503 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 158730503 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158730507 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1490304 CPUtime=0.95
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 4131 0 0 0 93 2 0 0 17 0 13 0 158730507 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1490304 CPUtime=1.13
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7771 0 0 0 110 3 0 0 16 0 13 0 158730507 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158730507 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158730507 1526071296 34831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 1490304

[startup+6.3015 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 15001
/proc/meminfo: memFree=1156920/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1490304 CPUtime=7.94
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 49199 0 1 0 758 36 0 0 18 0 13 0 158730498 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372576 41454 1425 9 0 369919 0
[pid=14988/tid=14990] ppid=14986 vsize=1490304 CPUtime=5.24
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 30967 0 1 0 511 13 0 0 19 0 13 0 158730499 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4109819777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1490304 CPUtime=0.11
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 2779 0 0 0 10 1 0 0 17 0 13 0 158730501 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1490304 CPUtime=0.11
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 2783 0 0 0 10 1 0 0 17 0 13 0 158730501 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1490304 CPUtime=0.22
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 15 0 0 0 9 13 0 0 16 0 13 0 158730503 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158730503 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158730503 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158730507 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1490304 CPUtime=1.02
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 4133 0 0 0 100 2 0 0 16 0 13 0 158730507 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1490304 CPUtime=1.17
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7775 0 0 0 114 3 0 0 16 0 13 0 158730507 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158730507 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158730507 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15001] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 14645 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158730710 1526071296 41454 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1490304

[startup+12.7026 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 15001
/proc/meminfo: memFree=1134904/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1490304 CPUtime=14.8
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 55201 0 1 0 1440 40 0 0 18 0 13 0 158730498 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372576 46918 1429 9 0 369919 0
[pid=14988/tid=14990] ppid=14986 vsize=1490304 CPUtime=11.46
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 31447 0 1 0 1133 13 0 0 25 0 13 0 158730499 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4109576590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1490304 CPUtime=0.26
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 5641 0 0 0 23 3 0 0 17 0 13 0 158730501 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1490304 CPUtime=0.26
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 5377 0 0 0 23 3 0 0 16 0 13 0 158730501 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1490304 CPUtime=0.22
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 25 0 0 0 9 13 0 0 16 0 13 0 158730503 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158730503 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158730503 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158730507 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1490304 CPUtime=1.34
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 4187 0 0 0 132 2 0 0 17 0 13 0 158730507 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1490304 CPUtime=1.2
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7777 0 0 0 117 3 0 0 16 0 13 0 158730507 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158730507 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158730507 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15001] ppid=14986 vsize=1490304 CPUtime=0
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 14645 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158730710 1526071296 46918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 1490304

[startup+25.5029 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 15001
/proc/meminfo: memFree=1134136/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1488720 CPUtime=27.66
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 55847 0 1 0 2725 41 0 0 18 0 13 0 158730498 1524449280 47110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372180 47110 1429 9 0 369523 0
[pid=14988/tid=14990] ppid=14986 vsize=1488720 CPUtime=24.2
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 31457 0 1 0 2407 13 0 0 25 0 13 0 158730499 1524449280 47110 1992294400 134512640 134550932 4294956016 18446744073709551615 4109576609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1488720 CPUtime=0.28
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 5975 0 0 0 25 3 0 0 16 0 13 0 158730501 1524449280 47110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1488720 CPUtime=0.28
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 5679 0 0 0 25 3 0 0 16 0 13 0 158730501 1524449280 47110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1488720 CPUtime=0.22
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 25 0 0 0 9 13 0 0 17 0 13 0 158730503 1524449280 47110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 47110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1488720 CPUtime=0

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

[pid=14988/tid=14993] ppid=14986 vsize=1488720 CPUtime=0.32
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 30 0 0 0 16 16 0 0 16 0 13 0 158730503 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1488720 CPUtime=1.37
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 4187 0 0 0 135 2 0 0 17 0 13 0 158730507 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1488720 CPUtime=1.32
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7777 0 0 0 129 3 0 0 15 0 13 0 158730507 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158730507 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=15001] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 14645 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158730710 1524449280 133141 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.76
Current children cumulated vsize (KiB) 1488720

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 15009
/proc/meminfo: memFree=773752/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1488720 CPUtime=1673.54
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 148926 0 1 0 167233 121 0 0 18 0 13 0 158730498 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372180 136955 1429 9 0 369523 0
[pid=14988/tid=14990] ppid=14986 vsize=1488720 CPUtime=1648.55
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 33008 0 1 0 164838 17 0 0 25 0 13 0 158730499 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4109807214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1488720 CPUtime=11.16
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 50694 0 0 0 1081 35 0 0 16 0 13 0 158730501 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1488720 CPUtime=10.76
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 52483 0 0 0 1032 44 0 0 16 0 13 0 158730501 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1488720 CPUtime=0.32
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 30 0 0 0 16 16 0 0 16 0 13 0 158730503 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1488720 CPUtime=1.37
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 4187 0 0 0 135 2 0 0 17 0 13 0 158730507 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1488720 CPUtime=1.32
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7777 0 0 0 129 3 0 0 15 0 13 0 158730507 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158730507 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=15001] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 14645 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158730710 1524449280 136955 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.54
Current children cumulated vsize (KiB) 1488720

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 15009
/proc/meminfo: memFree=759160/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1488720 CPUtime=1734.35
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 152820 0 1 0 173311 124 0 0 18 0 13 0 158730498 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372180 140810 1429 9 0 369523 0
[pid=14988/tid=14990] ppid=14986 vsize=1488720 CPUtime=1707.57
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 33032 0 1 0 170740 17 0 0 21 0 13 0 158730499 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4109580722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1488720 CPUtime=12.11
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 53034 0 0 0 1175 36 0 0 17 0 13 0 158730501 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1488720 CPUtime=11.6
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 54013 0 0 0 1114 46 0 0 16 0 13 0 158730501 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1488720 CPUtime=0.32
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 30 0 0 0 16 16 0 0 15 0 13 0 158730503 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1488720 CPUtime=1.37
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 4187 0 0 0 135 2 0 0 17 0 13 0 158730507 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1488720 CPUtime=1.32
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7777 0 0 0 129 3 0 0 15 0 13 0 158730507 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158730507 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=15001] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 14645 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158730710 1524449280 140810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.35
Current children cumulated vsize (KiB) 1488720

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15009
/proc/meminfo: memFree=742520/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1488720 CPUtime=1795.12
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 156842 0 1 0 179385 127 0 0 18 0 13 0 158730498 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372180 144744 1429 9 0 369523 0
[pid=14988/tid=14990] ppid=14986 vsize=1488720 CPUtime=1766.64
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 33054 0 1 0 176647 17 0 0 25 0 13 0 158730499 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4109576598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1488720 CPUtime=13
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 55073 0 0 0 1264 36 0 0 17 0 13 0 158730501 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1488720 CPUtime=12.4
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 55974 0 0 0 1192 48 0 0 16 0 13 0 158730501 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1488720 CPUtime=0.33
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 30 0 0 0 16 17 0 0 16 0 13 0 158730503 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1488720 CPUtime=1.37
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 4187 0 0 0 135 2 0 0 17 0 13 0 158730507 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1488720 CPUtime=1.32
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7777 0 0 0 129 3 0 0 15 0 13 0 158730507 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158730507 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=15001] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 14645 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158730710 1524449280 144744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 1488720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15009
/proc/meminfo: memFree=741240/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=1488720 CPUtime=1800.1
/proc/14988/stat : 14988 (java) S 14986 14988 14645 0 -1 0 157147 0 1 0 179883 127 0 0 18 0 13 0 158730498 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 372180 145046 1429 9 0 369523 0
[pid=14988/tid=14990] ppid=14986 vsize=1488720 CPUtime=1771.46
/proc/14988/task/14990/stat : 14990 (java) R 14986 14988 14645 0 -1 64 33056 0 1 0 177129 17 0 0 25 0 13 0 158730499 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4109576590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14991] ppid=14986 vsize=1488720 CPUtime=13.08
/proc/14988/task/14991/stat : 14991 (java) S 14986 14988 14645 0 -1 64 55207 0 0 0 1272 36 0 0 17 0 13 0 158730501 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14992] ppid=14986 vsize=1488720 CPUtime=12.47
/proc/14988/task/14992/stat : 14992 (java) S 14986 14988 14645 0 -1 64 56143 0 0 0 1199 48 0 0 16 0 13 0 158730501 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14993] ppid=14986 vsize=1488720 CPUtime=0.33
/proc/14988/task/14993/stat : 14993 (java) S 14986 14988 14645 0 -1 64 30 0 0 0 16 17 0 0 16 0 13 0 158730503 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14994] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14994/stat : 14994 (java) S 14986 14988 14645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14995] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14995/stat : 14995 (java) S 14986 14988 14645 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158730503 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14996] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14996/stat : 14996 (java) S 14986 14988 14645 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14997] ppid=14986 vsize=1488720 CPUtime=1.37
/proc/14988/task/14997/stat : 14997 (java) S 14986 14988 14645 0 -1 64 4187 0 0 0 135 2 0 0 17 0 13 0 158730507 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=14998] ppid=14986 vsize=1488720 CPUtime=1.32
/proc/14988/task/14998/stat : 14998 (java) S 14986 14988 14645 0 -1 64 7777 0 0 0 129 3 0 0 15 0 13 0 158730507 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=14999] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/14999/stat : 14999 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158730507 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14988/tid=15000] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15000/stat : 15000 (java) S 14986 14988 14645 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158730507 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14988/tid=15001] ppid=14986 vsize=1488720 CPUtime=0
/proc/14988/task/15001/stat : 15001 (java) S 14986 14988 14645 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158730710 1524449280 145046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1488720

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

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

[startup+1787.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15012
/proc/meminfo: memFree=773488/2055920 swapFree=4191900/4192956
[pid=14988] ppid=14986 vsize=0 CPUtime=1800.46
/proc/14988/stat : 14988 (java) Z 14986 14988 14645 0 -1 1036 157171 0 1 0 179918 128 0 0 15 0 2 0 158730498 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14988/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.49
CPU time (s): 1800.55
CPU user time (s): 1799.18
CPU system time (s): 1.36879
CPU usage (%): 100.73
Max. virtual memory (cumulated for all children) (KiB): 1491940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.36879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157171
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= 44321
involuntary context switches= 35027

runsolver used 1.92071 second user time and 4.6063 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-13 18:41:36
IDJOB=1856429
IDBENCH=2517
IDSOLVER=682
FILE ID=node4/1856429-1244911295
PBS_JOBID= 9354498
Free space on /tmp= 66480 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856429-1244911295/watcher-1856429-1244911295 -o /tmp/evaluation-result-1856429-1244911295/solver-1856429-1244911295 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856429-1244911295.opb

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

MD5SUM BENCH= 72fff71fe37083f89a4fde6caf0f3578
RANDOM SEED=1045791748

node4.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.259
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.259
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:       1318528 kB
Buffers:         66216 kB
Cached:         594424 kB
SwapCached:        524 kB
Active:          49844 kB
Inactive:       624384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318528 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2112 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            49168 kB
Committed_AS:   115604 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node4 at 2009-06-13 19:11:25