Trace number 1854664

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.28 1797.15

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111219348.opb
MD5SUM33ddab1c7704f894e7f63014edbb9b9e
Bench CategoryDEC-SMALLINT (no 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 benchmark1.3398
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1212
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c MiniSAT restarts strategy
0.21/0.23	c Memory based learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-1854664-1244859415.opb
0.21/0.23	c reading problem ... 
0.32/0.35	c ... done. Wall clock time 0.122s.
0.32/0.35	c #vars     169
0.32/0.35	c #constraints  101
0.32/0.35	c constraints type 
0.32/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.32/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.32/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.32/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/1797.01	c starts		: 5
1800.08/1797.01	c conflicts		: 1153
1800.08/1797.01	c decisions		: 4760
1800.08/1797.01	c propagations		: 38039
1800.08/1797.01	c inspects		: 4208051
1800.08/1797.01	c learnt literals	: 0
1800.08/1797.01	c learnt binary clauses	: 0
1800.08/1797.01	c learnt ternary clauses	: 0
1800.08/1797.01	c learnt clauses	: 1152
1800.08/1797.01	c ignored clauses	: 0
1800.08/1797.01	c root simplifications	: 0
1800.08/1797.01	c removed literals (reason simplification)	: 0
1800.08/1797.01	c reason swapping (by a shorter reason)	: 0
1800.08/1797.01	c Calls to reduceDB	: 0
1800.08/1797.01	c speed (assignments/second)	: 21.172099070662906
1800.08/1797.01	c non guided choices	38
1800.08/1797.02	c learnt constraints type 
1800.08/1797.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1152
1800.08/1797.02	c constraints type 
1800.08/1797.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
1800.08/1797.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
1800.08/1797.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
1800.08/1797.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/1797.02	s UNKNOWN
1800.08/1797.02	c Total wall clock time (in seconds): 1796.784

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1854664-1244859415/watcher-1854664-1244859415 -o /tmp/evaluation-result-1854664-1244859415/solver-1854664-1244859415 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854664-1244859415.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 1.39 1.74 3/64 8610
/proc/meminfo: memFree=973184/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1644 CPUtime=0
/proc/8610/stat : 8610 (java6) R 8608 8610 8573 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 153541917 1683456 148 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/8610/statm: 403 147 111 9 0 45 0

[startup+0.0116521 s]
/proc/loadavg: 0.93 1.39 1.74 3/64 8610
/proc/meminfo: memFree=973184/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=12928 CPUtime=0
/proc/8610/stat : 8610 (java) R 8608 8610 8573 0 -1 0 495 0 0 0 0 0 0 0 18 0 1 0 153541917 13238272 302 1992294400 134512640 134550932 4294956000 18446744073709551615 7177002 0 0 4096 0 0 0 0 17 0 0 0
/proc/8610/statm: 3232 306 137 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.101626 s]
/proc/loadavg: 0.93 1.39 1.74 3/64 8610
/proc/meminfo: memFree=973184/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1472428 CPUtime=0.08
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 3574 0 1 0 5 3 0 0 18 0 12 0 153541917 1507766272 3317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 368107 3317 1063 9 0 365455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472428

[startup+0.301573 s]
/proc/loadavg: 0.93 1.39 1.74 3/64 8610
/proc/meminfo: memFree=973184/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1475000 CPUtime=0.32
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 4994 0 2 0 28 4 0 0 18 0 12 0 153541917 1510400000 4732 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 368750 4732 1353 9 0 366093 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475000

[startup+0.701463 s]
/proc/loadavg: 0.93 1.39 1.74 3/64 8610
/proc/meminfo: memFree=973184/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1480872 CPUtime=1.05
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 7728 0 3 0 100 5 0 0 18 0 13 0 153541917 1516412928 6720 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 370218 6720 1406 9 0 367561 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1480872

[startup+1.5023 s]
/proc/loadavg: 0.93 1.39 1.74 4/77 8623
/proc/meminfo: memFree=926488/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1491484 CPUtime=2.64
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 27547 0 3 0 250 14 0 0 18 0 13 0 153541917 1527279616 23381 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372871 23388 1415 9 0 370214 0
[pid=8610/tid=8612] ppid=8608 vsize=1491484 CPUtime=0.99
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 18587 0 2 0 89 10 0 0 18 0 13 0 153541918 1527279616 23391 1992294400 134512640 134550932 4294956000 18446744073709551615 4109469286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 153541920 1527279616 23396 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 153541920 1527279616 23400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153541922 1527279616 23405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 153541922 1527279616 23410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153541922 1527279616 23415 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1527279616 23419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1491484 CPUtime=1.01
/proc/8610/task/8619/stat : 8619 (java) R 8608 8610 8573 0 -1 64 3509 0 1 0 100 1 0 0 18 0 13 0 153541926 1527279616 23423 1992294400 134512640 134550932 4294956000 18446744073709551615 105499601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1491484 CPUtime=0.6
/proc/8610/task/8620/stat : 8620 (java) R 8608 8610 8573 0 -1 64 4754 0 0 0 59 1 0 0 18 0 13 0 153541927 1527279616 23428 1992294400 134512640 134550932 4294956000 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1527279616 23432 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1527279616 23436 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1491484 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1527279616 23441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1491484

[startup+3.10277 s]
/proc/loadavg: 0.93 1.39 1.74 2/77 8623
/proc/meminfo: memFree=831704/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1489392 CPUtime=4.94
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 45691 0 4 0 472 22 0 0 18 0 13 0 153541917 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372348 37116 1431 9 0 369691 0
[pid=8610/tid=8612] ppid=8608 vsize=1489392 CPUtime=2.33
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 30999 0 2 0 217 16 0 0 24 0 13 0 153541918 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4109504566 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1489392 CPUtime=0.01
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 606 0 0 0 1 0 0 0 16 0 13 0 153541920 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1489392 CPUtime=0.01
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 651 0 0 0 1 0 0 0 16 0 13 0 153541920 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153541922 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1489392 CPUtime=1.5
/proc/8610/task/8619/stat : 8619 (java) S 8608 8610 8573 0 -1 64 5508 0 1 0 149 1 0 0 16 0 13 0 153541926 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1489392 CPUtime=1.03
/proc/8610/task/8620/stat : 8620 (java) S 8608 8610 8573 0 -1 64 7171 0 1 0 101 2 0 0 17 0 13 0 153541927 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1525137408 37116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 1489392

[startup+6.30285 s]
/proc/loadavg: 0.93 1.39 1.74 2/77 8623
/proc/meminfo: memFree=815960/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1489392 CPUtime=8.26
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 53246 0 4 0 800 26 0 0 18 0 13 0 153541917 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372348 44575 1431 9 0 369691 0
[pid=8610/tid=8612] ppid=8608 vsize=1489392 CPUtime=5.43
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 34173 0 2 0 526 17 0 0 25 0 13 0 153541918 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4109524502 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1489392 CPUtime=0.09
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 2631 0 0 0 8 1 0 0 16 0 13 0 153541920 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1489392 CPUtime=0.09
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 2979 0 0 0 8 1 0 0 17 0 13 0 153541920 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153541922 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1489392 CPUtime=1.51
/proc/8610/task/8619/stat : 8619 (java) S 8608 8610 8573 0 -1 64 5508 0 1 0 150 1 0 0 16 0 13 0 153541926 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1489392 CPUtime=1.08
/proc/8610/task/8620/stat : 8620 (java) S 8608 8610 8573 0 -1 64 7183 0 1 0 106 2 0 0 17 0 13 0 153541927 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1525137408 44575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 1489392

[startup+12.702 s]
/proc/loadavg: 0.94 1.38 1.73 2/77 8623
/proc/meminfo: memFree=788008/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1489392 CPUtime=14.71
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 56476 0 4 0 1444 27 0 0 18 0 13 0 153541917 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372348 47165 1431 9 0 369691 0
[pid=8610/tid=8612] ppid=8608 vsize=1489392 CPUtime=11.77
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 34180 0 2 0 1160 17 0 0 25 0 13 0 153541918 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4109524611 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1489392 CPUtime=0.14
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 4143 0 0 0 12 2 0 0 16 0 13 0 153541920 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1489392 CPUtime=0.13
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 4690 0 0 0 12 1 0 0 16 0 13 0 153541920 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153541922 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1489392 CPUtime=1.51
/proc/8610/task/8619/stat : 8619 (java) S 8608 8610 8573 0 -1 64 5508 0 1 0 150 1 0 0 16 0 13 0 153541926 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1489392 CPUtime=1.09
/proc/8610/task/8620/stat : 8620 (java) S 8608 8610 8573 0 -1 64 7183 0 1 0 107 2 0 0 16 0 13 0 153541927 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1525137408 47165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 1489392

[startup+25.5013 s]
/proc/loadavg: 0.95 1.36 1.72 2/77 8623
/proc/meminfo: memFree=780648/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1489392 CPUtime=27.54
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 59098 0 4 0 2726 28 0 0 18 0 13 0 153541917 1525137408 49016 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372348 49016 1431 9 0 369691 0
[pid=8610/tid=8612] ppid=8608 vsize=1489392 CPUtime=24.54
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 34186 0 2 0 2437 17 0 0 25 0 13 0 153541918 1525137408 49016 1992294400 134512640 134550932 4294956000 18446744073709551615 4109524467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1489392 CPUtime=0.17
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 5435 0 0 0 15 2 0 0 16 0 13 0 153541920 1525137408 49016 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1489392 CPUtime=0.17
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 6014 0 0 0 15 2 0 0 16 0 13 0 153541920 1525137408 49016 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0

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

[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0.04
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 29 0 0 0 4 0 0 0 16 0 13 0 153541922 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153541922 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1489392 CPUtime=1.51
/proc/8610/task/8619/stat : 8619 (java) S 8608 8610 8573 0 -1 64 5508 0 1 0 150 1 0 0 16 0 13 0 153541926 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1489392 CPUtime=1.13
/proc/8610/task/8620/stat : 8620 (java) S 8608 8610 8573 0 -1 64 7188 0 1 0 111 2 0 0 17 0 13 0 153541927 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1525137408 82806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.27
Current children cumulated vsize (KiB) 1489392

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 8623
/proc/meminfo: memFree=634920/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1489392 CPUtime=1665.32
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 102843 0 4 0 166477 55 0 0 18 0 13 0 153541917 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372348 85260 1431 9 0 369691 0
[pid=8610/tid=8612] ppid=8608 vsize=1489392 CPUtime=1660.81
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 34323 0 2 0 166061 20 0 0 25 0 13 0 153541918 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4109707789 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1489392 CPUtime=0.89
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 26587 0 0 0 76 13 0 0 16 0 13 0 153541920 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1489392 CPUtime=0.88
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 28465 0 0 0 74 14 0 0 16 0 13 0 153541920 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0.04
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 29 0 0 0 4 0 0 0 16 0 13 0 153541922 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153541922 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1489392 CPUtime=1.51
/proc/8610/task/8619/stat : 8619 (java) S 8608 8610 8573 0 -1 64 5508 0 1 0 150 1 0 0 16 0 13 0 153541926 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1489392 CPUtime=1.13
/proc/8610/task/8620/stat : 8620 (java) S 8608 8610 8573 0 -1 64 7188 0 1 0 111 2 0 0 17 0 13 0 153541927 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1525137408 85260 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.32
Current children cumulated vsize (KiB) 1489392

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/77 8623
/proc/meminfo: memFree=631080/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1489392 CPUtime=1725.34
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 103812 0 4 0 172478 56 0 0 18 0 13 0 153541917 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372348 86221 1431 9 0 369691 0
[pid=8610/tid=8612] ppid=8608 vsize=1489392 CPUtime=1720.8
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 34325 0 2 0 172060 20 0 0 25 0 13 0 153541918 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4109524564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1489392 CPUtime=0.9
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 26852 0 0 0 77 13 0 0 16 0 13 0 153541920 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1489392 CPUtime=0.89
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 29167 0 0 0 75 14 0 0 16 0 13 0 153541920 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0.04
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 29 0 0 0 4 0 0 0 16 0 13 0 153541922 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153541922 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1489392 CPUtime=1.51
/proc/8610/task/8619/stat : 8619 (java) S 8608 8610 8573 0 -1 64 5508 0 1 0 150 1 0 0 16 0 13 0 153541926 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1489392 CPUtime=1.13
/proc/8610/task/8620/stat : 8620 (java) S 8608 8610 8573 0 -1 64 7188 0 1 0 111 2 0 0 17 0 13 0 153541927 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1525137408 86221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.34
Current children cumulated vsize (KiB) 1489392

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/77 8623
/proc/meminfo: memFree=627560/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1489392 CPUtime=1785.37
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 104761 0 4 0 178480 57 0 0 18 0 13 0 153541917 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372348 87078 1431 9 0 369691 0
[pid=8610/tid=8612] ppid=8608 vsize=1489392 CPUtime=1780.79
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 34327 0 2 0 178059 20 0 0 25 0 13 0 153541918 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4109524467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1489392 CPUtime=0.92
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 27247 0 0 0 78 14 0 0 16 0 13 0 153541920 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1489392 CPUtime=0.92
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 29719 0 0 0 77 15 0 0 16 0 13 0 153541920 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0.04
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 29 0 0 0 4 0 0 0 16 0 13 0 153541922 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153541922 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1489392 CPUtime=1.51
/proc/8610/task/8619/stat : 8619 (java) S 8608 8610 8573 0 -1 64 5508 0 1 0 150 1 0 0 16 0 13 0 153541926 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1489392 CPUtime=1.13
/proc/8610/task/8620/stat : 8620 (java) S 8608 8610 8573 0 -1 64 7188 0 1 0 111 2 0 0 17 0 13 0 153541927 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.37
Current children cumulated vsize (KiB) 1489392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 1.00 1.00 1.08 2/77 8623
/proc/meminfo: memFree=627560/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=1489392 CPUtime=1800.08
/proc/8610/stat : 8610 (java) S 8608 8610 8573 0 -1 0 104761 0 4 0 179951 57 0 0 18 0 13 0 153541917 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8610/statm: 372348 87078 1431 9 0 369691 0
[pid=8610/tid=8612] ppid=8608 vsize=1489392 CPUtime=1795.49
/proc/8610/task/8612/stat : 8612 (java) R 8608 8610 8573 0 -1 64 34327 0 2 0 179529 20 0 0 25 0 13 0 153541918 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4109524604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8613] ppid=8608 vsize=1489392 CPUtime=0.92
/proc/8610/task/8613/stat : 8613 (java) S 8608 8610 8573 0 -1 64 27247 0 0 0 78 14 0 0 16 0 13 0 153541920 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8614] ppid=8608 vsize=1489392 CPUtime=0.92
/proc/8610/task/8614/stat : 8614 (java) S 8608 8610 8573 0 -1 64 29719 0 0 0 77 15 0 0 16 0 13 0 153541920 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8615] ppid=8608 vsize=1489392 CPUtime=0.04
/proc/8610/task/8615/stat : 8615 (java) S 8608 8610 8573 0 -1 64 29 0 0 0 4 0 0 0 16 0 13 0 153541922 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8616] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8616/stat : 8616 (java) S 8608 8610 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153541922 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8617] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8617/stat : 8617 (java) S 8608 8610 8573 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153541922 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8618] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8618/stat : 8618 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153541926 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8619] ppid=8608 vsize=1489392 CPUtime=1.51
/proc/8610/task/8619/stat : 8619 (java) S 8608 8610 8573 0 -1 64 5508 0 1 0 150 1 0 0 16 0 13 0 153541926 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8620] ppid=8608 vsize=1489392 CPUtime=1.13
/proc/8610/task/8620/stat : 8620 (java) S 8608 8610 8573 0 -1 64 7188 0 1 0 111 2 0 0 17 0 13 0 153541927 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8610/tid=8621] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8621/stat : 8621 (java) S 8608 8610 8573 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 153541927 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8622] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8622/stat : 8622 (java) S 8608 8610 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153541927 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8610/tid=8623] ppid=8608 vsize=1489392 CPUtime=0
/proc/8610/task/8623/stat : 8623 (java) S 8608 8610 8573 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 153541953 1525137408 87078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1489392

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

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

[startup+1797.11 s]
/proc/loadavg: 1.00 1.00 1.08 2/77 8623
/proc/meminfo: memFree=627560/2055920 swapFree=4191900/4192956
[pid=8610] ppid=8608 vsize=0 CPUtime=1800.23
/proc/8610/stat : 8610 (java) Z 8608 8610 8573 0 -1 1036 104785 0 4 0 179962 61 0 0 15 0 2 0 153541917 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8610/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.15
CPU time (s): 1800.28
CPU user time (s): 1799.62
CPU system time (s): 0.6549
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 1492100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.6549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104785
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38476
involuntary context switches= 40094

runsolver used 1.93771 second user time and 4.79127 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-13 04:16:55
IDJOB=1854664
IDBENCH=1183
IDSOLVER=681
FILE ID=node16/1854664-1244859415
PBS_JOBID= 9354370
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219348.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1854664-1244859415/watcher-1854664-1244859415 -o /tmp/evaluation-result-1854664-1244859415/solver-1854664-1244859415 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854664-1244859415.opb

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

MD5SUM BENCH= 33ddab1c7704f894e7f63014edbb9b9e
RANDOM SEED=1506724041

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

/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.214
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.214
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:        973728 kB
Buffers:         65244 kB
Cached:         933020 kB
SwapCached:        384 kB
Active:         143520 kB
Inactive:       867508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        973728 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             424 kB
Writeback:           0 kB
Mapped:          21128 kB
Slab:            57340 kB
Committed_AS:   127000 kB
PageTables:       1440 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= 66360 MiB
End job on node16 at 2009-06-13 04:46:54