Trace number 420665

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.19 1787.29

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/
contest05/others/QG7a-gensys-ukn005.sat05-3845.reshuffled-07.opb
MD5SUM4576cc8fc04e724f566c334891bf46f7
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark152.819
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables2765
Total number of constraints18046
Number of constraints which are clauses18046
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/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/420665-1177429117/instance-420665-1177429117.opb
0.20/0.20	c reading problem ... 
2.50/1.90	c ... done. Wall clock time 1.701s.
2.50/1.90	c CPU time (experimental) 1.37s.
2.50/1.90	c #vars     2765
2.50/1.90	c #constraints  17729
1800.10/1787.21	c starts		: 2
1800.10/1787.21	c conflicts		: 402988
1800.10/1787.21	c decisions		: 914233
1800.10/1787.21	c propagations		: 13813734
1800.10/1787.21	c inspects		: 2502958081
1800.10/1787.21	c learnt literals	: 0
1800.10/1787.21	c learnt binary clauses	: 26
1800.10/1787.21	c learnt ternary clauses	: 47
1800.10/1787.21	c learnt clauses	: 402987
1800.10/1787.21	c root simplifications	: 0
1800.10/1787.21	c removed literals (reason simplification)	: 0
1800.10/1787.21	c reason swapping (by a shorter reason)	: 0
1800.10/1787.21	c Calls to reduceDB	: 0
1800.10/1787.21	c speed (decisions/second)	: 512.0878505353427
1800.10/1787.21	c non guided choices	78960
1800.10/1787.21	s UNKNOWN
1800.10/1787.21	c Total wall clock time (ms): 1787.014

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-420665-1177429117 -o ROOT/results/node59/solver-420665-1177429117 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420665-1177429117/sat4jPseudoCPClause.jar /tmp/evaluation/420665-1177429117/instance-420665-1177429117.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.91 0.97 0.99 3/64 13679
/proc/meminfo: memFree=1923520/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1520 CPUtime=0
/proc/13679/stat : 13679 (java) R 13677 13679 13268 0 -1 0 89 0 0 0 0 0 0 0 18 0 1 0 190821392 1556480 73 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9254582 0 0 4096 0 0 0 0 17 1 0 0
/proc/13679/statm: 380 74 55 9 0 10 0

[startup+0.064454 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 13679
/proc/meminfo: memFree=1923520/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1777708 CPUtime=0.05
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 3665 0 1 0 3 2 0 0 18 0 7 0 190821392 1820372992 3409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 444427 3409 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101462 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 13679
/proc/meminfo: memFree=1923520/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1780112 CPUtime=0.09
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 3981 0 1 0 6 3 0 0 18 0 12 0 190821392 1822834688 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 445028 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.301497 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 13679
/proc/meminfo: memFree=1923520/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1782332 CPUtime=0.31
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 5155 0 1 0 28 3 0 0 18 0 12 0 190821392 1825107968 4895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 445583 4895 1264 9 0 443194 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782332

[startup+0.701574 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 13679
/proc/meminfo: memFree=1923520/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1783664 CPUtime=0.89
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 7067 0 1 0 85 4 0 0 18 0 12 0 190821392 1826471936 6611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 445916 6611 1301 9 0 443527 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783664

[startup+1.50272 s]
/proc/loadavg: 0.91 0.97 0.99 3/76 13691
/proc/meminfo: memFree=1894432/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1788072 CPUtime=2.03
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 20231 0 1 0 191 12 0 0 18 0 12 0 190821392 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 447018 18034 1303 9 0 444629 0
[pid=13679/tid=13681] ppid=13677 vsize=1788072 CPUtime=1.03
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 15511 0 1 0 94 9 0 0 20 0 12 0 190821394 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1788072 CPUtime=0
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 190821395 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1788072 CPUtime=0
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 190821395 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1788072 CPUtime=0
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 190821397 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1788072 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 190821398 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1788072 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 190821398 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1788072 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 190821402 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1788072 CPUtime=0.52
/proc/13679/task/13688/stat : 13688 (java) R 13677 13679 13268 0 -1 64 2265 0 0 0 52 0 0 0 17 0 12 0 190821402 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313973 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1788072 CPUtime=0.43
/proc/13679/task/13689/stat : 13689 (java) R 13677 13679 13268 0 -1 64 1734 0 0 0 43 0 0 0 16 0 12 0 190821402 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421673 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1788072 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 190821402 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1788072 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190821402 1830985728 18034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1788072

[startup+3.10203 s]
/proc/loadavg: 0.91 0.97 0.99 4/77 13692
/proc/meminfo: memFree=1817176/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1788264 CPUtime=4.38
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 44680 0 1 0 414 24 0 0 18 0 13 0 190821392 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 447066 41006 1324 9 0 444677 0
[pid=13679/tid=13681] ppid=13677 vsize=1788264 CPUtime=2.24
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 37728 0 1 0 203 21 0 0 18 0 13 0 190821394 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109779637 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1788264 CPUtime=0.01
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 384 0 0 0 1 0 0 0 16 0 13 0 190821395 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1788264 CPUtime=0.01
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 293 0 0 0 1 0 0 0 16 0 13 0 190821395 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1788264 CPUtime=0
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 190821397 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1788264 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190821398 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1788264 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190821398 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1788264 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190821402 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1788264 CPUtime=1.03
/proc/13679/task/13688/stat : 13688 (java) S 13677 13679 13268 0 -1 64 2305 0 0 0 103 0 0 0 16 0 13 0 190821402 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1788264 CPUtime=1.05
/proc/13679/task/13689/stat : 13689 (java) S 13677 13679 13268 0 -1 64 3241 0 0 0 104 1 0 0 16 0 13 0 190821402 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1788264 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190821402 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1788264 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190821402 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13692] ppid=13677 vsize=1788264 CPUtime=0
/proc/13679/task/13692/stat : 13692 (java) S 13677 13679 13268 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190821584 1831182336 41006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 1788264

[startup+6.30263 s]
/proc/loadavg: 1.00 0.98 0.99 2/77 13692
/proc/meminfo: memFree=1761176/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1786532 CPUtime=7.72
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 45979 0 1 0 747 25 0 0 18 0 13 0 190821392 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 446633 40952 1331 9 0 444244 0
[pid=13679/tid=13681] ppid=13677 vsize=1786532 CPUtime=5.38
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 37734 0 1 0 517 21 0 0 22 0 13 0 190821394 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109661130 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1786532 CPUtime=0.06
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 1111 0 0 0 6 0 0 0 16 0 13 0 190821395 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1786532 CPUtime=0.06
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 840 0 0 0 6 0 0 0 16 0 13 0 190821395 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 190821397 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190821402 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1786532 CPUtime=1.09
/proc/13679/task/13688/stat : 13688 (java) S 13677 13679 13268 0 -1 64 2307 0 0 0 109 0 0 0 17 0 13 0 190821402 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1786532 CPUtime=1.08
/proc/13679/task/13689/stat : 13689 (java) S 13677 13679 13268 0 -1 64 3249 0 0 0 107 1 0 0 16 0 13 0 190821402 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190821402 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190821402 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13692] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13692/stat : 13692 (java) S 13677 13679 13268 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190821584 1829408768 40952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1786532

[startup+12.7018 s]
/proc/loadavg: 1.00 0.98 0.99 2/77 13692
/proc/meminfo: memFree=1723104/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1786532 CPUtime=14.23
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 56350 0 1 0 1394 29 0 0 18 0 13 0 190821392 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 446633 51152 1332 9 0 444244 0
[pid=13679/tid=13681] ppid=13677 vsize=1786532 CPUtime=11.71
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 43965 0 1 0 1148 23 0 0 21 0 13 0 190821394 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797807 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1786532 CPUtime=0.13
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 3337 0 0 0 12 1 0 0 16 0 13 0 190821395 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1786532 CPUtime=0.12
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 2739 0 0 0 12 0 0 0 16 0 13 0 190821395 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 190821397 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190821402 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1786532 CPUtime=1.11
/proc/13679/task/13688/stat : 13688 (java) S 13677 13679 13268 0 -1 64 2307 0 0 0 111 0 0 0 16 0 13 0 190821402 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1786532 CPUtime=1.1
/proc/13679/task/13689/stat : 13689 (java) S 13677 13679 13268 0 -1 64 3250 0 0 0 109 1 0 0 16 0 13 0 190821402 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190821402 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190821402 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13692] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13692/stat : 13692 (java) S 13677 13679 13268 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190821584 1829408768 51152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 1786532

[startup+25.5023 s]
/proc/loadavg: 1.00 0.98 0.99 2/77 13692
/proc/meminfo: memFree=1743712/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1786532 CPUtime=27.09
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 58099 0 1 0 2679 30 0 0 18 0 13 0 190821392 1829408768 45975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 446633 45975 1332 9 0 444244 0
[pid=13679/tid=13681] ppid=13677 vsize=1786532 CPUtime=24.44
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 43978 0 1 0 2421 23 0 0 19 0 13 0 190821394 1829408768 45975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797742 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1786532 CPUtime=0.18
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 4126 0 0 0 17 1 0 0 16 0 13 0 190821395 1829408768 45975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1786532 CPUtime=0.19
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 3686 0 0 0 18 1 0 0 16 0 13 0 190821395 1829408768 45975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 190821397 1829408768 45975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=13679] ppid=13677 vsize=1786532 CPUtime=1613.98
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 141344 0 1 0 161246 152 0 0 18 0 13 0 190821392 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 446633 88440 1332 9 0 444244 0
[pid=13679/tid=13681] ppid=13677 vsize=1786532 CPUtime=1586.43
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 76204 0 1 0 158589 54 0 0 21 0 13 0 190821394 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787477 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1786532 CPUtime=12.41
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 32356 0 0 0 1195 46 0 0 16 0 13 0 190821395 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1786532 CPUtime=12.49
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 26337 0 0 0 1217 32 0 0 16 0 13 0 190821395 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1786532 CPUtime=0.37
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 168 0 0 0 21 16 0 0 16 0 13 0 190821397 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190821402 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1786532 CPUtime=1.11
/proc/13679/task/13688/stat : 13688 (java) S 13677 13679 13268 0 -1 64 2307 0 0 0 111 0 0 0 16 0 13 0 190821402 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1786532 CPUtime=1.1
/proc/13679/task/13689/stat : 13689 (java) S 13677 13679 13268 0 -1 64 3250 0 0 0 109 1 0 0 16 0 13 0 190821402 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190821402 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190821402 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13692] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13692/stat : 13692 (java) S 13677 13679 13268 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190821584 1829408768 88440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.98
Current children cumulated vsize (KiB) 1786532

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13892
/proc/meminfo: memFree=1569760/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1786532 CPUtime=1674.36
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 142562 0 1 0 167281 155 0 0 18 0 13 0 190821392 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 446633 89141 1332 9 0 444244 0
[pid=13679/tid=13681] ppid=13677 vsize=1786532 CPUtime=1645.88
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 76240 0 1 0 164534 54 0 0 24 0 13 0 190821394 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787193 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1786532 CPUtime=12.88
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 32883 0 0 0 1241 47 0 0 16 0 13 0 190821395 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1786532 CPUtime=12.95
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 26992 0 0 0 1262 33 0 0 16 0 13 0 190821395 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1786532 CPUtime=0.38
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 168 0 0 0 22 16 0 0 16 0 13 0 190821397 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190821402 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1786532 CPUtime=1.11
/proc/13679/task/13688/stat : 13688 (java) S 13677 13679 13268 0 -1 64 2307 0 0 0 111 0 0 0 16 0 13 0 190821402 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1786532 CPUtime=1.1
/proc/13679/task/13689/stat : 13689 (java) S 13677 13679 13268 0 -1 64 3250 0 0 0 109 1 0 0 16 0 13 0 190821402 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190821402 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190821402 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13692] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13692/stat : 13692 (java) S 13677 13679 13268 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190821584 1829408768 89141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.36
Current children cumulated vsize (KiB) 1786532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13892
/proc/meminfo: memFree=1563360/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1786532 CPUtime=1734.75
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 144715 0 1 0 173317 158 0 0 18 0 13 0 190821392 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 446633 90782 1332 9 0 444244 0
[pid=13679/tid=13681] ppid=13677 vsize=1786532 CPUtime=1705.29
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 76275 0 1 0 170475 54 0 0 25 0 13 0 190821394 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810824 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1786532 CPUtime=13.36
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 34371 0 0 0 1287 49 0 0 16 0 13 0 190821395 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1786532 CPUtime=13.44
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 27614 0 0 0 1310 34 0 0 16 0 13 0 190821395 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1786532 CPUtime=0.38
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 176 0 0 0 22 16 0 0 15 0 13 0 190821397 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190821402 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1786532 CPUtime=1.11
/proc/13679/task/13688/stat : 13688 (java) S 13677 13679 13268 0 -1 64 2307 0 0 0 111 0 0 0 16 0 13 0 190821402 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1786532 CPUtime=1.1
/proc/13679/task/13689/stat : 13689 (java) S 13677 13679 13268 0 -1 64 3250 0 0 0 109 1 0 0 16 0 13 0 190821402 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190821402 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190821402 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13692] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13692/stat : 13692 (java) S 13677 13679 13268 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190821584 1829408768 90782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.75
Current children cumulated vsize (KiB) 1786532

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13892
/proc/meminfo: memFree=1559712/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1786532 CPUtime=1795.16
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 146124 0 1 0 179353 163 0 0 18 0 13 0 190821392 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 446633 91620 1332 9 0 444244 0
[pid=13679/tid=13681] ppid=13677 vsize=1786532 CPUtime=1764.7
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 76355 0 1 0 176416 54 0 0 25 0 13 0 190821394 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109768837 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1786532 CPUtime=13.84
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 35201 0 0 0 1333 51 0 0 16 0 13 0 190821395 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1786532 CPUtime=13.94
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 28113 0 0 0 1358 36 0 0 17 0 13 0 190821395 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1786532 CPUtime=0.38
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 176 0 0 0 22 16 0 0 16 0 13 0 190821397 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190821402 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1786532 CPUtime=1.11
/proc/13679/task/13688/stat : 13688 (java) S 13677 13679 13268 0 -1 64 2307 0 0 0 111 0 0 0 16 0 13 0 190821402 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1786532 CPUtime=1.1
/proc/13679/task/13689/stat : 13689 (java) S 13677 13679 13268 0 -1 64 3250 0 0 0 109 1 0 0 16 0 13 0 190821402 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190821402 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190821402 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13692] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13692/stat : 13692 (java) S 13677 13679 13268 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190821584 1829408768 91620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 1786532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13892
/proc/meminfo: memFree=1559392/2055920 swapFree=4184616/4192956
[pid=13679] ppid=13677 vsize=1786532 CPUtime=1800.1
/proc/13679/stat : 13679 (java) S 13677 13679 13268 0 -1 0 146238 0 1 0 179847 163 0 0 18 0 13 0 190821392 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13679/statm: 446633 91683 1332 9 0 444244 0
[pid=13679/tid=13681] ppid=13677 vsize=1786532 CPUtime=1769.55
/proc/13679/task/13681/stat : 13681 (java) R 13677 13679 13268 0 -1 64 76358 0 1 0 176901 54 0 0 25 0 13 0 190821394 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787477 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13682] ppid=13677 vsize=1786532 CPUtime=13.89
/proc/13679/task/13682/stat : 13682 (java) S 13677 13679 13268 0 -1 64 35255 0 0 0 1337 52 0 0 16 0 13 0 190821395 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13683] ppid=13677 vsize=1786532 CPUtime=13.98
/proc/13679/task/13683/stat : 13683 (java) S 13677 13679 13268 0 -1 64 28170 0 0 0 1362 36 0 0 16 0 13 0 190821395 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13679/tid=13684] ppid=13677 vsize=1786532 CPUtime=0.38
/proc/13679/task/13684/stat : 13684 (java) S 13677 13679 13268 0 -1 64 176 0 0 0 22 16 0 0 15 0 13 0 190821397 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13685] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13685/stat : 13685 (java) S 13677 13679 13268 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13686] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13686/stat : 13686 (java) S 13677 13679 13268 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190821398 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13687] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13687/stat : 13687 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190821402 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13688] ppid=13677 vsize=1786532 CPUtime=1.11
/proc/13679/task/13688/stat : 13688 (java) S 13677 13679 13268 0 -1 64 2307 0 0 0 111 0 0 0 16 0 13 0 190821402 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13689] ppid=13677 vsize=1786532 CPUtime=1.1
/proc/13679/task/13689/stat : 13689 (java) S 13677 13679 13268 0 -1 64 3250 0 0 0 109 1 0 0 16 0 13 0 190821402 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13690] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13690/stat : 13690 (java) S 13677 13679 13268 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190821402 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13691] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13691/stat : 13691 (java) S 13677 13679 13268 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190821402 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13679/tid=13692] ppid=13677 vsize=1786532 CPUtime=0
/proc/13679/task/13692/stat : 13692 (java) S 13677 13679 13268 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190821584 1829408768 91683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1786532

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

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

Child status: 143
Real time (s): 1787.29
CPU time (s): 1800.19
CPU user time (s): 1798.5
CPU system time (s): 1.69474
CPU usage (%): 100.722
Max. virtual memory (cumulated for all children) (KiB): 1790164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.69474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146258
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= 53670
involuntary context switches= 42823

runsolver used 1.70174 second user time and 4.90625 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Apr 24 15:38:38 UTC 2007

IDJOB= 420665
IDBENCH= 47861
IDSOLVER= 164
FILE ID= node59/420665-1177429117

PBS_JOBID= 4675746

Free space on /tmp= 66327 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG7a-gensys-ukn005.sat05-3845.reshuffled-07.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420665-1177429117/sat4jPseudoCPClause.jar /tmp/evaluation/420665-1177429117/instance-420665-1177429117.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-420665-1177429117 -o ROOT/results/node59/solver-420665-1177429117 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420665-1177429117/sat4jPseudoCPClause.jar /tmp/evaluation/420665-1177429117/instance-420665-1177429117.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4576cc8fc04e724f566c334891bf46f7

RANDOM SEED= 532562294

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1923928 kB
Buffers:          9456 kB
Cached:          64068 kB
SwapCached:       2364 kB
Active:          58700 kB
Inactive:        24508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923928 kB
SwapTotal:     4192956 kB
SwapFree:      4184616 kB
Dirty:            4796 kB
Writeback:           0 kB
Mapped:          16456 kB
Slab:            34764 kB
Committed_AS:  3047396 kB
PageTables:       1472 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= 66327 MiB

End job on node59 on Tue Apr 24 16:08:27 UTC 2007