Trace number 2658251

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 Resolution 2.2.0 2010-05-26? (TO) 1800.22 1791.84

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_1_15.opb
MD5SUM47b7632eb38157f4d5f97020bef38ed5
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.05569
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31432
Sum of products size (including duplicates)62864
Number of different products15716
Sum of products size31432

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658251-1276683453.opb
0.24/0.20	c reading problem ... 
95.11/94.10	c ... done. Wall clock time 93.905s.
95.11/94.10	c #vars     16716
95.11/94.10	c #constraints  32935
95.11/94.10	c constraints type 
95.11/94.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15716
95.11/94.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
95.11/94.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
95.11/94.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
111.98/110.17	c cleaning 2505 clauses out of 5010 with flag 5010/5010
131.19/129.19	c cleaning 4255 clauses out of 8510 with flag 11015/11015
164.25/162.04	c cleaning 5657 clauses out of 11313 with flag 18073/18073
211.10/208.78	c cleaning 6792 clauses out of 13583 with flag 26000/26000
275.01/272.42	c cleaning 7901 clauses out of 15801 with flag 35010/35010
353.83/351.04	c cleaning 8990 clauses out of 17979 with flag 45089/45089
426.80/423.80	c cleaning 9951 clauses out of 19901 with flag 56001/56001
546.71/543.43	c cleaning 11038 clauses out of 22076 with flag 68127/68127
653.98/650.48	c cleaning 11959 clauses out of 23918 with flag 81007/81007
769.66/765.75	c cleaning 12982 clauses out of 25963 with flag 95011/95011
944.88/940.34	c cleaning 14072 clauses out of 28143 with flag 110173/110173
1110.46/1105.29	c cleaning 15053 clauses out of 30105 with flag 126207/126207
1279.64/1273.69	c cleaning 15959 clauses out of 31918 with flag 143073/143073
1534.17/1527.07	c cleaning 17051 clauses out of 34102 with flag 161216/161216
1800.03/1791.71	c starts		: 112
1800.03/1791.71	c conflicts		: 177122
1800.03/1791.71	c decisions		: 400106
1800.03/1791.71	c propagations		: 20808608
1800.03/1791.71	c inspects		: 1085447139
1800.03/1791.71	c learnt literals	: 0
1800.03/1791.71	c learnt binary clauses	: 0
1800.03/1791.71	c learnt ternary clauses	: 2
1800.03/1791.71	c learnt clauses	: 177122
1800.03/1791.71	c ignored clauses	: 0
1800.03/1791.71	c root simplifications	: 0
1800.03/1791.71	c removed literals (reason simplification)	: 626926
1800.03/1791.71	c reason swapping (by a shorter reason)	: 0
1800.03/1791.71	c Calls to reduceDB	: 14
1800.03/1791.71	c number of reductions to clauses (during analyze)	: 0
1800.03/1791.71	c number of learned constraints concerned by reduction	: 0
1800.03/1791.71	c number of learning phase by resolution	: 0
1800.03/1791.71	c number of learning phase by cutting planes	: 0
1800.03/1791.71	c speed (assignments/second)	: 12257.583156565313
1800.03/1791.71	c non guided choices	16173
1800.03/1791.76	c learnt constraints type 
1800.03/1791.76	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 32984
1800.03/1791.76	c constraints type 
1800.03/1791.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15716
1800.03/1791.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1791.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1791.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
1800.03/1791.76	s UNKNOWN
1800.03/1791.76	c Total wall clock time (in seconds): 1791.567

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-2658251-1276683453/watcher-2658251-1276683453 -o /tmp/evaluation-result-2658251-1276683453/solver-2658251-1276683453 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658251-1276683453.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.27 1.06 1.02 3/105 18254
/proc/meminfo: memFree=1780776/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=12956 CPUtime=0
/proc/18254/stat : 18254 (java) R 18252 18254 17894 0 -1 4194304 434 0 0 0 0 0 0 0 25 0 1 0 9638433 13266944 163 1992294400 134512640 134550932 4293542560 18446744073709551615 10461780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18254/statm: 3239 163 125 10 0 1121 0

[startup+0.0145611 s]
/proc/loadavg: 1.27 1.06 1.02 3/105 18254
/proc/meminfo: memFree=1780776/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=13684 CPUtime=0
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 1183 0 0 0 0 0 0 0 25 0 2 0 9638433 14012416 630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 3421 630 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.103738 s]
/proc/loadavg: 1.27 1.06 1.02 3/105 18254
/proc/meminfo: memFree=1780776/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1524184 CPUtime=0.09
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 4027 0 1 0 7 2 0 0 25 0 12 0 9638433 1560764416 3466 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 381046 3466 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301972 s]
/proc/loadavg: 1.27 1.06 1.02 3/105 18254
/proc/meminfo: memFree=1780776/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1526104 CPUtime=0.36
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 5340 0 1 0 33 3 0 0 25 0 12 0 9638433 1562730496 4777 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 381526 4777 1362 10 0 378828 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526104

[startup+0.702014 s]
/proc/loadavg: 1.27 1.06 1.02 3/105 18254
/proc/meminfo: memFree=1780776/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1528064 CPUtime=0.95
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 6804 0 1 0 91 4 0 0 25 0 12 0 9638433 1564737536 6186 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382016 6186 1396 10 0 379318 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1528064

[startup+1.50111 s]
/proc/loadavg: 1.27 1.06 1.02 2/117 18266
/proc/meminfo: memFree=1759104/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1528208 CPUtime=2
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 8162 0 1 0 196 4 0 0 25 0 12 0 9638433 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382052 7259 1407 10 0 379354 0
[pid=18254/tid=18256] ppid=18252 vsize=1528208 CPUtime=1.35
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 5633 0 1 0 132 3 0 0 25 0 12 0 9638434 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4109187637 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9638435 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638435 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9638437 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9638438 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9638438 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9638442 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1528208 CPUtime=0.28
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 554 0 0 0 28 0 0 0 17 0 12 0 9638442 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1528208 CPUtime=0.34
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 909 0 0 0 34 0 0 0 15 0 12 0 9638442 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638442 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9638442 1564884992 7259 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1528208

[startup+3.10132 s]
/proc/loadavg: 1.25 1.06 1.02 2/117 18266
/proc/meminfo: memFree=1755136/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1528208 CPUtime=3.66
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 9055 0 1 0 361 5 0 0 25 0 12 0 9638433 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382052 8152 1407 10 0 379354 0
[pid=18254/tid=18256] ppid=18252 vsize=1528208 CPUtime=2.95
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 6524 0 1 0 291 4 0 0 25 0 12 0 9638434 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4109187971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9638435 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638435 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9638437 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9638438 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9638438 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9638442 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1528208 CPUtime=0.32
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 555 0 0 0 32 0 0 0 15 0 12 0 9638442 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1528208 CPUtime=0.36
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 910 0 0 0 36 0 0 0 15 0 12 0 9638442 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638442 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9638442 1564884992 8152 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1528208

[startup+6.3017 s]
/proc/loadavg: 1.25 1.06 1.02 2/117 18266
/proc/meminfo: memFree=1749192/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1528208 CPUtime=6.95
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 10344 0 1 0 688 7 0 0 25 0 12 0 9638433 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382052 9440 1416 10 0 379354 0
[pid=18254/tid=18256] ppid=18252 vsize=1528208 CPUtime=6.12
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 7804 0 1 0 607 5 0 0 25 0 12 0 9638434 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4109187649 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9638435 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638435 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9638437 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9638438 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9638438 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9638442 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1528208 CPUtime=0.41
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 563 0 0 0 41 0 0 0 15 0 12 0 9638442 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1528208 CPUtime=0.38
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 911 0 0 0 38 0 0 0 15 0 12 0 9638442 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638442 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9638442 1564884992 9440 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1528208

[startup+12.7015 s]
/proc/loadavg: 1.21 1.06 1.02 2/117 18266
/proc/meminfo: memFree=1740016/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1528208 CPUtime=13.36
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 12483 0 1 0 1328 8 0 0 25 0 12 0 9638433 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382052 11579 1416 10 0 379354 0
[pid=18254/tid=18256] ppid=18252 vsize=1528208 CPUtime=12.52
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 9942 0 1 0 1245 7 0 0 25 0 12 0 9638434 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4109188236 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9638435 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638435 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9638437 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9638438 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9638438 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9638442 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1528208 CPUtime=0.43
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 564 0 0 0 43 0 0 0 15 0 12 0 9638442 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1528208 CPUtime=0.38
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 911 0 0 0 38 0 0 0 15 0 12 0 9638442 1564884992 11579 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638442 1564884992 11580 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1528208 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9638442 1564884992 11580 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 1528208

[startup+25.502 s]
/proc/loadavg: 1.18 1.06 1.02 2/117 18268
/proc/meminfo: memFree=1724516/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1529260 CPUtime=26.45
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 16585 0 1 0 2634 11 0 0 25 0 12 0 9638433 1565962240 15337 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382315 15337 1417 10 0 379617 0
[pid=18254/tid=18256] ppid=18252 vsize=1529260 CPUtime=25.19
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 13406 0 1 0 2510 9 0 0 25 0 12 0 9638434 1565962240 15337 1992294400 134512640 134550932 4293542560 18446744073709551615 4109187929 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1529260 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9638435 1565962240 15338 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1529260 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9638435 1565962240 15338 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1529260 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9638437 1565962240 15338 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1529260 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9638438 1565962240 15338 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1529260 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9638438 1565962240 15338 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1529260 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9638442 1565962240 15338 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1529260 CPUtime=0.72

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

[pid=18254/tid=18260] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1529584 CPUtime=1.19
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 1761 0 0 0 119 0 0 0 16 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1529584 CPUtime=1.09
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 996 0 0 0 109 0 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18269] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18269/stat : 18269 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9647850 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.83
Current children cumulated vsize (KiB) 1529584

[startup+1662.3 s]
/proc/loadavg: 1.20 1.15 1.10 2/118 18314
/proc/meminfo: memFree=1440424/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1529584 CPUtime=1670.1
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 95807 0 1 0 166943 67 0 0 25 0 13 0 9638433 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382396 85630 1444 10 0 379698 0
[pid=18254/tid=18256] ppid=18252 vsize=1529584 CPUtime=1651.57
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 32494 0 1 0 165136 21 0 0 25 0 13 0 9638434 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4109697877 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1529584 CPUtime=7.02
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 29179 0 0 0 683 19 0 0 16 0 13 0 9638435 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1529584 CPUtime=7.01
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 29085 0 0 0 682 19 0 0 16 0 13 0 9638435 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1529584 CPUtime=2.14
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 1127 0 0 0 211 3 0 0 15 0 13 0 9638437 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1529584 CPUtime=1.19
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 1761 0 0 0 119 0 0 0 16 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1529584 CPUtime=1.09
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 996 0 0 0 109 0 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18269] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18269/stat : 18269 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9647850 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1670.1
Current children cumulated vsize (KiB) 1529584

[startup+1722.3 s]
/proc/loadavg: 1.12 1.14 1.09 2/118 18316
/proc/meminfo: memFree=1440424/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1529584 CPUtime=1730.35
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 95829 0 1 0 172968 67 0 0 25 0 13 0 9638433 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382396 85630 1444 10 0 379698 0
[pid=18254/tid=18256] ppid=18252 vsize=1529584 CPUtime=1711.27
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 32508 0 1 0 171106 21 0 0 25 0 13 0 9638434 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4109613614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1529584 CPUtime=7.3
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 29179 0 0 0 710 20 0 0 15 0 13 0 9638435 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1529584 CPUtime=7.28
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 29085 0 0 0 709 19 0 0 16 0 13 0 9638435 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1529584 CPUtime=2.14
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 1131 0 0 0 211 3 0 0 15 0 13 0 9638437 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1529584 CPUtime=1.19
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 1761 0 0 0 119 0 0 0 16 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1529584 CPUtime=1.09
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 996 0 0 0 109 0 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18269] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18269/stat : 18269 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9647850 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1730.35
Current children cumulated vsize (KiB) 1529584

[startup+1782.3 s]
/proc/loadavg: 1.08 1.12 1.09 2/118 18318
/proc/meminfo: memFree=1440176/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1529584 CPUtime=1790.57
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 95845 0 1 0 178989 68 0 0 25 0 13 0 9638433 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382396 85630 1444 10 0 379698 0
[pid=18254/tid=18256] ppid=18252 vsize=1529584 CPUtime=1771.01
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 32520 0 1 0 177080 21 0 0 25 0 13 0 9638434 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4109697864 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1529584 CPUtime=7.54
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 29179 0 0 0 734 20 0 0 16 0 13 0 9638435 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1529584 CPUtime=7.51
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 29085 0 0 0 732 19 0 0 15 0 13 0 9638435 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1529584 CPUtime=2.14
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 1133 0 0 0 211 3 0 0 15 0 13 0 9638437 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1529584 CPUtime=1.19
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 1761 0 0 0 119 0 0 0 16 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1529584 CPUtime=1.09
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 996 0 0 0 109 0 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1529584 CPUtime=0.01
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 103 0 0 0 0 1 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18269] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18269/stat : 18269 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9647850 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (KiB) 1529584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.7 s]
/proc/loadavg: 1.07 1.12 1.09 2/118 18318
/proc/meminfo: memFree=1440176/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=1529584 CPUtime=1800.03
/proc/18254/stat : 18254 (java) S 18252 18254 17894 0 -1 4202496 95851 0 1 0 179935 68 0 0 25 0 13 0 9638433 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 382396 85630 1444 10 0 379698 0
[pid=18254/tid=18256] ppid=18252 vsize=1529584 CPUtime=1780.35
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 17894 0 -1 4202560 32522 0 1 0 178014 21 0 0 25 0 13 0 9638434 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4109713564 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=1529584 CPUtime=7.6
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 17894 0 -1 4202560 29179 0 0 0 740 20 0 0 16 0 13 0 9638435 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=1529584 CPUtime=7.56
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 17894 0 -1 4202560 29085 0 0 0 737 19 0 0 15 0 13 0 9638435 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=1529584 CPUtime=2.14
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 17894 0 -1 4202560 1135 0 0 0 211 3 0 0 15 0 13 0 9638437 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 0 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 17894 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 17894 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9638438 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 17894 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=1529584 CPUtime=1.19
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 17894 0 -1 4202560 1761 0 0 0 119 0 0 0 16 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=1529584 CPUtime=1.09
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 17894 0 -1 4202560 996 0 0 0 109 0 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 17894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=1529584 CPUtime=0.01
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 17894 0 -1 4202560 105 0 0 0 0 1 0 0 15 0 13 0 9638442 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 1 0 0 0
[pid=18254/tid=18269] ppid=18252 vsize=1529584 CPUtime=0
/proc/18254/task/18269/stat : 18269 (java) S 18252 18254 17894 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9647850 1566294016 85630 1992294400 134512640 134550932 4293542560 18446744073709551615 4294960144 0 4 0 16800975 18446604437828425536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1529584

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

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

[startup+1791.81 s]
/proc/loadavg: 1.07 1.12 1.09 2/108 18321
/proc/meminfo: memFree=1569036/2059040 swapFree=4164956/4192956
[pid=18254] ppid=18252 vsize=0 CPUtime=1800.19
/proc/18254/stat : 18254 (java) Z 18252 18254 17894 0 -1 4203548 95989 0 1 0 179949 70 0 0 17 0 2 0 9638433 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18254/statm: 0 0 0 0 0 0 0
[pid=18254/tid=18320] ppid=18252 vsize=0 CPUtime=0.01
/proc/18254/task/18320/stat : 18320 (java) R 18252 18254 17894 0 -1 4203588 8 0 0 0 0 1 0 0 19 0 2 0 9817605 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.84
CPU time (s): 1800.22
CPU user time (s): 1799.5
CPU system time (s): 0.72089
CPU usage (%): 100.467
Max. virtual memory (cumulated for all children) (KiB): 1530608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.72089
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95989
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= 41567
involuntary context switches= 29781

runsolver used 3.64545 second user time and 9.11761 second system time

The end

Launcher Data

Begin job on node080 at 2010-06-16 12:17:33
IDJOB=2658251
IDBENCH=48370
IDSOLVER=1164
FILE ID=node080/2658251-1276683453
PBS_JOBID= 11172577
Free space on /tmp= 62592 MiB

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

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

MD5SUM BENCH= 47b7632eb38157f4d5f97020bef38ed5
RANDOM SEED=531256794

node080.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.242
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.242
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.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1781048 kB
Buffers:         62332 kB
Cached:         105156 kB
SwapCached:       1540 kB
Active:          95556 kB
Inactive:       105588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1781048 kB
SwapTotal:     4192956 kB
SwapFree:      4164956 kB
Dirty:             892 kB
Writeback:           0 kB
AnonPages:       32032 kB
Mapped:          14356 kB
Slab:            55096 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182944 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= 62592 MiB
End job on node080 at 2010-06-16 12:47:27