Trace number 349275

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.3 1717.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_3.opb
MD5SUM1c7fb7925778882f8c8001dcd3838f28
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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/349275-1176692899/instance-349275-1176692899.opb
0.20/0.20	c reading problem ... 
26.76/20.76	c ... done. Wall clock time 20.557s.
26.76/20.76	c CPU time (experimental) 15.3s.
26.76/20.76	c #vars     404796
26.76/20.76	c #constraints  4933
1800.03/1717.41	c starts		: 2
1800.03/1717.41	c conflicts		: 13474
1800.03/1717.41	c decisions		: 47066
1800.03/1717.41	c propagations		: 538058
1800.03/1717.41	c inspects		: 21893565
1800.03/1717.41	c learnt literals	: 0
1800.03/1717.41	c learnt binary clauses	: 0
1800.03/1717.41	c learnt ternary clauses	: 0
1800.03/1717.41	c learnt clauses	: 13473
1800.03/1717.41	c root simplifications	: 0
1800.03/1717.41	c removed literals (reason simplification)	: 0
1800.03/1717.41	c reason swapping (by a shorter reason)	: 0
1800.03/1717.41	c Calls to reduceDB	: 0
1800.03/1717.41	c speed (decisions/second)	: 27.741757516315214
1800.03/1717.41	c non guided choices	3652
1800.03/1717.41	s UNKNOWN
1800.03/1717.41	c Total wall clock time (ms): 1717.213

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/node44/watcher-349275-1176692899 -o ROOT/results/node44/solver-349275-1176692899 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349275-1176692899/sat4jPseudoCPClause.jar /tmp/evaluation/349275-1176692899/instance-349275-1176692899.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.92 1.01 0.99 2/64 8068
/proc/meminfo: memFree=1676528/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1800 CPUtime=0
/proc/8068/stat : 8068 (java) D 8066 8068 7744 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 117201650 1843200 143 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/8068/statm: 450 143 106 9 0 92 0

[startup+0.0529221 s]
/proc/loadavg: 0.92 1.01 0.99 2/64 8068
/proc/meminfo: memFree=1676528/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1777060 CPUtime=0.04
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 3532 0 1 0 2 2 0 0 18 0 5 0 117201650 1819709440 3276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 444265 3276 1049 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.102929 s]
/proc/loadavg: 0.92 1.01 0.99 2/64 8068
/proc/meminfo: memFree=1676528/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1780260 CPUtime=0.08
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 3999 0 1 0 6 2 0 0 18 0 12 0 117201650 1822986240 3740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 445065 3740 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780260

[startup+0.301953 s]
/proc/loadavg: 0.92 1.01 0.99 2/64 8068
/proc/meminfo: memFree=1676528/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1781412 CPUtime=0.32
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 8627 0 1 0 27 5 0 0 18 0 12 0 117201650 1824165888 8365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 445353 8365 1261 9 0 442964 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781412

[startup+0.701992 s]
/proc/loadavg: 0.92 1.01 0.99 2/64 8068
/proc/meminfo: memFree=1676528/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1783252 CPUtime=0.99
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 11191 0 1 0 93 6 0 0 18 0 12 0 117201650 1826050048 10722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 445813 10723 1303 9 0 443424 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1783252

[startup+1.50108 s]
/proc/loadavg: 0.92 1.01 0.99 4/76 8080
/proc/meminfo: memFree=1625616/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1797156 CPUtime=2.56
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 24186 0 1 0 244 12 0 0 18 0 12 0 117201650 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 449289 19235 1304 9 0 446900 0
[pid=8068/tid=8070] ppid=8066 vsize=1797156 CPUtime=0.96
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 14721 0 1 0 88 8 0 0 18 0 12 0 117201651 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488095 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1797156 CPUtime=0
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117201653 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1797156 CPUtime=0
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117201653 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1797156 CPUtime=0
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 117201655 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1797156 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 117201655 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1797156 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 117201655 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1797156 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 117201659 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1797156 CPUtime=0.79
/proc/8068/task/8077/stat : 8077 (java) R 8066 8068 7744 0 -1 64 4818 0 0 0 77 2 0 0 17 0 12 0 117201659 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102346675 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1797156 CPUtime=0.78
/proc/8068/task/8078/stat : 8078 (java) R 8066 8068 7744 0 -1 64 3926 0 0 0 77 1 0 0 19 0 12 0 117201659 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1797156 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117201659 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1797156 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117201659 1840287744 19235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1797156

[startup+3.10123 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 8080
/proc/meminfo: memFree=1539472/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1795516 CPUtime=4.45
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 57491 0 1 0 419 26 0 0 18 0 12 0 117201650 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 448879 51072 1314 9 0 446490 0
[pid=8068/tid=8070] ppid=8066 vsize=1795516 CPUtime=2.4
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 37673 0 1 0 223 17 0 0 21 0 12 0 117201651 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109750770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1795516 CPUtime=0.12
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 5803 0 0 0 10 2 0 0 16 0 12 0 117201653 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1795516 CPUtime=0.12
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 4123 0 0 0 11 1 0 0 16 0 12 0 117201653 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1795516 CPUtime=0
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 117201655 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1795516 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117201655 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1795516 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117201655 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1795516 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 117201659 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1795516 CPUtime=0.92
/proc/8068/task/8077/stat : 8077 (java) S 8066 8068 7744 0 -1 64 5227 0 0 0 90 2 0 0 16 0 12 0 117201659 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1795516 CPUtime=0.83
/proc/8068/task/8078/stat : 8078 (java) S 8066 8068 7744 0 -1 64 3940 0 0 0 82 1 0 0 16 0 12 0 117201659 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1795516 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117201659 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1795516 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117201659 1838608384 51072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1795516

[startup+6.30256 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 8080
/proc/meminfo: memFree=1402912/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1797120 CPUtime=8.62
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 87042 0 1 0 821 41 0 0 18 0 12 0 117201650 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 449280 76030 1314 9 0 446891 0
[pid=8068/tid=8070] ppid=8066 vsize=1797120 CPUtime=4.63
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 37677 0 1 0 445 18 0 0 16 0 12 0 117201651 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543282 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1797120 CPUtime=1.09
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 24069 0 0 0 98 11 0 0 16 0 12 0 117201653 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1797120 CPUtime=1.1
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 15404 0 0 0 103 7 0 0 16 0 12 0 117201653 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1797120 CPUtime=0
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 117201655 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1797120 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117201655 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1797120 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117201655 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1797120 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 117201659 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1797120 CPUtime=0.92
/proc/8068/task/8077/stat : 8077 (java) S 8066 8068 7744 0 -1 64 5227 0 0 0 90 2 0 0 16 0 12 0 117201659 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1797120 CPUtime=0.83
/proc/8068/task/8078/stat : 8078 (java) S 8066 8068 7744 0 -1 64 3940 0 0 0 82 1 0 0 16 0 12 0 117201659 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1797120 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117201659 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1797120 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117201659 1840250880 76030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 1797120

[startup+12.7012 s]
/proc/loadavg: 1.09 1.04 1.01 2/76 8080
/proc/meminfo: memFree=1270696/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1795312 CPUtime=17
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 123134 0 1 0 1639 61 0 0 18 0 12 0 117201650 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 448828 104443 1325 9 0 446439 0
[pid=8068/tid=8070] ppid=8066 vsize=1795312 CPUtime=9.1
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 37691 0 1 0 891 19 0 0 19 0 12 0 117201651 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109512447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1795312 CPUtime=3
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 44900 0 0 0 278 22 0 0 16 0 12 0 117201653 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1795312 CPUtime=2.99
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 30635 0 0 0 285 14 0 0 16 0 12 0 117201653 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1795312 CPUtime=0
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 117201655 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1795312 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117201655 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1795312 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117201655 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1795312 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 117201659 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1795312 CPUtime=0.95
/proc/8068/task/8077/stat : 8077 (java) S 8066 8068 7744 0 -1 64 5227 0 0 0 93 2 0 0 16 0 12 0 117201659 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1795312 CPUtime=0.91
/proc/8068/task/8078/stat : 8078 (java) S 8066 8068 7744 0 -1 64 3956 0 0 0 90 1 0 0 16 0 12 0 117201659 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1795312 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117201659 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1795312 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117201659 1838399488 104443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17
Current children cumulated vsize (KiB) 1795312

[startup+25.5017 s]
/proc/loadavg: 1.07 1.04 1.00 2/77 8081
/proc/meminfo: memFree=1147168/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1795636 CPUtime=32.11
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 159303 0 1 0 3133 78 0 0 18 0 13 0 117201650 1838731264 133420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 448909 133420 1330 9 0 446520 0
[pid=8068/tid=8070] ppid=8066 vsize=1795636 CPUtime=19.79
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 37749 0 1 0 1959 20 0 0 25 0 13 0 117201651 1838731264 133420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109495177 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1795636 CPUtime=4.94
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 67630 0 0 0 462 32 0 0 17 0 13 0 117201653 1838731264 133420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1795636 CPUtime=4.94
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 43963 0 0 0 474 20 0 0 16 0 13 0 117201653 1838731264 133420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 133420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 133420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 133420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117201659 1838731264 133420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8068/tid=8073] ppid=8066 vsize=1795636 CPUtime=0.37
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 19 0 0 0 23 14 0 0 16 0 13 0 117201655 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117201659 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1795636 CPUtime=1.45
/proc/8068/task/8077/stat : 8077 (java) S 8066 8068 7744 0 -1 64 5265 0 0 0 143 2 0 0 17 0 13 0 117201659 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1795636 CPUtime=1.68
/proc/8068/task/8078/stat : 8078 (java) S 8066 8068 7744 0 -1 64 4000 0 0 0 167 1 0 0 16 0 13 0 117201659 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117201659 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117201659 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8081] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8081/stat : 8081 (java) S 8066 8068 7744 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 117203801 1838731264 312681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1547.73
Current children cumulated vsize (KiB) 1795636

[startup+1542.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 8081
/proc/meminfo: memFree=400800/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1795636 CPUtime=1611.45
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 366935 0 1 0 160951 194 0 0 18 0 13 0 117201650 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 448909 319497 1334 9 0 446520 0
[pid=8068/tid=8070] ppid=8066 vsize=1795636 CPUtime=1471.69
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 39627 0 1 0 147142 27 0 0 24 0 13 0 117201651 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109941248 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1795636 CPUtime=68.09
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 174527 0 0 0 6728 81 0 0 16 0 13 0 117201653 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1795636 CPUtime=68.09
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 142774 0 0 0 6745 64 0 0 16 0 13 0 117201653 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1795636 CPUtime=0.39
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 19 0 0 0 24 15 0 0 15 0 13 0 117201655 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117201659 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1795636 CPUtime=1.45
/proc/8068/task/8077/stat : 8077 (java) S 8066 8068 7744 0 -1 64 5265 0 0 0 143 2 0 0 17 0 13 0 117201659 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1795636 CPUtime=1.68
/proc/8068/task/8078/stat : 8078 (java) S 8066 8068 7744 0 -1 64 4000 0 0 0 167 1 0 0 16 0 13 0 117201659 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117201659 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117201659 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8081] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8081/stat : 8081 (java) S 8066 8068 7744 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 117203801 1838731264 319497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.45
Current children cumulated vsize (KiB) 1795636

[startup+1602.3 s]
/proc/loadavg: 1.09 1.04 1.01 2/77 8081
/proc/meminfo: memFree=335776/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1795636 CPUtime=1675.91
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 383956 0 1 0 167389 202 0 0 18 0 13 0 117201650 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 448909 335824 1334 9 0 446520 0
[pid=8068/tid=8070] ppid=8066 vsize=1795636 CPUtime=1527.09
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 39689 0 1 0 152682 27 0 0 25 0 13 0 117201651 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109941063 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1795636 CPUtime=72.61
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 183237 0 0 0 7176 85 0 0 16 0 13 0 117201653 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1795636 CPUtime=72.61
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 151023 0 0 0 7193 68 0 0 17 0 13 0 117201653 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1795636 CPUtime=0.4
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 19 0 0 0 25 15 0 0 16 0 13 0 117201655 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117201659 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1795636 CPUtime=1.45
/proc/8068/task/8077/stat : 8077 (java) S 8066 8068 7744 0 -1 64 5265 0 0 0 143 2 0 0 17 0 13 0 117201659 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1795636 CPUtime=1.68
/proc/8068/task/8078/stat : 8078 (java) S 8066 8068 7744 0 -1 64 4000 0 0 0 167 1 0 0 16 0 13 0 117201659 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117201659 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117201659 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8081] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8081/stat : 8081 (java) S 8066 8068 7744 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 117203801 1838731264 335824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.91
Current children cumulated vsize (KiB) 1795636

[startup+1662.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/77 8081
/proc/meminfo: memFree=307872/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1795636 CPUtime=1740.56
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 391124 0 1 0 173850 206 0 0 18 0 13 0 117201650 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 448909 342664 1334 9 0 446520 0
[pid=8068/tid=8070] ppid=8066 vsize=1795636 CPUtime=1582.33
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 39748 0 1 0 158206 27 0 0 25 0 13 0 117201651 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109964919 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1795636 CPUtime=77.31
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 187069 0 0 0 7644 87 0 0 16 0 13 0 117201653 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1795636 CPUtime=77.31
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 154300 0 0 0 7662 69 0 0 16 0 13 0 117201653 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1795636 CPUtime=0.4
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 19 0 0 0 25 15 0 0 15 0 13 0 117201655 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117201659 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1795636 CPUtime=1.45
/proc/8068/task/8077/stat : 8077 (java) S 8066 8068 7744 0 -1 64 5265 0 0 0 143 2 0 0 17 0 13 0 117201659 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1795636 CPUtime=1.68
/proc/8068/task/8078/stat : 8078 (java) S 8066 8068 7744 0 -1 64 4000 0 0 0 167 1 0 0 16 0 13 0 117201659 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117201659 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117201659 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8081] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8081/stat : 8081 (java) S 8066 8068 7744 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 117203801 1838731264 342664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1740.56
Current children cumulated vsize (KiB) 1795636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1717.4 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 8081
/proc/meminfo: memFree=282912/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=1795636 CPUtime=1800.03
/proc/8068/stat : 8068 (java) S 8066 8068 7744 0 -1 0 397664 0 1 0 179793 210 0 0 18 0 13 0 117201650 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8068/statm: 448909 348888 1334 9 0 446520 0
[pid=8068/tid=8070] ppid=8066 vsize=1795636 CPUtime=1632.96
/proc/8068/task/8070/stat : 8070 (java) R 8066 8068 7744 0 -1 64 39803 0 1 0 163269 27 0 0 25 0 13 0 117201651 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109941243 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8071] ppid=8066 vsize=1795636 CPUtime=81.73
/proc/8068/task/8071/stat : 8071 (java) S 8066 8068 7744 0 -1 64 191508 0 0 0 8085 88 0 0 16 0 13 0 117201653 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8072] ppid=8066 vsize=1795636 CPUtime=81.71
/proc/8068/task/8072/stat : 8072 (java) S 8066 8068 7744 0 -1 64 156346 0 0 0 8101 70 0 0 17 0 13 0 117201653 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8073] ppid=8066 vsize=1795636 CPUtime=0.42
/proc/8068/task/8073/stat : 8073 (java) S 8066 8068 7744 0 -1 64 19 0 0 0 26 16 0 0 15 0 13 0 117201655 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8074] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8074/stat : 8074 (java) S 8066 8068 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8075] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8075/stat : 8075 (java) S 8066 8068 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117201655 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8076] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8076/stat : 8076 (java) S 8066 8068 7744 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117201659 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8077] ppid=8066 vsize=1795636 CPUtime=1.45
/proc/8068/task/8077/stat : 8077 (java) S 8066 8068 7744 0 -1 64 5265 0 0 0 143 2 0 0 17 0 13 0 117201659 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8078] ppid=8066 vsize=1795636 CPUtime=1.68
/proc/8068/task/8078/stat : 8078 (java) S 8066 8068 7744 0 -1 64 4000 0 0 0 167 1 0 0 16 0 13 0 117201659 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8068/tid=8079] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8079/stat : 8079 (java) S 8066 8068 7744 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117201659 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8080] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8080/stat : 8080 (java) S 8066 8068 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117201659 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8068/tid=8081] ppid=8066 vsize=1795636 CPUtime=0
/proc/8068/task/8081/stat : 8081 (java) S 8066 8068 7744 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 117203801 1838731264 348888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795636

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

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

[startup+1717.6 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 8081
/proc/meminfo: memFree=282912/2055920 swapFree=4184652/4192956
[pid=8068] ppid=8066 vsize=0 CPUtime=1800.23
/proc/8068/stat : 8068 (java) Z 8066 8068 7744 0 -1 1036 397684 0 1 0 179798 225 0 0 16 0 2 0 117201650 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8068/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): 1717.66
CPU time (s): 1800.3
CPU user time (s): 1797.98
CPU system time (s): 2.31565
CPU usage (%): 104.811
Max. virtual memory (cumulated for all children) (KiB): 1797364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.31565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397684
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= 52486
involuntary context switches= 37742

runsolver used 1.9937 second user time and 4.88026 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Apr 16 03:08:20 UTC 2007

IDJOB= 349275
IDBENCH= 2329
IDSOLVER= 164
FILE ID= node44/349275-1176692899

PBS_JOBID= 4560007

Free space on /tmp= 66433 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1c7fb7925778882f8c8001dcd3838f28

RANDOM SEED= 67637487

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1676936 kB
Buffers:         12024 kB
Cached:         299156 kB
SwapCached:       2232 kB
Active:         172352 kB
Inactive:       148776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676936 kB
SwapTotal:     4192956 kB
SwapFree:      4184652 kB
Dirty:           35984 kB
Writeback:           0 kB
Mapped:          16956 kB
Slab:            43856 kB
Committed_AS:   280752 kB
PageTables:       1396 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= 66433 MiB

End job on node44 on Mon Apr 16 03:36:59 UTC 2007