Trace number 352280

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.16 1792.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 492823
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 492823
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c no version file found!!!
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.16/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.16/0.23	--- Begin Solver configuration ---
0.16/0.23	c Stops conflict analysis at the first Unique Implication Point
0.16/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.23	c Learn all clauses as in MiniSAT
0.16/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.23	c No reason simplification
0.16/0.23	c --- End Solver configuration ---
0.16/0.23	c Simplify asserted PB constraints to clauses
0.16/0.23	c solving /tmp/evaluation/352280-1176628018/instance-352280-1176628018.opb
0.16/0.23	c reading problem ... 
12.82/10.87	c ... done. Wall clock time 10.647s.
12.82/10.87	c CPU time (experimental) 8.85s.
12.82/10.87	c #vars     10000
12.82/10.87	c #constraints  656900
1800.06/1792.21	c starts		: 2
1800.06/1792.21	c conflicts		: 6833
1800.06/1792.21	c decisions		: 19287
1800.06/1792.21	c propagations		: 944104
1800.06/1792.21	c inspects		: 6069645
1800.06/1792.21	c learnt literals	: 0
1800.06/1792.21	c learnt binary clauses	: 0
1800.06/1792.21	c learnt ternary clauses	: 0
1800.06/1792.21	c learnt clauses	: 6832
1800.06/1792.21	c root simplifications	: 0
1800.06/1792.21	c removed literals (reason simplification)	: 0
1800.06/1792.21	c reason swapping (by a shorter reason)	: 0
1800.06/1792.21	c Calls to reduceDB	: 0
1800.06/1792.21	c speed (decisions/second)	: 10.828859440988976
1800.06/1792.21	c non guided choices	0
1800.06/1792.21	s UNKNOWN
1800.06/1792.21	c Total wall clock time (ms): 1791.987

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node20/watcher-352280-1176628018 -o ROOT/results/node20/solver-352280-1176628018 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352280-1176628018/sat4jPseudoCPClause.jar /tmp/evaluation/352280-1176628018/instance-352280-1176628018.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7214
/proc/meminfo: memFree=1803328/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=152 CPUtime=0
/proc/7214/stat : 7214 (java) R 7212 7214 6613 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 110719155 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7619364 0 0 4096 0 0 0 0 17 1 0 0
/proc/7214/statm: 38 26 19 9 0 4 0

[startup+0.0110621 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7214
/proc/meminfo: memFree=1803328/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1800 CPUtime=0
/proc/7214/stat : 7214 (java) R 7212 7214 6613 0 -1 0 342 0 0 0 0 0 0 0 18 0 1 0 110719155 1843200 150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7214/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101086 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7214
/proc/meminfo: memFree=1803328/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1777844 CPUtime=0.06
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 3792 0 1 0 4 2 0 0 18 0 7 0 110719155 1820512256 3534 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 444461 3534 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301125 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7214
/proc/meminfo: memFree=1803328/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1782356 CPUtime=0.28
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 5100 0 1 0 25 3 0 0 18 0 12 0 110719155 1825132544 4838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 445589 4838 1264 9 0 443200 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782356

[startup+0.701204 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7214
/proc/meminfo: memFree=1803328/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1783452 CPUtime=0.85
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 7173 0 1 0 82 3 0 0 18 0 12 0 110719155 1826254848 6752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 445863 6752 1297 9 0 443474 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783452

[startup+1.50237 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 7226
/proc/meminfo: memFree=1774048/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1786112 CPUtime=2
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 19530 0 1 0 191 9 0 0 18 0 12 0 110719155 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 446528 16789 1301 9 0 444139 0
[pid=7214/tid=7216] ppid=7212 vsize=1786112 CPUtime=1.08
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 14863 0 1 0 101 7 0 0 19 0 12 0 110719157 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539816 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1786112 CPUtime=0
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 110719158 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1786112 CPUtime=0
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 110719158 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1786112 CPUtime=0
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 110719161 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1786112 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 110719161 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1786112 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 110719161 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1786112 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110719167 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1786112 CPUtime=0.57
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3013 0 0 0 56 1 0 0 16 0 12 0 110719167 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1786112 CPUtime=0.33
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 931 0 0 0 33 0 0 0 16 0 12 0 110719167 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1786112 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 110719167 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1786112 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110719167 1828978688 16789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1786112

[startup+3.1044 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 7226
/proc/meminfo: memFree=1672480/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1786436 CPUtime=3.66
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 44416 0 1 0 345 21 0 0 18 0 12 0 110719155 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 446609 41668 1310 9 0 444220 0
[pid=7214/tid=7216] ppid=7212 vsize=1786436 CPUtime=2.63
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 37682 0 1 0 245 18 0 0 22 0 12 0 110719157 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513707 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1786436 CPUtime=0.05
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 1072 0 0 0 5 0 0 0 16 0 12 0 110719158 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1786436 CPUtime=0.04
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 992 0 0 0 4 0 0 0 16 0 12 0 110719158 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1786436 CPUtime=0
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 110719161 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1786436 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 110719161 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1786436 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110719161 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1786436 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110719167 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1786436 CPUtime=0.57
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3013 0 0 0 56 1 0 0 16 0 12 0 110719167 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1786436 CPUtime=0.33
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 931 0 0 0 33 0 0 0 16 0 12 0 110719167 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1786436 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 110719167 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1786436 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110719167 1829310464 41668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1786436

[startup+6.30232 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 7226
/proc/meminfo: memFree=1615200/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1788680 CPUtime=7.17
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 54292 0 1 0 690 27 0 0 18 0 12 0 110719155 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 447170 50986 1310 9 0 444781 0
[pid=7214/tid=7216] ppid=7212 vsize=1788680 CPUtime=5.5
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 37686 0 1 0 531 19 0 0 23 0 12 0 110719157 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1788680 CPUtime=0.37
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 6251 0 0 0 35 2 0 0 17 0 12 0 110719158 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1788680 CPUtime=0.37
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 5679 0 0 0 34 3 0 0 18 0 12 0 110719158 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1788680 CPUtime=0
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 110719161 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1788680 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 110719161 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1788680 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110719161 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1788680 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110719167 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1788680 CPUtime=0.57
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3013 0 0 0 56 1 0 0 16 0 12 0 110719167 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1788680 CPUtime=0.33
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 931 0 0 0 33 0 0 0 16 0 12 0 110719167 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1788680 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 110719167 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1788680 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110719167 1831608320 50986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 1788680

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 7227
/proc/meminfo: memFree=1555032/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1793868 CPUtime=15.51
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 71738 0 1 0 1515 36 0 0 18 0 13 0 110719155 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 448467 65028 1326 9 0 446078 0
[pid=7214/tid=7216] ppid=7212 vsize=1793868 CPUtime=10.19
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 37736 0 1 0 999 20 0 0 19 0 13 0 110719157 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109817360 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1793868 CPUtime=1.7
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 14564 0 0 0 164 6 0 0 16 0 13 0 110719158 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1793868 CPUtime=1.77
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 13842 0 0 0 171 6 0 0 16 0 13 0 110719158 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110719167 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1793868 CPUtime=0.98
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3055 0 0 0 97 1 0 0 16 0 13 0 110719167 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1793868 CPUtime=0.81
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 1800 0 0 0 81 0 0 0 16 0 13 0 110719167 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110719167 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110719167 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7227] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7227/stat : 7227 (java) S 7212 7214 6613 0 -1 64 7 0 0 0 0 0 0 0 20 0 13 0 110720270 1836920832 65028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.51
Current children cumulated vsize (KiB) 1793868

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7227
/proc/meminfo: memFree=1576664/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1794892 CPUtime=28.62
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 73817 0 1 0 2823 39 0 0 18 0 13 0 110719155 1837969408 57771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 448723 57771 1326 9 0 446334 0
[pid=7214/tid=7216] ppid=7212 vsize=1794892 CPUtime=22.75
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 37759 0 1 0 2254 21 0 0 25 0 13 0 110719157 1837969408 57771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812613 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1794892 CPUtime=1.77
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 14849 0 0 0 170 7 0 0 16 0 13 0 110719158 1837969408 57771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1794892 CPUtime=1.85
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 14091 0 0 0 179 6 0 0 15 0 13 0 110719158 1837969408 57771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1794892 CPUtime=0
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 41 0 0 0 0 0 0 0 16 0 13 0 110719161 1837969408 57771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1794892 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110719161 1837969408 57771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1794892 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110719161 1837969408 57771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7214] ppid=7212 vsize=1793868 CPUtime=1609.49
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 167092 0 1 0 160677 272 0 0 18 0 13 0 110719155 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 448467 81515 1326 9 0 446078 0
[pid=7214/tid=7216] ppid=7212 vsize=1793868 CPUtime=1582.83
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 86149 0 1 0 158236 47 0 0 25 0 13 0 110719157 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109837214 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1793868 CPUtime=12.27
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 36924 0 0 0 1120 107 0 0 15 0 13 0 110719158 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1793868 CPUtime=11.68
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 36608 0 0 0 1068 100 0 0 16 0 13 0 110719158 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1793868 CPUtime=0.33
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 319 0 0 0 20 13 0 0 16 0 13 0 110719161 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110719167 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1793868 CPUtime=1.17
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3056 0 0 0 116 1 0 0 16 0 13 0 110719167 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1793868 CPUtime=1.15
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 3310 0 0 0 115 0 0 0 17 0 13 0 110719167 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110719167 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110719167 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7227] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7227/stat : 7227 (java) S 7212 7214 6613 0 -1 64 7 0 0 0 0 0 0 0 20 0 13 0 110720270 1836920832 81515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1609.49
Current children cumulated vsize (KiB) 1793868

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7227
/proc/meminfo: memFree=1455576/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1793868 CPUtime=1669.67
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 174749 0 1 0 166685 282 0 0 18 0 13 0 110719155 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 448467 87678 1326 9 0 446078 0
[pid=7214/tid=7216] ppid=7212 vsize=1793868 CPUtime=1642.21
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 91467 0 1 0 164172 49 0 0 25 0 13 0 110719157 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109837181 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1793868 CPUtime=12.68
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 37600 0 0 0 1159 109 0 0 16 0 13 0 110719158 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1793868 CPUtime=12.06
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 38261 0 0 0 1100 106 0 0 16 0 13 0 110719158 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1793868 CPUtime=0.34
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 329 0 0 0 21 13 0 0 17 0 13 0 110719161 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110719167 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1793868 CPUtime=1.17
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3056 0 0 0 116 1 0 0 16 0 13 0 110719167 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1793868 CPUtime=1.15
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 3310 0 0 0 115 0 0 0 17 0 13 0 110719167 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110719167 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110719167 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7227] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7227/stat : 7227 (java) S 7212 7214 6613 0 -1 64 7 0 0 0 0 0 0 0 20 0 13 0 110720270 1836920832 87678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1669.67
Current children cumulated vsize (KiB) 1793868

[startup+1722.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 7227
/proc/meminfo: memFree=1454040/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1793868 CPUtime=1729.89
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 176930 0 1 0 172698 291 0 0 18 0 13 0 110719155 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 448467 88003 1326 9 0 446078 0
[pid=7214/tid=7216] ppid=7212 vsize=1793868 CPUtime=1701.6
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 91562 0 1 0 170110 50 0 0 18 0 13 0 110719157 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109836879 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1793868 CPUtime=13.03
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 39651 0 0 0 1187 116 0 0 16 0 13 0 110719158 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1793868 CPUtime=12.53
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 38296 0 0 0 1147 106 0 0 16 0 13 0 110719158 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1793868 CPUtime=0.35
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 329 0 0 0 21 14 0 0 15 0 13 0 110719161 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110719167 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1793868 CPUtime=1.17
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3056 0 0 0 116 1 0 0 16 0 13 0 110719167 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1793868 CPUtime=1.15
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 3310 0 0 0 115 0 0 0 17 0 13 0 110719167 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110719167 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110719167 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7227] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7227/stat : 7227 (java) S 7212 7214 6613 0 -1 64 7 0 0 0 0 0 0 0 20 0 13 0 110720270 1836920832 88003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1729.89
Current children cumulated vsize (KiB) 1793868

[startup+1782.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 7227
/proc/meminfo: memFree=1459992/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1793868 CPUtime=1790.12
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 177921 0 1 0 178713 299 0 0 18 0 13 0 110719155 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 448467 86528 1326 9 0 446078 0
[pid=7214/tid=7216] ppid=7212 vsize=1793868 CPUtime=1760.99
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 91656 0 1 0 176049 50 0 0 25 0 13 0 110719157 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838636 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1793868 CPUtime=13.44
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 39979 0 0 0 1225 119 0 0 16 0 13 0 110719158 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1793868 CPUtime=12.93
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 38865 0 0 0 1183 110 0 0 16 0 13 0 110719158 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1793868 CPUtime=0.36
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 329 0 0 0 22 14 0 0 17 0 13 0 110719161 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110719167 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1793868 CPUtime=1.17
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3056 0 0 0 116 1 0 0 16 0 13 0 110719167 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1793868 CPUtime=1.15
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 3310 0 0 0 115 0 0 0 17 0 13 0 110719167 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110719167 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110719167 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7227] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7227/stat : 7227 (java) S 7212 7214 6613 0 -1 64 7 0 0 0 0 0 0 0 20 0 13 0 110720270 1836920832 86528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 1793868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 7227
/proc/meminfo: memFree=1461016/2055920 swapFree=4156512/4192956
[pid=7214] ppid=7212 vsize=1793868 CPUtime=1800.06
/proc/7214/stat : 7214 (java) S 7212 7214 6613 0 -1 0 178047 0 1 0 179706 300 0 0 18 0 13 0 110719155 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7214/statm: 448467 86270 1326 9 0 446078 0
[pid=7214/tid=7216] ppid=7212 vsize=1793868 CPUtime=1770.8
/proc/7214/task/7216/stat : 7216 (java) R 7212 7214 6613 0 -1 64 91671 0 1 0 177030 50 0 0 25 0 13 0 110719157 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109844149 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7217] ppid=7212 vsize=1793868 CPUtime=13.48
/proc/7214/task/7217/stat : 7217 (java) S 7212 7214 6613 0 -1 64 40087 0 0 0 1228 120 0 0 16 0 13 0 110719158 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7218] ppid=7212 vsize=1793868 CPUtime=13.01
/proc/7214/task/7218/stat : 7218 (java) S 7212 7214 6613 0 -1 64 38868 0 0 0 1191 110 0 0 16 0 13 0 110719158 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7219] ppid=7212 vsize=1793868 CPUtime=0.36
/proc/7214/task/7219/stat : 7219 (java) S 7212 7214 6613 0 -1 64 329 0 0 0 22 14 0 0 17 0 13 0 110719161 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7220] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7220/stat : 7220 (java) S 7212 7214 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7221] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7221/stat : 7221 (java) S 7212 7214 6613 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110719161 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7222] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7222/stat : 7222 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110719167 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7223] ppid=7212 vsize=1793868 CPUtime=1.17
/proc/7214/task/7223/stat : 7223 (java) S 7212 7214 6613 0 -1 64 3056 0 0 0 116 1 0 0 16 0 13 0 110719167 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7224] ppid=7212 vsize=1793868 CPUtime=1.15
/proc/7214/task/7224/stat : 7224 (java) S 7212 7214 6613 0 -1 64 3310 0 0 0 115 0 0 0 17 0 13 0 110719167 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7225] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7225/stat : 7225 (java) S 7212 7214 6613 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110719167 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7214/tid=7226] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7226/stat : 7226 (java) S 7212 7214 6613 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110719167 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7214/tid=7227] ppid=7212 vsize=1793868 CPUtime=0
/proc/7214/task/7227/stat : 7227 (java) S 7212 7214 6613 0 -1 64 7 0 0 0 0 0 0 0 20 0 13 0 110720270 1836920832 86270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1793868

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

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

Child status: 143
Real time (s): 1792.3
CPU time (s): 1800.16
CPU user time (s): 1797.1
CPU system time (s): 3.05953
CPU usage (%): 100.439
Max. virtual memory (cumulated for all children) (KiB): 1795048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.1
system time used= 3.05953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178067
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= 69310
involuntary context switches= 54408

runsolver used 2.14667 second user time and 5.77712 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Apr 15 09:06:58 UTC 2007

IDJOB= 352280
IDBENCH= 1963
IDSOLVER= 164
FILE ID= node20/352280-1176628018

PBS_JOBID= 4559785

Free space on /tmp= 66544 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352280-1176628018/sat4jPseudoCPClause.jar /tmp/evaluation/352280-1176628018/instance-352280-1176628018.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-352280-1176628018 -o ROOT/results/node20/solver-352280-1176628018 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352280-1176628018/sat4jPseudoCPClause.jar /tmp/evaluation/352280-1176628018/instance-352280-1176628018.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f8f4f876e372c51b5109e7995e83ce5e

RANDOM SEED= 894809870

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.265
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.265
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:       1803736 kB
Buffers:         20308 kB
Cached:         168496 kB
SwapCached:      18120 kB
Active:          74352 kB
Inactive:       140404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803736 kB
SwapTotal:     4192956 kB
SwapFree:      4156512 kB
Dirty:           20424 kB
Writeback:           0 kB
Mapped:          29384 kB
Slab:            23088 kB
Committed_AS:   709068 kB
PageTables:       1688 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= 66544 MiB

End job on node20 on Sun Apr 15 09:36:52 UTC 2007