Trace number 2660074

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.19 1795.63

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
MD5SUMd17850f8cb83537ab22f6a30504d9d46
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31508
Sum of products size (including duplicates)63016
Number of different products15754
Sum of products size31508

Solver Data

0.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.17	c See www.sat4j.org for details.
0.06/0.17	c version 2.2.0.v20100526
0.06/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.17	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.17	c java.vm.version	11.2-b01
0.06/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version		1.6.0_12
0.06/0.17	c os.name		Linux
0.06/0.17	c os.version		2.6.18-164.el5
0.06/0.17	c os.arch		i386
0.06/0.17	c Free memory 		1393557488
0.06/0.17	c Max memory 		1395916800
0.06/0.17	c Total memory 		1395916800
0.06/0.17	c Number of processors 	2
0.24/0.23	c Pseudo Boolean Optimization
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.24	c solving HOME/instance-2660074-1276677707.opb
0.24/0.24	c reading problem ... 
107.17/106.32	c ... done. Wall clock time 106.086s.
107.17/106.32	c #vars     16754
107.17/106.32	c #constraints  33011
107.17/106.32	c constraints type 
107.17/106.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
107.17/106.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15754
107.17/106.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
107.17/106.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
1800.04/1795.52	c starts		: 1
1800.04/1795.52	c conflicts		: 81
1800.04/1795.52	c decisions		: 16323
1800.04/1795.52	c propagations		: 23233
1800.04/1795.52	c inspects		: 350574
1800.04/1795.52	c learnt literals	: 0
1800.04/1795.52	c learnt binary clauses	: 0
1800.04/1795.52	c learnt ternary clauses	: 0
1800.04/1795.52	c learnt clauses	: 80
1800.04/1795.52	c ignored clauses	: 0
1800.04/1795.52	c root simplifications	: 0
1800.04/1795.52	c removed literals (reason simplification)	: 0
1800.04/1795.52	c reason swapping (by a shorter reason)	: 0
1800.04/1795.52	c Calls to reduceDB	: 0
1800.04/1795.52	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.52	c number of learned constraints concerned by reduction	: 0
1800.04/1795.52	c number of learning phase by resolution	: 0
1800.04/1795.52	c number of learning phase by cutting planes	: 0
1800.04/1795.52	c speed (assignments/second)	: 13.753896828901832
1800.04/1795.52	c non guided choices	16215
1800.04/1795.52	c learnt constraints type 
1800.04/1795.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/1795.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 79
1800.04/1795.52	c constraints type 
1800.04/1795.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.04/1795.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15754
1800.04/1795.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.04/1795.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
1800.04/1795.52	s UNKNOWN
1800.04/1795.52	c Total wall clock time (in seconds): 1795.283

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-2660074-1276677707/watcher-2660074-1276677707 -o /tmp/evaluation-result-2660074-1276677707/solver-2660074-1276677707 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660074-1276677707.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.23 1.76 1.59 2/105 16906
/proc/meminfo: memFree=1743424/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=24036 CPUtime=0
/proc/16906/stat : 16906 (runsolver) S 16904 16906 15990 0 -1 4202560 80 0 0 0 0 0 0 0 25 0 1 0 9064455 24612864 106 1992294400 4194304 4302564 140736786055456 18446744073709551615 219595514871 0 2147483391 4096 24578 18446744071699326142 0 0 17 0 0 0 0
/proc/16906/statm: 6009 106 69 27 0 2647 0

[startup+0.064658 s]
/proc/loadavg: 1.23 1.76 1.59 2/105 16906
/proc/meminfo: memFree=1743424/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1520328 CPUtime=0.02
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 3287 0 1 0 0 2 0 0 25 0 4 0 9064455 1556815872 2731 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 380082 2731 944 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.102647 s]
/proc/loadavg: 1.23 1.76 1.59 2/105 16906
/proc/meminfo: memFree=1743424/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1521796 CPUtime=0.06
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 3729 0 1 0 4 2 0 0 25 0 7 0 9064455 1558319104 3171 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 380449 3171 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.301188 s]
/proc/loadavg: 1.23 1.76 1.59 2/105 16906
/proc/meminfo: memFree=1743424/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1526412 CPUtime=0.32
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 5317 0 1 0 29 3 0 0 25 0 12 0 9064455 1563045888 4755 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 381603 4755 1352 10 0 378905 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526412

[startup+0.700719 s]
/proc/loadavg: 1.23 1.76 1.59 2/105 16906
/proc/meminfo: memFree=1743424/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1528080 CPUtime=0.91
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 6591 0 1 0 87 4 0 0 25 0 12 0 9064455 1564753920 5956 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 382020 5956 1397 10 0 379322 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1528080

[startup+1.5018 s]
/proc/loadavg: 1.23 1.76 1.59 2/117 16918
/proc/meminfo: memFree=1722188/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1528356 CPUtime=1.99
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 7848 0 1 0 194 5 0 0 25 0 12 0 9064455 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 382089 6888 1408 10 0 379391 0
[pid=16906/tid=16908] ppid=16904 vsize=1528356 CPUtime=1.34
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 5239 0 1 0 131 3 0 0 25 0 12 0 9064460 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4109205388 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9064461 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064461 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9064463 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9064463 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9064463 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064468 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1528356 CPUtime=0.29
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 526 0 0 0 29 0 0 0 18 0 12 0 9064468 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1528356 CPUtime=0.33
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 1019 0 0 0 33 0 0 0 15 0 12 0 9064468 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9064468 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9064468 1565036544 6888 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1528356

[startup+3.10198 s]
/proc/loadavg: 1.23 1.76 1.59 2/117 16918
/proc/meminfo: memFree=1719460/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1528356 CPUtime=3.63
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 8419 0 1 0 358 5 0 0 25 0 12 0 9064455 1565036544 7459 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 382089 7459 1408 10 0 379391 0
[pid=16906/tid=16908] ppid=16904 vsize=1528356 CPUtime=2.95
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 5809 0 1 0 291 4 0 0 25 0 12 0 9064460 1565036544 7459 1992294400 134512640 134550932 4287159856 18446744073709551615 4109205388 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9064461 1565036544 7459 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064461 1565036544 7459 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9064463 1565036544 7460 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9064463 1565036544 7460 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9064463 1565036544 7460 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064468 1565036544 7460 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1528356 CPUtime=0.33
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 527 0 0 0 33 0 0 0 15 0 12 0 9064468 1565036544 7460 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1528356 CPUtime=0.33
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 1019 0 0 0 33 0 0 0 15 0 12 0 9064468 1565036544 7460 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9064468 1565036544 7460 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9064468 1565036544 7460 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1528356

[startup+6.30232 s]
/proc/loadavg: 1.21 1.75 1.59 2/117 16918
/proc/meminfo: memFree=1716236/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1528356 CPUtime=6.92
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 9144 0 1 0 686 6 0 0 25 0 12 0 9064455 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 382089 8183 1410 10 0 379391 0
[pid=16906/tid=16908] ppid=16904 vsize=1528356 CPUtime=6.12
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 6522 0 1 0 608 4 0 0 25 0 12 0 9064460 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4109204801 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9064461 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064461 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9064463 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9064463 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9064463 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064468 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1528356 CPUtime=0.4
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 534 0 0 0 40 0 0 0 15 0 12 0 9064468 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1528356 CPUtime=0.37
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 1024 0 0 0 37 0 0 0 15 0 12 0 9064468 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9064468 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9064468 1565036544 8183 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 1528356

[startup+12.702 s]
/proc/loadavg: 1.20 1.74 1.59 2/117 16918
/proc/meminfo: memFree=1711400/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1528356 CPUtime=13.33
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 10236 0 1 0 1326 7 0 0 25 0 12 0 9064455 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 382089 9275 1410 10 0 379391 0
[pid=16906/tid=16908] ppid=16904 vsize=1528356 CPUtime=12.51
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 7613 0 1 0 1246 5 0 0 25 0 12 0 9064460 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4109205388 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9064461 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064461 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9064463 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9064463 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9064463 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064468 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1528356 CPUtime=0.41
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 535 0 0 0 41 0 0 0 15 0 12 0 9064468 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1528356 CPUtime=0.37
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 1024 0 0 0 37 0 0 0 15 0 12 0 9064468 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9064468 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1528356 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9064468 1565036544 9275 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 1528356

[startup+25.5014 s]
/proc/loadavg: 1.15 1.70 1.58 2/117 16918
/proc/meminfo: memFree=1704828/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1529236 CPUtime=26.39
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 12214 0 1 0 2630 9 0 0 25 0 12 0 9064455 1565937664 10855 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 382309 10855 1411 10 0 379611 0
[pid=16906/tid=16908] ppid=16904 vsize=1529236 CPUtime=25.16
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 8949 0 1 0 2509 7 0 0 25 0 12 0 9064460 1565937664 10855 1992294400 134512640 134550932 4287159856 18446744073709551615 4109205123 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1529236 CPUtime=0
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9064461 1565937664 10855 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1529236 CPUtime=0
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064461 1565937664 10855 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1529236 CPUtime=0
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 12 0 9064463 1565937664 10855 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1529236 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9064463 1565937664 10855 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1529236 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9064463 1565937664 10855 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1529236 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9064468 1565937664 10855 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1529236 CPUtime=0.71

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

[pid=16906/tid=16912] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 184712 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 184712 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 184712 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1543164 CPUtime=1.95
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 3118 0 0 0 194 1 0 0 15 0 13 0 9064468 1580199936 184712 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1543164 CPUtime=1.57
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 5673 0 0 0 155 2 0 0 15 0 13 0 9064468 1580199936 184712 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 184712 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 9064468 1580199936 184712 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16921] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16921/stat : 16921 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9075095 1580199936 184712 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.75
Current children cumulated vsize (KiB) 1543164

[startup+1662.3 s]
/proc/loadavg: 1.14 1.04 1.08 2/118 16972
/proc/meminfo: memFree=960572/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1543164 CPUtime=1666.84
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 235130 0 1 0 166560 124 0 0 25 0 13 0 9064455 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 385791 196106 1436 10 0 383093 0
[pid=16906/tid=16908] ppid=16904 vsize=1543164 CPUtime=1657.39
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 32160 0 1 0 165715 24 0 0 25 0 13 0 9064460 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4109711330 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1543164 CPUtime=2.94
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 94512 0 0 0 249 45 0 0 16 0 13 0 9064461 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1543164 CPUtime=2.91
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 98412 0 0 0 242 49 0 0 16 0 13 0 9064461 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1543164 CPUtime=0.02
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 91 0 0 0 2 0 0 0 15 0 13 0 9064463 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1543164 CPUtime=1.95
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 3118 0 0 0 194 1 0 0 15 0 13 0 9064468 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1543164 CPUtime=1.57
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 5673 0 0 0 155 2 0 0 15 0 13 0 9064468 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9064468 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16921] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16921/stat : 16921 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9075095 1580199936 196106 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.84
Current children cumulated vsize (KiB) 1543164

[startup+1722.3 s]
/proc/loadavg: 1.05 1.03 1.08 2/118 16974
/proc/meminfo: memFree=940236/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1543164 CPUtime=1726.86
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 240369 0 1 0 172558 128 0 0 25 0 13 0 9064455 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 385791 201181 1436 10 0 383093 0
[pid=16906/tid=16908] ppid=16904 vsize=1543164 CPUtime=1717.31
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 32161 0 1 0 171707 24 0 0 25 0 13 0 9064460 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4109711270 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1543164 CPUtime=2.99
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 97937 0 0 0 252 47 0 0 15 0 13 0 9064461 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1543164 CPUtime=2.96
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 100219 0 0 0 246 50 0 0 16 0 13 0 9064461 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1543164 CPUtime=0.02
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 93 0 0 0 2 0 0 0 15 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1543164 CPUtime=1.95
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 3118 0 0 0 194 1 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1543164 CPUtime=1.57
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 5673 0 0 0 155 2 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16921] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16921/stat : 16921 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9075095 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.86
Current children cumulated vsize (KiB) 1543164

[startup+1782.3 s]
/proc/loadavg: 1.02 1.02 1.07 2/118 16976
/proc/meminfo: memFree=939988/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1543164 CPUtime=1786.84
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 240373 0 1 0 178556 128 0 0 25 0 13 0 9064455 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 385791 201181 1436 10 0 383093 0
[pid=16906/tid=16908] ppid=16904 vsize=1543164 CPUtime=1777.28
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 32161 0 1 0 177704 24 0 0 25 0 13 0 9064460 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4109711219 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1543164 CPUtime=2.99
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 97937 0 0 0 252 47 0 0 15 0 13 0 9064461 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1543164 CPUtime=2.96
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 100219 0 0 0 246 50 0 0 16 0 13 0 9064461 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1543164 CPUtime=0.02
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 93 0 0 0 2 0 0 0 15 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1543164 CPUtime=1.95
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 3118 0 0 0 194 1 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1543164 CPUtime=1.57
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 5673 0 0 0 155 2 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16921] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16921/stat : 16921 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9075095 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.84
Current children cumulated vsize (KiB) 1543164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.01 1.02 1.07 2/118 16976
/proc/meminfo: memFree=939988/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=1543164 CPUtime=1800.04
/proc/16906/stat : 16906 (java) S 16904 16906 15990 0 -1 4202496 240373 0 1 0 179876 128 0 0 25 0 13 0 9064455 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 385791 201181 1436 10 0 383093 0
[pid=16906/tid=16908] ppid=16904 vsize=1543164 CPUtime=1790.48
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4202560 32161 0 1 0 179024 24 0 0 25 0 13 0 9064460 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4109711215 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16906/tid=16909] ppid=16904 vsize=1543164 CPUtime=2.99
/proc/16906/task/16909/stat : 16909 (java) S 16904 16906 15990 0 -1 4202560 97937 0 0 0 252 47 0 0 15 0 13 0 9064461 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16910] ppid=16904 vsize=1543164 CPUtime=2.96
/proc/16906/task/16910/stat : 16910 (java) S 16904 16906 15990 0 -1 4202560 100219 0 0 0 246 50 0 0 16 0 13 0 9064461 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16911] ppid=16904 vsize=1543164 CPUtime=0.02
/proc/16906/task/16911/stat : 16911 (java) S 16904 16906 15990 0 -1 4202560 93 0 0 0 2 0 0 0 15 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 0 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16912] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16912/stat : 16912 (java) S 16904 16906 15990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16913] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16913/stat : 16913 (java) S 16904 16906 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9064463 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16914] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16914/stat : 16914 (java) S 16904 16906 15990 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16915] ppid=16904 vsize=1543164 CPUtime=1.95
/proc/16906/task/16915/stat : 16915 (java) S 16904 16906 15990 0 -1 4202560 3118 0 0 0 194 1 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16916] ppid=16904 vsize=1543164 CPUtime=1.57
/proc/16906/task/16916/stat : 16916 (java) S 16904 16906 15990 0 -1 4202560 5673 0 0 0 155 2 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
[pid=16906/tid=16917] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16917/stat : 16917 (java) S 16904 16906 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16918] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16918/stat : 16918 (java) S 16904 16906 15990 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9064468 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 0 0 0 0
[pid=16906/tid=16921] ppid=16904 vsize=1543164 CPUtime=0
/proc/16906/task/16921/stat : 16921 (java) S 16904 16906 15990 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9075095 1580199936 201181 1992294400 134512640 134550932 4287159856 18446744073709551615 4294960144 0 4 0 16800975 18446604437808264320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1543164

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

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

[startup+1795.62 s]
/proc/loadavg: 1.01 1.02 1.07 2/118 16976
/proc/meminfo: memFree=939988/2059040 swapFree=4192956/4192956
[pid=16906] ppid=16904 vsize=0 CPUtime=1800.17
/proc/16906/stat : 16906 (java) Z 16904 16906 15990 0 -1 4203548 240395 0 1 0 179881 136 0 0 17 0 2 0 9064455 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16906/statm: 0 0 0 0 0 0 0
[pid=16906/tid=16908] ppid=16904 vsize=0 CPUtime=1790.58
/proc/16906/task/16908/stat : 16908 (java) R 16904 16906 15990 0 -1 4203588 32161 0 1 0 179028 30 0 0 25 0 2 0 9064460 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.63
CPU time (s): 1800.19
CPU user time (s): 1798.82
CPU system time (s): 1.37679
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 1546076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.37679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240395
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= 37831
involuntary context switches= 45618

runsolver used 3.43748 second user time and 9.69553 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 10:41:47
IDJOB=2660074
IDBENCH=48311
IDSOLVER=1165
FILE ID=node086/2660074-1276677707
PBS_JOBID= 11172526
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660074-1276677707/watcher-2660074-1276677707 -o /tmp/evaluation-result-2660074-1276677707/solver-2660074-1276677707 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660074-1276677707.opb

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

MD5SUM BENCH= d17850f8cb83537ab22f6a30504d9d46
RANDOM SEED=2016264535

node086.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1743820 kB
Buffers:         61564 kB
Cached:         117224 kB
SwapCached:          0 kB
Active:         122392 kB
Inactive:       115836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1743820 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             672 kB
Writeback:           0 kB
AnonPages:       59348 kB
Mapped:          15452 kB
Slab:            55284 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node086 at 2010-06-16 11:11:45