Trace number 362702

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.22 1780.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dc1c.opb
MD5SUM5bb71a9130ac2c3fe622e296e248e968
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark19.2431
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables58150
Total number of constraints1648
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 constraints1648
Minimum length of a constraint31
Maximum length of a constraint58150
Number of terms in the objective function 58150
Biggest coefficient in the objective function 41346
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 580891
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 580891
Number of bits of the biggest sum of numbers20
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	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/362702-1177017098/instance-362702-1177017098.opb
0.20/0.20	c reading problem ... 
4.42/3.22	c ... done. Wall clock time 3.025s.
4.42/3.22	c CPU time (experimental) 2.37s.
4.42/3.22	c #vars     58150
4.42/3.22	c #constraints  3284
1800.09/1780.51	c starts		: 1
1800.09/1780.51	c conflicts		: 91
1800.09/1780.51	c decisions		: 730405
1800.09/1780.51	c propagations		: 930589
1800.09/1780.51	c inspects		: 2835948
1800.09/1780.51	c learnt literals	: 0
1800.09/1780.51	c learnt binary clauses	: 0
1800.09/1780.51	c learnt ternary clauses	: 0
1800.09/1780.51	c learnt clauses	: 90
1800.09/1780.51	c root simplifications	: 0
1800.09/1780.51	c removed literals (reason simplification)	: 0
1800.09/1780.51	c reason swapping (by a shorter reason)	: 0
1800.09/1780.51	c Calls to reduceDB	: 0
1800.09/1780.51	c speed (decisions/second)	: 411.0520699909281
1800.09/1780.51	c non guided choices	0
1800.09/1780.51	s UNKNOWN
1800.09/1780.51	c Total wall clock time (ms): 1780.313

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/node33/watcher-362702-1177017098 -o ROOT/results/node33/solver-362702-1177017098 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362702-1177017098/sat4jPseudoCPClause.jar /tmp/evaluation/362702-1177017098/instance-362702-1177017098.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.99 0.97 0.98 3/77 5357
/proc/meminfo: memFree=1727744/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1472 CPUtime=0
/proc/5357/stat : 5357 (java) R 5355 5357 4499 0 -1 0 107 0 0 0 0 0 0 0 20 0 1 0 149625269 1507328 80 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11845547 0 0 4096 0 0 0 0 17 1 0 0
/proc/5357/statm: 368 89 67 9 0 10 0

[startup+0.075178 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5357
/proc/meminfo: memFree=1727744/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1778732 CPUtime=0.06
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 3758 0 1 0 4 2 0 0 18 0 7 0 149625269 1821421568 3501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 444683 3501 1084 9 0 442319 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778732

[startup+0.101181 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5357
/proc/meminfo: memFree=1727744/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1781000 CPUtime=0.08
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 149625269 1823744000 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 445250 3719 1123 9 0 442868 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781000

[startup+0.30122 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5357
/proc/meminfo: memFree=1727744/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1782052 CPUtime=0.33
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 5591 0 1 0 30 3 0 0 18 0 12 0 149625269 1824821248 5327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 445513 5327 1267 9 0 443124 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782052

[startup+0.701299 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5357
/proc/meminfo: memFree=1727744/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1784684 CPUtime=0.89
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 10223 0 1 0 83 6 0 0 18 0 12 0 149625269 1827516416 9461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 446171 9463 1296 9 0 443782 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1784684

[startup+1.50247 s]
/proc/loadavg: 1.07 0.99 0.98 4/89 5369
/proc/meminfo: memFree=1681056/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1797444 CPUtime=2.29
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 22143 0 1 0 218 11 0 0 18 0 12 0 149625269 1840582656 17920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 449361 17920 1310 9 0 446972 0
[pid=5357/tid=5359] ppid=5355 vsize=1797444 CPUtime=0.85
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 13333 0 1 0 78 7 0 0 25 0 12 0 149625270 1840582656 17922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109615791 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1797444 CPUtime=0
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 149625271 1840582656 17924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1797444 CPUtime=0
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 149625271 1840582656 17924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1797444 CPUtime=0
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 149625274 1840582656 17925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1797444 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 149625274 1840582656 17925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1797444 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 149625274 1840582656 17926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1797444 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149625278 1840582656 17926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1797444 CPUtime=0.7
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 3461 0 0 0 68 2 0 0 17 0 12 0 149625278 1840582656 17927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1797444 CPUtime=0.72
/proc/5357/task/5367/stat : 5367 (java) R 5355 5357 4499 0 -1 64 4630 0 0 0 71 1 0 0 18 0 12 0 149625278 1840582656 17928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313565 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1797444 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 149625278 1840582656 17929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1797444 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149625278 1840582656 17930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1797444

[startup+3.10279 s]
/proc/loadavg: 1.07 0.99 0.98 2/89 5369
/proc/meminfo: memFree=1597472/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1796576 CPUtime=4.32
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 53895 0 1 0 408 24 0 0 18 0 12 0 149625269 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 449144 48519 1320 9 0 446755 0
[pid=5357/tid=5359] ppid=5355 vsize=1796576 CPUtime=2.24
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 37661 0 1 0 208 16 0 0 21 0 12 0 149625270 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109628923 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1796576 CPUtime=0.13
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 3409 0 0 0 12 1 0 0 16 0 12 0 149625271 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1796576 CPUtime=0.13
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 3226 0 0 0 13 0 0 0 16 0 12 0 149625271 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1796576 CPUtime=0
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 149625274 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1796576 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 149625274 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1796576 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 149625274 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1796576 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149625278 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1796576 CPUtime=0.75
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 3462 0 0 0 73 2 0 0 16 0 12 0 149625278 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1796576 CPUtime=1.01
/proc/5357/task/5367/stat : 5367 (java) S 5355 5357 4499 0 -1 64 5412 0 0 0 99 2 0 0 15 0 12 0 149625278 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1796576 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 149625278 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1796576 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149625278 1839693824 48519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1796576

[startup+6.30245 s]
/proc/loadavg: 1.07 0.99 0.98 2/90 5370
/proc/meminfo: memFree=1498840/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1795752 CPUtime=8.96
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 68617 0 1 0 865 31 0 0 18 0 13 0 149625269 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 448938 60401 1333 9 0 446549 0
[pid=5357/tid=5359] ppid=5355 vsize=1795752 CPUtime=4.5
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 37708 0 1 0 433 17 0 0 16 0 13 0 149625270 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110170358 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1795752 CPUtime=0.57
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 10845 0 0 0 53 4 0 0 16 0 13 0 149625271 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1795752 CPUtime=0.58
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 9386 0 0 0 54 4 0 0 16 0 13 0 149625271 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1795752 CPUtime=0
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149625274 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1795752 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149625274 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1795752 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149625274 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1795752 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149625278 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1795752 CPUtime=1.6
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 4486 0 0 0 158 2 0 0 16 0 13 0 149625278 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1795752 CPUtime=1.66
/proc/5357/task/5367/stat : 5367 (java) S 5355 5357 4499 0 -1 64 5462 0 0 0 164 2 0 0 16 0 13 0 149625278 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1795752 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149625278 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1795752 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149625278 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5370] ppid=5355 vsize=1795752 CPUtime=0
/proc/5357/task/5370/stat : 5370 (java) S 5355 5357 4499 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 149625639 1838850048 60401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 1795752

[startup+12.7028 s]
/proc/loadavg: 1.06 0.99 0.98 2/90 5370
/proc/meminfo: memFree=1464736/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1798312 CPUtime=16.02
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 76637 0 1 0 1567 35 0 0 18 0 13 0 149625269 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 449578 66743 1333 9 0 447189 0
[pid=5357/tid=5359] ppid=5355 vsize=1798312 CPUtime=10.22
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 37716 0 1 0 1005 17 0 0 20 0 13 0 149625270 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110170344 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1798312 CPUtime=1.24
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 16296 0 0 0 117 7 0 0 16 0 13 0 149625271 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1798312 CPUtime=1.24
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 11947 0 0 0 119 5 0 0 16 0 13 0 149625271 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149625278 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1798312 CPUtime=1.6
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 4486 0 0 0 158 2 0 0 16 0 13 0 149625278 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1798312 CPUtime=1.66
/proc/5357/task/5367/stat : 5367 (java) S 5355 5357 4499 0 -1 64 5462 0 0 0 164 2 0 0 16 0 13 0 149625278 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149625278 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149625278 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5370] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5370/stat : 5370 (java) S 5355 5357 4499 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 149625639 1841471488 66743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 1798312

[startup+25.5014 s]
/proc/loadavg: 1.05 0.99 0.98 2/90 5370
/proc/meminfo: memFree=1553888/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1798312 CPUtime=28.83
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 76670 0 1 0 2845 38 0 0 18 0 13 0 149625269 1841471488 43731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 449578 43731 1333 9 0 447189 0
[pid=5357/tid=5359] ppid=5355 vsize=1798312 CPUtime=22.95
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 37741 0 1 0 2278 17 0 0 16 0 13 0 149625270 1841471488 43731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109943587 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1798312 CPUtime=1.28
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 16302 0 0 0 120 8 0 0 16 0 13 0 149625271 1841471488 43731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1798312 CPUtime=1.27
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 11947 0 0 0 122 5 0 0 17 0 13 0 149625271 1841471488 43731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1798312 CPUtime=0.01
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 9 0 0 0 0 1 0 0 16 0 13 0 149625274 1841471488 43731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 43731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5357/tid=5362] ppid=5355 vsize=1798312 CPUtime=0.78
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 284 0 0 0 43 35 0 0 16 0 13 0 149625274 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149625278 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1798312 CPUtime=1.67
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 4486 0 0 0 165 2 0 0 16 0 13 0 149625278 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1798312 CPUtime=1.89
/proc/5357/task/5367/stat : 5367 (java) S 5355 5357 4499 0 -1 64 5482 0 0 0 187 2 0 0 17 0 13 0 149625278 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149625278 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149625278 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5370] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5370/stat : 5370 (java) S 5355 5357 4499 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 149625639 1841471488 126140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1559
Current children cumulated vsize (KiB) 1798312

[startup+1602.3 s]
/proc/loadavg: 1.00 1.04 1.02 2/90 5370
/proc/meminfo: memFree=1226912/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1798312 CPUtime=1619.53
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 278460 0 1 0 161725 228 0 0 18 0 13 0 149625269 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 449578 126190 1333 9 0 447189 0
[pid=5357/tid=5359] ppid=5355 vsize=1798312 CPUtime=1582.27
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 143958 0 1 0 158164 63 0 0 25 0 13 0 149625270 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109996746 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1798312 CPUtime=16.43
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 62416 0 0 0 1582 61 0 0 16 0 13 0 149625271 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1798312 CPUtime=16.41
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 61111 0 0 0 1580 61 0 0 16 0 13 0 149625271 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1798312 CPUtime=0.79
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 284 0 0 0 44 35 0 0 16 0 13 0 149625274 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149625278 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1798312 CPUtime=1.67
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 4486 0 0 0 165 2 0 0 16 0 13 0 149625278 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1798312 CPUtime=1.89
/proc/5357/task/5367/stat : 5367 (java) S 5355 5357 4499 0 -1 64 5482 0 0 0 187 2 0 0 17 0 13 0 149625278 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149625278 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149625278 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5370] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5370/stat : 5370 (java) S 5355 5357 4499 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 149625639 1841471488 126190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.53
Current children cumulated vsize (KiB) 1798312

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.02 2/90 5372
/proc/meminfo: memFree=1178080/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1798312 CPUtime=1680.12
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 294340 0 1 0 167776 236 0 0 18 0 13 0 149625269 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 449578 138326 1333 9 0 447189 0
[pid=5357/tid=5359] ppid=5355 vsize=1798312 CPUtime=1641.6
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 156503 0 1 0 164093 67 0 0 22 0 13 0 149625270 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109996734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1798312 CPUtime=17.06
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 64307 0 0 0 1644 62 0 0 16 0 13 0 149625271 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1798312 CPUtime=17.03
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 62528 0 0 0 1640 63 0 0 16 0 13 0 149625271 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1798312 CPUtime=0.82
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 311 0 0 0 46 36 0 0 16 0 13 0 149625274 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149625278 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1798312 CPUtime=1.67
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 4486 0 0 0 165 2 0 0 16 0 13 0 149625278 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1798312 CPUtime=1.89
/proc/5357/task/5367/stat : 5367 (java) S 5355 5357 4499 0 -1 64 5482 0 0 0 187 2 0 0 17 0 13 0 149625278 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149625278 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149625278 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5370] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5370/stat : 5370 (java) S 5355 5357 4499 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 149625639 1841471488 138326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.12
Current children cumulated vsize (KiB) 1798312

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.01 2/90 5372
/proc/meminfo: memFree=1178080/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1798312 CPUtime=1740.6
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 294467 0 1 0 173821 239 0 0 18 0 13 0 149625269 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 449578 138374 1333 9 0 447189 0
[pid=5357/tid=5359] ppid=5355 vsize=1798312 CPUtime=1701
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 156582 0 1 0 170032 68 0 0 25 0 13 0 149625270 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110169611 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1798312 CPUtime=17.6
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 64307 0 0 0 1697 63 0 0 16 0 13 0 149625271 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1798312 CPUtime=17.56
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 62576 0 0 0 1691 65 0 0 16 0 13 0 149625271 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1798312 CPUtime=0.84
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 311 0 0 0 47 37 0 0 15 0 13 0 149625274 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149625278 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1798312 CPUtime=1.67
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 4486 0 0 0 165 2 0 0 16 0 13 0 149625278 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1798312 CPUtime=1.89
/proc/5357/task/5367/stat : 5367 (java) S 5355 5357 4499 0 -1 64 5482 0 0 0 187 2 0 0 17 0 13 0 149625278 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149625278 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149625278 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5370] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5370/stat : 5370 (java) S 5355 5357 4499 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 149625639 1841471488 138374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1740.6
Current children cumulated vsize (KiB) 1798312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 5372
/proc/meminfo: memFree=1109536/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=1798312 CPUtime=1800.09
/proc/5357/stat : 5357 (java) S 5355 5357 4499 0 -1 0 313980 0 1 0 179760 249 0 0 18 0 13 0 149625269 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5357/statm: 449578 155447 1333 9 0 447189 0
[pid=5357/tid=5359] ppid=5355 vsize=1798312 CPUtime=1757.8
/proc/5357/task/5359/stat : 5359 (java) R 5355 5357 4499 0 -1 64 156642 0 1 0 175711 69 0 0 18 0 13 0 149625270 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109589789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5360] ppid=5355 vsize=1798312 CPUtime=18.93
/proc/5357/task/5360/stat : 5360 (java) S 5355 5357 4499 0 -1 64 75695 0 0 0 1826 67 0 0 16 0 13 0 149625271 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5361] ppid=5355 vsize=1798312 CPUtime=18.9
/proc/5357/task/5361/stat : 5361 (java) S 5355 5357 4499 0 -1 64 70632 0 0 0 1821 69 0 0 16 0 13 0 149625271 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5362] ppid=5355 vsize=1798312 CPUtime=0.84
/proc/5357/task/5362/stat : 5362 (java) S 5355 5357 4499 0 -1 64 320 0 0 0 47 37 0 0 15 0 13 0 149625274 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5363] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5363/stat : 5363 (java) S 5355 5357 4499 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5364] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5364/stat : 5364 (java) S 5355 5357 4499 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149625274 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5365] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5365/stat : 5365 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149625278 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5366] ppid=5355 vsize=1798312 CPUtime=1.67
/proc/5357/task/5366/stat : 5366 (java) S 5355 5357 4499 0 -1 64 4486 0 0 0 165 2 0 0 16 0 13 0 149625278 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5367] ppid=5355 vsize=1798312 CPUtime=1.89
/proc/5357/task/5367/stat : 5367 (java) S 5355 5357 4499 0 -1 64 5482 0 0 0 187 2 0 0 17 0 13 0 149625278 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5368] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5368/stat : 5368 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149625278 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5357/tid=5369] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5369/stat : 5369 (java) S 5355 5357 4499 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149625278 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5357/tid=5370] ppid=5355 vsize=1798312 CPUtime=0
/proc/5357/task/5370/stat : 5370 (java) S 5355 5357 4499 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 149625639 1841471488 155447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1798312

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

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

[startup+1780.61 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 5372
/proc/meminfo: memFree=1109536/2055920 swapFree=4180512/4192956
[pid=5357] ppid=5355 vsize=0 CPUtime=1800.2
/proc/5357/stat : 5357 (java) Z 5355 5357 4499 0 -1 1036 314000 0 1 0 179762 258 0 0 16 0 2 0 149625269 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5357/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.63
CPU time (s): 1800.22
CPU user time (s): 1797.63
CPU system time (s): 2.59061
CPU usage (%): 101.1
Max. virtual memory (cumulated for all children) (KiB): 1798312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.63
system time used= 2.59061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314000
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= 68269
involuntary context switches= 54112

runsolver used 2.07768 second user time and 5.61215 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Thu Apr 19 21:11:38 UTC 2007

IDJOB= 362702
IDBENCH= 1630
IDSOLVER= 164
FILE ID= node33/362702-1177017098

PBS_JOBID= 4630544

Free space on /tmp= 66471 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-dc1c.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362702-1177017098/sat4jPseudoCPClause.jar /tmp/evaluation/362702-1177017098/instance-362702-1177017098.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-362702-1177017098 -o ROOT/results/node33/solver-362702-1177017098 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362702-1177017098/sat4jPseudoCPClause.jar /tmp/evaluation/362702-1177017098/instance-362702-1177017098.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5bb71a9130ac2c3fe622e296e248e968

RANDOM SEED= 652835894

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1728152 kB
Buffers:         36436 kB
Cached:         184192 kB
SwapCached:       2276 kB
Active:         187064 kB
Inactive:        87168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728152 kB
SwapTotal:     4192956 kB
SwapFree:      4180512 kB
Dirty:            6336 kB
Writeback:           0 kB
Mapped:          68492 kB
Slab:            38828 kB
Committed_AS:  1670956 kB
PageTables:       1992 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= 66471 MiB

End job on node33 on Thu Apr 19 21:41:21 UTC 2007