Trace number 352293

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.16 1791.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495618
Number of bits of the biggest sum of numbers19
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	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/352293-1176628223/instance-352293-1176628223.opb
0.20/0.20	c reading problem ... 
12.73/10.70	c ... done. Wall clock time 10.496s.
12.73/10.70	c CPU time (experimental) 8.65s.
12.73/10.70	c #vars     10000
12.73/10.70	c #constraints  656900
1800.07/1791.41	c starts		: 2
1800.07/1791.41	c conflicts		: 9191
1800.07/1791.41	c decisions		: 22714
1800.07/1791.41	c propagations		: 965289
1800.07/1791.41	c inspects		: 5855760
1800.07/1791.41	c learnt literals	: 0
1800.07/1791.41	c learnt binary clauses	: 0
1800.07/1791.41	c learnt ternary clauses	: 0
1800.07/1791.41	c learnt clauses	: 9190
1800.07/1791.41	c root simplifications	: 0
1800.07/1791.41	c removed literals (reason simplification)	: 0
1800.07/1791.41	c reason swapping (by a shorter reason)	: 0
1800.07/1791.41	c Calls to reduceDB	: 0
1800.07/1791.41	c speed (decisions/second)	: 12.757520612882209
1800.07/1791.41	c non guided choices	0
1800.07/1791.41	s UNKNOWN
1800.07/1791.41	c Total wall clock time (ms): 1791.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/node34/watcher-352293-1176628223 -o ROOT/results/node34/solver-352293-1176628223 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352293-1176628223/sat4jPseudoCPClause.jar /tmp/evaluation/352293-1176628223/instance-352293-1176628223.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: 1.00 1.00 1.00 2/77 18333
/proc/meminfo: memFree=1550680/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1520 CPUtime=0
/proc/18333/stat : 18333 (java) R 18331 18333 17715 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 110737791 1556480 73 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7692896 0 0 4096 0 0 0 0 17 1 0 0
/proc/18333/statm: 380 73 56 9 0 10 0

[startup+0.015959 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18333
/proc/meminfo: memFree=1550680/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=12620 CPUtime=0
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 844 0 0 0 0 0 0 0 18 0 2 0 110737791 12922880 600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.101953 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18333
/proc/meminfo: memFree=1550680/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1780112 CPUtime=0.08
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 110737791 1822834688 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 445028 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301977 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18333
/proc/meminfo: memFree=1550680/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1781412 CPUtime=0.34
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 5149 0 1 0 31 3 0 0 18 0 12 0 110737791 1824165888 4885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 445353 4885 1267 9 0 442964 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781412

[startup+0.702006 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18333
/proc/meminfo: memFree=1550680/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1782432 CPUtime=0.94
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 7563 0 1 0 90 4 0 0 18 0 12 0 110737791 1825210368 7129 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 445608 7129 1298 9 0 443219 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1782432

[startup+1.50206 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 18345
/proc/meminfo: memFree=1519672/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1786032 CPUtime=2.09
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 18011 0 1 0 201 8 0 0 18 0 12 0 110737791 1828896768 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 446508 16568 1301 9 0 444119 0
[pid=18333/tid=18335] ppid=18331 vsize=1786032 CPUtime=1.06
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 14637 0 1 0 99 7 0 0 18 0 12 0 110737792 1828896768 16569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506187 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1786032 CPUtime=0
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 110737794 1828896768 16570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1786032 CPUtime=0
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 110737794 1828896768 16572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1786032 CPUtime=0
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 110737796 1828896768 16573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1786032 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 110737797 1828896768 16574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1786032 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 110737797 1828896768 16575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1786032 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 110737801 1828896768 16577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1786032 CPUtime=0.56
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 1722 0 0 0 56 0 0 0 17 0 12 0 110737801 1828896768 16578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1786032 CPUtime=0.44
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 932 0 0 0 44 0 0 0 16 0 12 0 110737801 1828896768 16579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1786032 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 110737801 1828896768 16580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1786032 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110737801 1828896768 16581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1786032

[startup+3.1022 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 18345
/proc/meminfo: memFree=1418808/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1786356 CPUtime=3.75
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 43164 0 1 0 353 22 0 0 18 0 12 0 110737791 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 446589 41670 1310 9 0 444200 0
[pid=18333/tid=18335] ppid=18331 vsize=1786356 CPUtime=2.6
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 37678 0 1 0 241 19 0 0 23 0 12 0 110737792 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109707548 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1786356 CPUtime=0.04
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 1067 0 0 0 4 0 0 0 17 0 12 0 110737794 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1786356 CPUtime=0.05
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 1040 0 0 0 5 0 0 0 16 0 12 0 110737794 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1786356 CPUtime=0
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 110737796 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1786356 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 110737797 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1786356 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110737797 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1786356 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 110737801 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1786356 CPUtime=0.56
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 1722 0 0 0 56 0 0 0 16 0 12 0 110737801 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1786356 CPUtime=0.44
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 932 0 0 0 44 0 0 0 16 0 12 0 110737801 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1786356 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 110737801 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1786356 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110737801 1829228544 41670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1786356

[startup+6.30225 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 18345
/proc/meminfo: memFree=1361848/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1788504 CPUtime=7.26
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 52962 0 1 0 699 27 0 0 18 0 12 0 110737791 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 447126 50975 1310 9 0 444737 0
[pid=18333/tid=18335] ppid=18331 vsize=1788504 CPUtime=5.46
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 37682 0 1 0 527 19 0 0 23 0 12 0 110737792 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1788504 CPUtime=0.37
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 6227 0 0 0 34 3 0 0 16 0 12 0 110737794 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1788504 CPUtime=0.37
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 5668 0 0 0 35 2 0 0 17 0 12 0 110737794 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1788504 CPUtime=0
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 110737796 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1788504 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 110737797 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1788504 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110737797 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1788504 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 110737801 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1788504 CPUtime=0.56
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 1722 0 0 0 56 0 0 0 16 0 12 0 110737801 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1788504 CPUtime=0.44
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 932 0 0 0 44 0 0 0 16 0 12 0 110737801 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1788504 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 110737801 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1788504 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110737801 1831428096 50975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 1788504

[startup+12.7028 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 18346
/proc/meminfo: memFree=1305080/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1791132 CPUtime=15.58
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 69474 0 1 0 1523 35 0 0 18 0 13 0 110737791 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 447783 64344 1326 9 0 445394 0
[pid=18333/tid=18335] ppid=18331 vsize=1791132 CPUtime=10.17
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 37732 0 1 0 997 20 0 0 19 0 13 0 110737792 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920307 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1791132 CPUtime=1.75
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 12564 0 0 0 169 6 0 0 16 0 13 0 110737794 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1791132 CPUtime=1.73
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 14561 0 0 0 167 6 0 0 16 0 13 0 110737794 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 110737796 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 110737801 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1791132 CPUtime=0.97
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 2908 0 0 0 96 1 0 0 15 0 13 0 110737801 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1791132 CPUtime=0.91
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 971 0 0 0 91 0 0 0 15 0 13 0 110737801 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110737801 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110737801 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18346] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18346/stat : 18346 (java) S 18331 18333 17715 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110738889 1834119168 64344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 1791132

[startup+25.5018 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 18346
/proc/meminfo: memFree=1334584/2055920 swapFree=4155748/4192956
[pid=18333] ppid=18331 vsize=1791132 CPUtime=28.63
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 70080 0 1 0 2825 38 0 0 18 0 13 0 110737791 1834119168 55081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 447783 55081 1326 9 0 445394 0
[pid=18333/tid=18335] ppid=18331 vsize=1791132 CPUtime=22.75
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 37754 0 1 0 2255 20 0 0 25 0 13 0 110737792 1834119168 55081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109913353 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1791132 CPUtime=1.82
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 13027 0 0 0 175 7 0 0 15 0 13 0 110737794 1834119168 55081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1791132 CPUtime=1.81
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 14622 0 0 0 175 6 0 0 16 0 13 0 110737794 1834119168 55081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 17 0 0 0 0 0 0 0 15 0 13 0 110737796 1834119168 55081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 55081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 55081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18333] ppid=18331 vsize=1791132 CPUtime=1610.31
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 156694 0 1 0 160773 258 0 0 18 0 13 0 110737791 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 447783 78279 1326 9 0 445394 0
[pid=18333/tid=18335] ppid=18331 vsize=1791132 CPUtime=1583.57
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 80248 0 1 0 158312 45 0 0 25 0 13 0 110737792 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920348 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1791132 CPUtime=11.7
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 35711 0 0 0 1065 105 0 0 16 0 13 0 110737794 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1791132 CPUtime=12.23
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 35725 0 0 0 1133 90 0 0 15 0 13 0 110737794 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1791132 CPUtime=0.33
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 227 0 0 0 20 13 0 0 16 0 13 0 110737796 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 110737801 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1791132 CPUtime=1.19
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 2966 0 0 0 118 1 0 0 17 0 13 0 110737801 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1791132 CPUtime=1.23
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 1094 0 0 0 123 0 0 0 16 0 13 0 110737801 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110737801 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110737801 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18346] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18346/stat : 18346 (java) S 18331 18333 17715 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110738889 1834119168 78279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1610.31
Current children cumulated vsize (KiB) 1791132

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 18348
/proc/meminfo: memFree=1243000/2055920 swapFree=4157028/4192956
[pid=18333] ppid=18331 vsize=1791132 CPUtime=1670.47
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 158712 0 1 0 166784 263 0 0 18 0 13 0 110737791 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 447783 77724 1326 9 0 445394 0
[pid=18333/tid=18335] ppid=18331 vsize=1791132 CPUtime=1642.89
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 80356 0 1 0 164244 45 0 0 20 0 13 0 110737792 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914406 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1791132 CPUtime=12.09
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 36870 0 0 0 1102 107 0 0 16 0 13 0 110737794 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1791132 CPUtime=12.66
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 36476 0 0 0 1173 93 0 0 16 0 13 0 110737794 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1791132 CPUtime=0.34
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 227 0 0 0 21 13 0 0 16 0 13 0 110737796 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 110737801 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1791132 CPUtime=1.19
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 2966 0 0 0 118 1 0 0 16 0 13 0 110737801 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1791132 CPUtime=1.23
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 1094 0 0 0 123 0 0 0 16 0 13 0 110737801 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110737801 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110737801 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18346] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18346/stat : 18346 (java) S 18331 18333 17715 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110738889 1834119168 77724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.47
Current children cumulated vsize (KiB) 1791132

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 18348
/proc/meminfo: memFree=1240440/2055920 swapFree=4157028/4192956
[pid=18333] ppid=18331 vsize=1791132 CPUtime=1730.7
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 162357 0 1 0 172798 272 0 0 18 0 13 0 110737791 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 447783 78326 1326 9 0 445394 0
[pid=18333/tid=18335] ppid=18331 vsize=1791132 CPUtime=1702.26
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 82624 0 1 0 170179 47 0 0 25 0 13 0 110737792 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920448 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1791132 CPUtime=12.49
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 37840 0 0 0 1137 112 0 0 16 0 13 0 110737794 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1791132 CPUtime=13.11
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 36870 0 0 0 1216 95 0 0 16 0 13 0 110737794 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1791132 CPUtime=0.35
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 240 0 0 0 21 14 0 0 16 0 13 0 110737796 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 110737801 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1791132 CPUtime=1.19
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 2966 0 0 0 118 1 0 0 16 0 13 0 110737801 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1791132 CPUtime=1.23
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 1094 0 0 0 123 0 0 0 16 0 13 0 110737801 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110737801 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110737801 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18346] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18346/stat : 18346 (java) S 18331 18333 17715 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110738889 1834119168 78326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.7
Current children cumulated vsize (KiB) 1791132

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18348
/proc/meminfo: memFree=1223480/2055920 swapFree=4157028/4192956
[pid=18333] ppid=18331 vsize=1791132 CPUtime=1790.93
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 168853 0 1 0 178810 283 0 0 18 0 13 0 110737791 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 447783 82514 1326 9 0 445394 0
[pid=18333/tid=18335] ppid=18331 vsize=1791132 CPUtime=1761.61
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 87242 0 1 0 176112 49 0 0 25 0 13 0 110737792 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109894333 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1791132 CPUtime=12.92
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 38477 0 0 0 1176 116 0 0 16 0 13 0 110737794 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1791132 CPUtime=13.54
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 38100 0 0 0 1255 99 0 0 16 0 13 0 110737794 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1791132 CPUtime=0.37
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 251 0 0 0 22 15 0 0 16 0 13 0 110737796 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 110737801 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1791132 CPUtime=1.19
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 2966 0 0 0 118 1 0 0 16 0 13 0 110737801 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1791132 CPUtime=1.23
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 1094 0 0 0 123 0 0 0 16 0 13 0 110737801 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110737801 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110737801 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18346] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18346/stat : 18346 (java) S 18331 18333 17715 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110738889 1834119168 82514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1790.93
Current children cumulated vsize (KiB) 1791132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18348
/proc/meminfo: memFree=1224568/2055920 swapFree=4157028/4192956
[pid=18333] ppid=18331 vsize=1791132 CPUtime=1800.07
/proc/18333/stat : 18333 (java) S 18331 18333 17715 0 -1 0 169038 0 1 0 179723 284 0 0 18 0 13 0 110737791 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18333/statm: 447783 82274 1326 9 0 445394 0
[pid=18333/tid=18335] ppid=18331 vsize=1791132 CPUtime=1770.62
/proc/18333/task/18335/stat : 18335 (java) R 18331 18333 17715 0 -1 64 87259 0 1 0 177013 49 0 0 25 0 13 0 110737792 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109913441 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18336] ppid=18331 vsize=1791132 CPUtime=12.98
/proc/18333/task/18336/stat : 18336 (java) S 18331 18333 17715 0 -1 64 38638 0 0 0 1181 117 0 0 16 0 13 0 110737794 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18337] ppid=18331 vsize=1791132 CPUtime=13.61
/proc/18333/task/18337/stat : 18337 (java) S 18331 18333 17715 0 -1 64 38100 0 0 0 1262 99 0 0 15 0 13 0 110737794 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18338] ppid=18331 vsize=1791132 CPUtime=0.37
/proc/18333/task/18338/stat : 18338 (java) S 18331 18333 17715 0 -1 64 258 0 0 0 22 15 0 0 16 0 13 0 110737796 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18339] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18339/stat : 18339 (java) S 18331 18333 17715 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18340] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18340/stat : 18340 (java) S 18331 18333 17715 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110737797 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18341] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18341/stat : 18341 (java) S 18331 18333 17715 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 110737801 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18342] ppid=18331 vsize=1791132 CPUtime=1.19
/proc/18333/task/18342/stat : 18342 (java) S 18331 18333 17715 0 -1 64 2966 0 0 0 118 1 0 0 16 0 13 0 110737801 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18343] ppid=18331 vsize=1791132 CPUtime=1.23
/proc/18333/task/18343/stat : 18343 (java) S 18331 18333 17715 0 -1 64 1094 0 0 0 123 0 0 0 16 0 13 0 110737801 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18344] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18344/stat : 18344 (java) S 18331 18333 17715 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110737801 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18333/tid=18345] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18345/stat : 18345 (java) S 18331 18333 17715 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110737801 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18333/tid=18346] ppid=18331 vsize=1791132 CPUtime=0
/proc/18333/task/18346/stat : 18346 (java) S 18331 18333 17715 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110738889 1834119168 82274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1791132

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): 1791.48
CPU time (s): 1800.16
CPU user time (s): 1797.26
CPU system time (s): 2.89956
CPU usage (%): 100.484
Max. virtual memory (cumulated for all children) (KiB): 1791268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.26
system time used= 2.89956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169060
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= 67366
involuntary context switches= 42721

runsolver used 2.14467 second user time and 5.64514 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Apr 15 09:10:24 UTC 2007

IDJOB= 352293
IDBENCH= 1964
IDSOLVER= 164
FILE ID= node34/352293-1176628223

PBS_JOBID= 4559797

Free space on /tmp= 66544 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352293-1176628223/sat4jPseudoCPClause.jar /tmp/evaluation/352293-1176628223/instance-352293-1176628223.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-352293-1176628223 -o ROOT/results/node34/solver-352293-1176628223 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352293-1176628223/sat4jPseudoCPClause.jar /tmp/evaluation/352293-1176628223/instance-352293-1176628223.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  35ffbede57b8807d38d913370f4c4486

RANDOM SEED= 697468433

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1551088 kB
Buffers:         24444 kB
Cached:         266856 kB
SwapCached:       2596 kB
Active:         207444 kB
Inactive:       228400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1551088 kB
SwapTotal:     4192956 kB
SwapFree:      4155748 kB
Dirty:           20428 kB
Writeback:           0 kB
Mapped:         159224 kB
Slab:            54328 kB
Committed_AS:   411312 kB
PageTables:       1976 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= 66544 MiB

End job on node34 on Sun Apr 15 09:40:17 UTC 2007