Trace number 429303

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.17 1773.49

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=257-P2=19-P3=349-P4=257-P5=479-P6=367-B.opb
MD5SUM80881c7fbc3c10cf38784c74294061e5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.283956
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/429303-1177982885/instance-429303-1177982885.opb
0.20/0.20	c reading problem ... 
0.44/0.47	c ... done. Wall clock time 0.268s.
0.44/0.47	c CPU time (experimental) 0.39s.
0.44/0.47	c #vars     648
0.44/0.47	c #constraints  991
1800.08/1773.41	c starts		: 2
1800.08/1773.41	c conflicts		: 37077
1800.08/1773.41	c decisions		: 38268
1800.08/1773.41	c propagations		: 508079
1800.08/1773.41	c inspects		: 696156476
1800.08/1773.41	c learnt literals	: 0
1800.08/1773.41	c learnt binary clauses	: 0
1800.08/1773.41	c learnt ternary clauses	: 0
1800.08/1773.41	c learnt clauses	: 37077
1800.08/1773.41	c root simplifications	: 0
1800.08/1773.41	c removed literals (reason simplification)	: 0
1800.08/1773.41	c reason swapping (by a shorter reason)	: 0
1800.08/1773.41	c Calls to reduceDB	: 0
1800.08/1773.41	c speed (decisions/second)	: 21.584584180329532
1800.08/1773.41	c non guided choices	251
1800.08/1773.41	s UNKNOWN
1800.08/1773.41	c Total wall clock time (ms): 1773.206

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node37/watcher-429303-1177982885 -o ROOT/results/node37/solver-429303-1177982885 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429303-1177982885/sat4jPseudoCPClause.jar /tmp/evaluation/429303-1177982885/instance-429303-1177982885.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.88 0.95 0.90 1/78 4471
/proc/meminfo: memFree=1798320/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1472 CPUtime=0
/proc/4471/stat : 4471 (java) R 4469 4471 3788 0 -1 0 102 0 0 0 0 0 0 0 18 0 1 0 246200961 1507328 77 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3983360 0 0 4096 0 0 0 0 17 1 0 0
/proc/4471/statm: 368 83 61 9 0 10 0

[startup+0.0584741 s]
/proc/loadavg: 0.88 0.95 0.90 1/78 4471
/proc/meminfo: memFree=1798320/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1778732 CPUtime=0.04
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 3600 0 1 0 2 2 0 0 18 0 7 0 246200961 1821421568 3344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 444683 3344 1069 9 0 442319 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1778732

[startup+0.101482 s]
/proc/loadavg: 0.88 0.95 0.90 1/78 4471
/proc/meminfo: memFree=1798320/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1781136 CPUtime=0.09
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 3973 0 1 0 6 3 0 0 18 0 12 0 246200961 1823883264 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 445284 3716 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1781136

[startup+0.301517 s]
/proc/loadavg: 0.88 0.95 0.90 1/78 4471
/proc/meminfo: memFree=1798320/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1782436 CPUtime=0.31
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 5093 0 1 0 27 4 0 0 18 0 12 0 246200961 1825214464 4832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 445609 4832 1260 9 0 443220 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782436

[startup+0.701598 s]
/proc/loadavg: 0.88 0.95 0.90 1/78 4471
/proc/meminfo: memFree=1798320/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1784984 CPUtime=0.97
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 7540 0 1 0 92 5 0 0 18 0 13 0 246200961 1827823616 6243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 446246 6244 1306 9 0 443857 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1784984

[startup+1.50274 s]
/proc/loadavg: 0.88 0.95 0.90 4/91 4484
/proc/meminfo: memFree=1763784/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1800628 CPUtime=2.51
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 23041 0 1 0 239 12 0 0 18 0 13 0 246200961 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 450157 16691 1315 9 0 447768 0
[pid=4471/tid=4473] ppid=4469 vsize=1800628 CPUtime=0.79
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 11499 0 1 0 72 7 0 0 18 0 13 0 246200963 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553425 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 246200964 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 246200964 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246200966 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 246200967 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 246200967 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1800628 CPUtime=0.8
/proc/4471/task/4480/stat : 4480 (java) R 4469 4471 3788 0 -1 64 4671 0 0 0 79 1 0 0 18 0 13 0 246200971 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105283261 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1800628 CPUtime=0.88
/proc/4471/task/4481/stat : 4481 (java) R 4469 4471 3788 0 -1 64 6143 0 0 0 86 2 0 0 18 0 13 0 246200971 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313381 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1800628 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1843843072 16691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1800628

[startup+3.10205 s]
/proc/loadavg: 0.88 0.95 0.90 4/91 4484
/proc/meminfo: memFree=1686536/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1799168 CPUtime=5.33
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 55480 0 1 0 506 27 0 0 18 0 13 0 246200961 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449792 43472 1324 9 0 447403 0
[pid=4471/tid=4473] ppid=4469 vsize=1799168 CPUtime=2.25
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 37710 0 1 0 206 19 0 0 22 0 13 0 246200963 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517405 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 391 0 0 0 0 0 0 0 17 0 13 0 246200964 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 214 0 0 0 0 0 0 0 17 0 13 0 246200964 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 246200966 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 246200967 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246200967 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1799168 CPUtime=1.74
/proc/4471/task/4480/stat : 4480 (java) R 4469 4471 3788 0 -1 64 8728 0 0 0 171 3 0 0 16 0 13 0 246200971 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105054594 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1799168 CPUtime=1.27
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3788 0 -1 64 7706 0 0 0 125 2 0 0 16 0 13 0 246200971 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1799168 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1842348032 43472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 1799168

[startup+6.30164 s]
/proc/loadavg: 0.89 0.95 0.90 2/91 4484
/proc/meminfo: memFree=1619656/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1798144 CPUtime=8.74
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 60620 0 1 0 844 30 0 0 18 0 13 0 246200961 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449536 46865 1325 9 0 447147 0
[pid=4471/tid=4473] ppid=4469 vsize=1798144 CPUtime=5.31
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 37716 0 1 0 512 19 0 0 20 0 13 0 246200963 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109496010 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1798144 CPUtime=0.13
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 2969 0 0 0 11 2 0 0 16 0 13 0 246200964 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1798144 CPUtime=0.12
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 2743 0 0 0 12 0 0 0 16 0 13 0 246200964 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 246200966 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1798144 CPUtime=1.78
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3788 0 -1 64 8733 0 0 0 175 3 0 0 16 0 13 0 246200971 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1798144 CPUtime=1.33
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3788 0 -1 64 7709 0 0 0 131 2 0 0 16 0 13 0 246200971 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1841299456 46865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 1798144

[startup+12.7029 s]
/proc/loadavg: 0.90 0.95 0.90 2/91 4484
/proc/meminfo: memFree=1579680/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1798144 CPUtime=15.33
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 70516 0 1 0 1499 34 0 0 18 0 13 0 246200961 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449536 55979 1331 9 0 447147 0
[pid=4471/tid=4473] ppid=4469 vsize=1798144 CPUtime=11.53
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 39087 0 1 0 1133 20 0 0 16 0 13 0 246200963 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559433 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1798144 CPUtime=0.32
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 7286 0 0 0 29 3 0 0 16 0 13 0 246200964 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1798144 CPUtime=0.32
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 6945 0 0 0 29 3 0 0 16 0 13 0 246200964 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 246200966 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1798144 CPUtime=1.78
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3788 0 -1 64 8733 0 0 0 175 3 0 0 16 0 13 0 246200971 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1798144 CPUtime=1.33
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3788 0 -1 64 7715 0 0 0 131 2 0 0 16 0 13 0 246200971 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1841299456 55979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.33
Current children cumulated vsize (KiB) 1798144

[startup+25.5013 s]
/proc/loadavg: 0.92 0.96 0.91 2/91 4484
/proc/meminfo: memFree=1568544/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1798144 CPUtime=28.27
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 73438 0 1 0 2791 36 0 0 18 0 13 0 246200961 1841299456 58466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449536 58466 1331 9 0 447147 0
[pid=4471/tid=4473] ppid=4469 vsize=1798144 CPUtime=24.18
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 39098 0 1 0 2398 20 0 0 25 0 13 0 246200963 1841299456 58466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539795 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1798144 CPUtime=0.44
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 8651 0 0 0 40 4 0 0 16 0 13 0 246200964 1841299456 58466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1798144 CPUtime=0.44
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 8491 0 0 0 40 4 0 0 16 0 13 0 246200964 1841299456 58466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=4471] ppid=4469 vsize=1798144 CPUtime=1564.69
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 159433 0 1 0 156384 85 0 0 18 0 13 0 246200961 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449536 112497 1333 9 0 447147 0
[pid=4471/tid=4473] ppid=4469 vsize=1798144 CPUtime=1519.61
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 56136 0 1 0 151932 29 0 0 20 0 13 0 246200963 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109574192 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1798144 CPUtime=20.81
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 42253 0 0 0 2060 21 0 0 16 0 13 0 246200964 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1798144 CPUtime=20.81
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 43778 0 0 0 2062 19 0 0 16 0 13 0 246200964 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1798144 CPUtime=0.18
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 94 0 0 0 11 7 0 0 15 0 13 0 246200966 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1798144 CPUtime=1.86
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3788 0 -1 64 8735 0 0 0 183 3 0 0 17 0 13 0 246200971 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1798144 CPUtime=1.35
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3788 0 -1 64 7715 0 0 0 133 2 0 0 16 0 13 0 246200971 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1841299456 112497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1564.69
Current children cumulated vsize (KiB) 1798144

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/91 4486
/proc/meminfo: memFree=1346208/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1798144 CPUtime=1625.77
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 161059 0 1 0 162491 86 0 0 18 0 13 0 246200961 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449536 113949 1333 9 0 447147 0
[pid=4471/tid=4473] ppid=4469 vsize=1798144 CPUtime=1578.46
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 56159 0 1 0 157817 29 0 0 21 0 13 0 246200963 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109573858 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1798144 CPUtime=21.91
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 43122 0 0 0 2170 21 0 0 17 0 13 0 246200964 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1798144 CPUtime=21.92
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 44511 0 0 0 2173 19 0 0 16 0 13 0 246200964 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1798144 CPUtime=0.2
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 95 0 0 0 12 8 0 0 16 0 13 0 246200966 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1798144 CPUtime=1.86
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3788 0 -1 64 8735 0 0 0 183 3 0 0 17 0 13 0 246200971 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1798144 CPUtime=1.35
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3788 0 -1 64 7715 0 0 0 133 2 0 0 16 0 13 0 246200971 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1841299456 113949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1625.77
Current children cumulated vsize (KiB) 1798144

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 0.94 2/91 4486
/proc/meminfo: memFree=1339552/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1798144 CPUtime=1686.87
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 162882 0 1 0 168600 87 0 0 18 0 13 0 246200961 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449536 115521 1333 9 0 447147 0
[pid=4471/tid=4473] ppid=4469 vsize=1798144 CPUtime=1637.28
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 56182 0 1 0 163699 29 0 0 25 0 13 0 246200963 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517307 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1798144 CPUtime=23.05
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 44230 0 0 0 2284 21 0 0 16 0 13 0 246200964 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1798144 CPUtime=23.05
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 45202 0 0 0 2286 19 0 0 17 0 13 0 246200964 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1798144 CPUtime=0.2
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 96 0 0 0 12 8 0 0 15 0 13 0 246200966 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1798144 CPUtime=1.86
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3788 0 -1 64 8735 0 0 0 183 3 0 0 17 0 13 0 246200971 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1798144 CPUtime=1.35
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3788 0 -1 64 7715 0 0 0 133 2 0 0 16 0 13 0 246200971 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1841299456 115521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1686.87
Current children cumulated vsize (KiB) 1798144

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 0.94 2/91 4486
/proc/meminfo: memFree=1334432/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1798144 CPUtime=1747.99
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 164272 0 1 0 174711 88 0 0 18 0 13 0 246200961 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449536 116794 1333 9 0 447147 0
[pid=4471/tid=4473] ppid=4469 vsize=1798144 CPUtime=1696.1
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 56205 0 1 0 169581 29 0 0 25 0 13 0 246200963 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543282 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1798144 CPUtime=24.2
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 45245 0 0 0 2398 22 0 0 16 0 13 0 246200964 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1798144 CPUtime=24.21
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 45554 0 0 0 2401 20 0 0 17 0 13 0 246200964 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1798144 CPUtime=0.22
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 96 0 0 0 13 9 0 0 16 0 13 0 246200966 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1798144 CPUtime=1.86
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3788 0 -1 64 8735 0 0 0 183 3 0 0 17 0 13 0 246200971 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1798144 CPUtime=1.35
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3788 0 -1 64 7715 0 0 0 133 2 0 0 16 0 13 0 246200971 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1841299456 116794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1747.99
Current children cumulated vsize (KiB) 1798144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/91 4486
/proc/meminfo: memFree=1331296/2055920 swapFree=4145584/4192956
[pid=4471] ppid=4469 vsize=1798144 CPUtime=1800.08
/proc/4471/stat : 4471 (java) S 4469 4471 3788 0 -1 0 165110 0 1 0 179919 89 0 0 18 0 13 0 246200961 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4471/statm: 449536 117585 1333 9 0 447147 0
[pid=4471/tid=4473] ppid=4469 vsize=1798144 CPUtime=1746.17
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3788 0 -1 64 56225 0 1 0 174588 29 0 0 25 0 13 0 246200963 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540733 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1798144 CPUtime=25.2
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3788 0 -1 64 45314 0 0 0 2498 22 0 0 16 0 13 0 246200964 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1798144 CPUtime=25.21
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3788 0 -1 64 46303 0 0 0 2501 20 0 0 16 0 13 0 246200964 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1798144 CPUtime=0.22
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3788 0 -1 64 96 0 0 0 13 9 0 0 16 0 13 0 246200966 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3788 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246200967 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246200971 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1798144 CPUtime=1.86
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3788 0 -1 64 8735 0 0 0 183 3 0 0 17 0 13 0 246200971 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1798144 CPUtime=1.35
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3788 0 -1 64 7715 0 0 0 133 2 0 0 16 0 13 0 246200971 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246200971 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246200971 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1798144 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3788 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 246201010 1841299456 117585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1798144

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

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

Child status: 143
Real time (s): 1773.49
CPU time (s): 1800.17
CPU user time (s): 1799.21
CPU system time (s): 0.962853
CPU usage (%): 101.505
Max. virtual memory (cumulated for all children) (KiB): 1805468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.962853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165130
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= 43596
involuntary context switches= 57085

runsolver used 1.71574 second user time and 4.77027 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Tue May  1 01:28:05 UTC 2007

IDJOB= 429303
IDBENCH= 47899
IDSOLVER= 164
FILE ID= node37/429303-1177982885

PBS_JOBID= 4728128

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=251-P1=257-P2=19-P3=349-P4=257-P5=479-P6=367-B.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429303-1177982885/sat4jPseudoCPClause.jar /tmp/evaluation/429303-1177982885/instance-429303-1177982885.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-429303-1177982885 -o ROOT/results/node37/solver-429303-1177982885 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429303-1177982885/sat4jPseudoCPClause.jar /tmp/evaluation/429303-1177982885/instance-429303-1177982885.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  80881c7fbc3c10cf38784c74294061e5

RANDOM SEED= 430730233

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1798792 kB
Buffers:         35772 kB
Cached:         134604 kB
SwapCached:      15264 kB
Active:         101324 kB
Inactive:        92668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798792 kB
SwapTotal:     4192956 kB
SwapFree:      4145584 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          30612 kB
Slab:            48500 kB
Committed_AS:  2186728 kB
PageTables:       2004 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= 66561 MiB

End job on node37 on Tue May  1 01:57:41 UTC 2007