Trace number 350492

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 NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.16 1753.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1140.32
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/350492-1176511225/instance-350492-1176511225.opb
0.20/0.20	c reading problem ... 
6.50/5.38	c ... done. Wall clock time 5.173s.
6.50/5.38	c CPU time (experimental) 4.49s.
6.50/5.38	c #vars     81558
6.50/5.38	c #constraints  240468
1800.01/1752.91	c starts		: 2
1800.01/1752.91	c conflicts		: 69234
1800.01/1752.91	c decisions		: 146806
1800.01/1752.91	c propagations		: 245407764
1800.01/1752.91	c inspects		: 1209882427
1800.01/1752.91	c learnt literals	: 0
1800.01/1752.91	c learnt binary clauses	: 43
1800.01/1752.91	c learnt ternary clauses	: 509
1800.01/1752.91	c learnt clauses	: 69233
1800.01/1752.91	c root simplifications	: 0
1800.01/1752.91	c removed literals (reason simplification)	: 0
1800.01/1752.91	c reason swapping (by a shorter reason)	: 0
1800.01/1752.91	c Calls to reduceDB	: 0
1800.01/1752.91	c speed (decisions/second)	: 84.01021357636547
1800.01/1752.91	c non guided choices	951
1800.01/1752.91	s UNKNOWN
1800.01/1752.91	c Total wall clock time (ms): 1752.711

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/node6/watcher-350492-1176511225 -o ROOT/results/node6/solver-350492-1176511225 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350492-1176511225/sat4jPseudoCP.jar /tmp/evaluation/350492-1176511225/instance-350492-1176511225.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: 1.02 1.02 1.00 3/77 4272
/proc/meminfo: memFree=1754680/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=152 CPUtime=0
/proc/4272/stat : 4272 (java) R 4270 4272 3837 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 127160218 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2187563 0 0 4096 0 0 0 0 17 1 0 0
/proc/4272/statm: 38 26 19 9 0 4 0

[startup+0.0485791 s]
/proc/loadavg: 1.02 1.02 1.00 3/77 4272
/proc/meminfo: memFree=1754680/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1776376 CPUtime=0.03
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 3457 0 1 0 2 1 0 0 18 0 4 0 127160218 1819009024 3202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 444094 3202 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.101588 s]
/proc/loadavg: 1.02 1.02 1.00 3/77 4272
/proc/meminfo: memFree=1754680/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1780108 CPUtime=0.08
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 3975 0 1 0 7 1 0 0 18 0 12 0 127160218 1822830592 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 445027 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30161 s]
/proc/loadavg: 1.02 1.02 1.00 3/77 4272
/proc/meminfo: memFree=1754680/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1782444 CPUtime=0.3
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 5837 0 1 0 28 2 0 0 18 0 12 0 127160218 1825222656 5575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 445611 5575 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782444

[startup+0.701658 s]
/proc/loadavg: 1.02 1.02 1.00 3/77 4272
/proc/meminfo: memFree=1754680/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1783484 CPUtime=0.89
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 7490 0 1 0 86 3 0 0 18 0 12 0 127160218 1826287616 6949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 445871 6949 1301 9 0 443483 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783484

[startup+1.50176 s]
/proc/loadavg: 1.02 1.02 1.00 4/89 4284
/proc/meminfo: memFree=1725784/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1786324 CPUtime=2.19
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 20697 0 1 0 209 10 0 0 18 0 12 0 127160218 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 446581 19210 1301 9 0 444193 0
[pid=4272/tid=4274] ppid=4270 vsize=1786324 CPUtime=1.12
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 17283 0 1 0 104 8 0 0 24 0 12 0 127160219 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554752 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1786324 CPUtime=0
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 127160220 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1786324 CPUtime=0
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 127160220 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1786324 CPUtime=0
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 127160223 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1786324 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 127160223 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1786324 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127160223 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1786324 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127160227 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1786324 CPUtime=0.56
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 1403 0 0 0 56 0 0 0 18 0 12 0 127160227 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1786324 CPUtime=0.47
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 1292 0 0 0 47 0 0 0 17 0 12 0 127160227 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1786324 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127160227 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1786324 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127160227 1829195776 19210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1786324

[startup+3.10293 s]
/proc/loadavg: 1.02 1.02 1.00 2/89 4284
/proc/meminfo: memFree=1614872/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1786648 CPUtime=3.87
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 43887 0 1 0 365 22 0 0 18 0 12 0 127160218 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 446662 42392 1310 9 0 444274 0
[pid=4272/tid=4274] ppid=4270 vsize=1786648 CPUtime=2.63
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 37691 0 1 0 244 19 0 0 23 0 12 0 127160219 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526801 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1786648 CPUtime=0.08
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 1365 0 0 0 8 0 0 0 16 0 12 0 127160220 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1786648 CPUtime=0.08
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 1411 0 0 0 8 0 0 0 17 0 12 0 127160220 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1786648 CPUtime=0
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 127160223 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1786648 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127160223 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1786648 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127160223 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1786648 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127160227 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1786648 CPUtime=0.56
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 1403 0 0 0 56 0 0 0 18 0 12 0 127160227 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1786648 CPUtime=0.47
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 1292 0 0 0 47 0 0 0 17 0 12 0 127160227 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1786648 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127160227 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1786648 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127160227 1829527552 42392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1786648

[startup+6.30232 s]
/proc/loadavg: 1.02 1.02 1.00 2/89 4284
/proc/meminfo: memFree=1552920/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1792972 CPUtime=8.14
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 57495 0 1 0 787 27 0 0 18 0 13 0 127160218 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 448243 52716 1321 9 0 445855 0
[pid=4272/tid=4274] ppid=4270 vsize=1792972 CPUtime=5.1
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 37748 0 1 0 491 19 0 0 21 0 13 0 127160219 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109885231 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1792972 CPUtime=0.44
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 6400 0 0 0 42 2 0 0 16 0 13 0 127160220 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1792972 CPUtime=0.45
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 6232 0 0 0 43 2 0 0 16 0 13 0 127160220 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1792972 CPUtime=0
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1792972 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1792972 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127160223 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1792972 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127160227 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1792972 CPUtime=1.1
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 3742 0 0 0 109 1 0 0 17 0 13 0 127160227 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1792972 CPUtime=1
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 2640 0 0 0 100 0 0 0 16 0 13 0 127160227 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1792972 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127160227 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1792972 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127160227 1836003328 52716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1792972

[startup+12.7021 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 4285
/proc/meminfo: memFree=1505488/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1798380 CPUtime=16.83
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 75053 0 1 0 1647 36 0 0 18 0 13 0 127160218 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 449595 63522 1325 9 0 447207 0
[pid=4272/tid=4274] ppid=4270 vsize=1798380 CPUtime=10.05
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 37763 0 1 0 986 19 0 0 25 0 13 0 127160219 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109995159 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1798380 CPUtime=1.33
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 11099 0 0 0 128 5 0 0 16 0 13 0 127160220 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1798380 CPUtime=1.32
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 12542 0 0 0 128 4 0 0 15 0 13 0 127160220 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1798380 CPUtime=0
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 127160223 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1798380 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1798380 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127160223 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1798380 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127160227 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1798380 CPUtime=2.27
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 9302 0 0 0 224 3 0 0 20 0 13 0 127160227 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1798380 CPUtime=1.8
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 3613 0 0 0 179 1 0 0 15 0 13 0 127160227 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1798380 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127160227 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1798380 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127160227 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4285] ppid=4270 vsize=1798380 CPUtime=0
/proc/4272/task/4285/stat : 4285 (java) S 4270 4272 3837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 127160762 1841541120 63522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.83
Current children cumulated vsize (KiB) 1798380

[startup+25.5016 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 4285
/proc/meminfo: memFree=1505424/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1798348 CPUtime=29.84
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 76449 0 1 0 2947 37 0 0 18 0 13 0 127160218 1841508352 63453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 449587 63453 1331 9 0 447199 0
[pid=4272/tid=4274] ppid=4270 vsize=1798348 CPUtime=22.67
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 37778 0 1 0 2247 20 0 0 25 0 13 0 127160219 1841508352 63453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110065630 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1798348 CPUtime=1.48
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 11646 0 0 0 143 5 0 0 16 0 13 0 127160220 1841508352 63453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1798348 CPUtime=1.48
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 13361 0 0 0 143 5 0 0 16 0 13 0 127160220 1841508352 63453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 63453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 63453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 63453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=4272/tid=4277] ppid=4270 vsize=1798348 CPUtime=0.22
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 18 0 0 0 14 8 0 0 16 0 13 0 127160223 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127160227 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1798348 CPUtime=2.38
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 9309 0 0 0 235 3 0 0 16 0 13 0 127160227 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1798348 CPUtime=1.96
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 3622 0 0 0 195 1 0 0 16 0 13 0 127160227 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127160227 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127160227 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4285] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4285/stat : 4285 (java) S 4270 4272 3837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 127160762 1841508352 131135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1582.08
Current children cumulated vsize (KiB) 1798348

[startup+1602.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/90 4483
/proc/meminfo: memFree=1225616/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1798348 CPUtime=1644.14
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 153420 0 1 0 164317 97 0 0 18 0 13 0 127160218 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 449587 133218 1335 9 0 447199 0
[pid=4272/tid=4274] ppid=4270 vsize=1798348 CPUtime=1560.11
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 38593 0 1 0 155976 35 0 0 20 0 13 0 127160219 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109879680 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1798348 CPUtime=39.75
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 51387 0 0 0 3951 24 0 0 16 0 13 0 127160220 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1798348 CPUtime=39.66
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 49769 0 0 0 3944 22 0 0 16 0 13 0 127160220 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1798348 CPUtime=0.22
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 18 0 0 0 14 8 0 0 16 0 13 0 127160223 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127160227 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1798348 CPUtime=2.38
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 9309 0 0 0 235 3 0 0 16 0 13 0 127160227 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1798348 CPUtime=1.96
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 3622 0 0 0 195 1 0 0 16 0 13 0 127160227 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127160227 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127160227 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4285] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4285/stat : 4285 (java) S 4270 4272 3837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 127160762 1841508352 133218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1644.14
Current children cumulated vsize (KiB) 1798348

[startup+1662.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/90 4483
/proc/meminfo: memFree=1215632/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1798348 CPUtime=1706.07
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 156050 0 1 0 170507 100 0 0 18 0 13 0 127160218 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 449587 135679 1335 9 0 447199 0
[pid=4272/tid=4274] ppid=4270 vsize=1798348 CPUtime=1618.13
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 38621 0 1 0 161777 36 0 0 25 0 13 0 127160219 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109924322 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1798348 CPUtime=41.71
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 52638 0 0 0 4146 25 0 0 16 0 13 0 127160220 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1798348 CPUtime=41.6
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 51120 0 0 0 4137 23 0 0 16 0 13 0 127160220 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1798348 CPUtime=0.22
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 18 0 0 0 14 8 0 0 16 0 13 0 127160223 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127160227 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1798348 CPUtime=2.38
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 9309 0 0 0 235 3 0 0 16 0 13 0 127160227 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1798348 CPUtime=1.96
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 3622 0 0 0 195 1 0 0 16 0 13 0 127160227 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127160227 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127160227 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4285] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4285/stat : 4285 (java) S 4270 4272 3837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 127160762 1841508352 135679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.07
Current children cumulated vsize (KiB) 1798348

[startup+1722.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/90 4483
/proc/meminfo: memFree=1207312/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1798348 CPUtime=1768.24
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 158273 0 1 0 176723 101 0 0 18 0 13 0 127160218 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 449587 137755 1335 9 0 447199 0
[pid=4272/tid=4274] ppid=4270 vsize=1798348 CPUtime=1675.88
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 38650 0 1 0 167552 36 0 0 25 0 13 0 127160219 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110012828 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1798348 CPUtime=43.91
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 53499 0 0 0 4366 25 0 0 16 0 13 0 127160220 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1798348 CPUtime=43.81
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 52452 0 0 0 4357 24 0 0 16 0 13 0 127160220 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1798348 CPUtime=0.24
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 19 0 0 0 15 9 0 0 16 0 13 0 127160223 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127160227 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1798348 CPUtime=2.38
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 9309 0 0 0 235 3 0 0 16 0 13 0 127160227 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1798348 CPUtime=1.96
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 3622 0 0 0 195 1 0 0 16 0 13 0 127160227 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127160227 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127160227 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4285] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4285/stat : 4285 (java) S 4270 4272 3837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 127160762 1841508352 137755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.24
Current children cumulated vsize (KiB) 1798348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.9 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 4483
/proc/meminfo: memFree=1203152/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=1798348 CPUtime=1800.01
/proc/4272/stat : 4272 (java) S 4270 4272 3837 0 -1 0 159355 0 1 0 179899 102 0 0 18 0 13 0 127160218 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4272/statm: 449587 138792 1335 9 0 447199 0
[pid=4272/tid=4274] ppid=4270 vsize=1798348 CPUtime=1705.3
/proc/4272/task/4274/stat : 4274 (java) R 4270 4272 3837 0 -1 64 38665 0 1 0 170493 37 0 0 25 0 13 0 127160219 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110012195 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4275] ppid=4270 vsize=1798348 CPUtime=45.08
/proc/4272/task/4275/stat : 4275 (java) S 4270 4272 3837 0 -1 64 53809 0 0 0 4483 25 0 0 16 0 13 0 127160220 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4276] ppid=4270 vsize=1798348 CPUtime=44.98
/proc/4272/task/4276/stat : 4276 (java) S 4270 4272 3837 0 -1 64 53209 0 0 0 4474 24 0 0 16 0 13 0 127160220 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4277] ppid=4270 vsize=1798348 CPUtime=0.24
/proc/4272/task/4277/stat : 4277 (java) S 4270 4272 3837 0 -1 64 19 0 0 0 15 9 0 0 15 0 13 0 127160223 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4272/tid=4278] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4278/stat : 4278 (java) S 4270 4272 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4279] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4279/stat : 4279 (java) S 4270 4272 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127160223 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4280] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4280/stat : 4280 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127160227 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4281] ppid=4270 vsize=1798348 CPUtime=2.38
/proc/4272/task/4281/stat : 4281 (java) S 4270 4272 3837 0 -1 64 9309 0 0 0 235 3 0 0 16 0 13 0 127160227 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4282] ppid=4270 vsize=1798348 CPUtime=1.96
/proc/4272/task/4282/stat : 4282 (java) S 4270 4272 3837 0 -1 64 3622 0 0 0 195 1 0 0 16 0 13 0 127160227 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4283] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4283/stat : 4283 (java) S 4270 4272 3837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127160227 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4284] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4284/stat : 4284 (java) S 4270 4272 3837 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127160227 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4272/tid=4285] ppid=4270 vsize=1798348 CPUtime=0
/proc/4272/task/4285/stat : 4285 (java) S 4270 4272 3837 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 127160762 1841508352 138792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1798348

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

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

[startup+1753.02 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 4483
/proc/meminfo: memFree=1203152/2055924 swapFree=4192812/4192956
[pid=4272] ppid=4270 vsize=0 CPUtime=1800.11
/proc/4272/stat : 4272 (java) Z 4270 4272 3837 0 -1 1036 159375 0 1 0 179904 107 0 0 15 0 2 0 127160218 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4272/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1753.05
CPU time (s): 1800.16
CPU user time (s): 1799.05
CPU system time (s): 1.10983
CPU usage (%): 102.687
Max. virtual memory (cumulated for all children) (KiB): 1800224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.10983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159375
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= 44015
involuntary context switches= 53194

runsolver used 1.63175 second user time and 4.87426 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Apr 14 00:40:26 UTC 2007

IDJOB= 350492
IDBENCH= 1475
IDSOLVER= 160
FILE ID= node6/350492-1176511225

PBS_JOBID= 4556695

Free space on /tmp= 66547 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350492-1176511225/sat4jPseudoCP.jar /tmp/evaluation/350492-1176511225/instance-350492-1176511225.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-350492-1176511225 -o ROOT/results/node6/solver-350492-1176511225 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350492-1176511225/sat4jPseudoCP.jar /tmp/evaluation/350492-1176511225/instance-350492-1176511225.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  14c93c93dc53353f81a889ada18ba601

RANDOM SEED= 819444086

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1755280 kB
Buffers:         36640 kB
Cached:         155664 kB
SwapCached:          0 kB
Active:         173080 kB
Inactive:        75052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1755280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11060 kB
Writeback:           0 kB
Mapped:          74688 kB
Slab:            38116 kB
Committed_AS:  4833804 kB
PageTables:       1788 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= 66547 MiB

End job on node6 on Sat Apr 14 01:09:41 UTC 2007