Trace number 1883600

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BoolVar 2009-04-26? (exit code) 455.076 455.257

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_9.opb.PB06.opb
MD5SUMd54403a51e1ff3d34cd210d836adfe84
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark4.54731
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
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 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

445.25/445.50	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
454.84/455.00		at boolvar.model.Variable.getPosLit(Variable.java:58)
454.84/455.00		at boolvar.model.constraints.global.PBconstraint.makeTC(PBconstraint.java:984)
454.84/455.00		at boolvar.model.constraints.global.PBconstraint.makeCascadingBargraphs(PBconstraint.java:1258)
454.84/455.00		at boolvar.model.constraints.global.PBconstraint.getGloBarCascadingCNF(PBconstraint.java:1163)
454.84/455.00		at boolvar.model.constraints.global.PBconstraint.getCNF(PBconstraint.java:259)
454.84/455.00		at boolvar.output.CnfProblem.read(CnfProblem.java:118)
454.84/455.00		at PBsolve.main(PBsolve.java:771)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883600-1245194812/watcher-1883600-1245194812 -o /tmp/evaluation-result-1883600-1245194812/solver-1883600-1245194812 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883600-1245194812.opb minisat %dimacs %var 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4809
/proc/meminfo: memFree=1842288/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=0 CPUtime=0
/proc/4809/stat : 4809 (runsolver) R 4807 4809 4029 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 187078698 0 0 1992294400 0 0 0 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4809/statm: 0 0 0 0 0 0 0

[startup+0.0266851 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4809
/proc/meminfo: memFree=1842288/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1681004 CPUtime=0.01
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 1278 0 1 0 0 1 0 0 18 0 2 0 187078698 1721348096 972 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 420251 973 534 9 0 415166 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1681004

[startup+0.103528 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4809
/proc/meminfo: memFree=1842288/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684400 CPUtime=0.1
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 2839 0 1 0 9 1 0 0 18 0 9 0 187078698 1724825600 2334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421100 2334 1214 9 0 416011 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1684400

[startup+0.302715 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4809
/proc/meminfo: memFree=1842288/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684552 CPUtime=0.32
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 4164 0 1 0 30 2 0 0 18 0 9 0 187078698 1724981248 3615 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421138 3615 1337 9 0 416049 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1684552

[startup+0.702751 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4809
/proc/meminfo: memFree=1842288/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684576 CPUtime=0.72
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 7316 0 1 0 68 4 0 0 18 0 9 0 187078698 1725005824 6285 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421144 6285 2154 9 0 416055 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1684576

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=1819816/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684576 CPUtime=1.51
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 11593 0 1 0 145 6 0 0 18 0 9 0 187078698 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421144 9843 2154 9 0 416055 0
[pid=4809/tid=4811] ppid=4807 vsize=1684576 CPUtime=0.96
/proc/4809/task/4811/stat : 4811 (java) R 4807 4809 4029 0 -1 64 2220 0 1 0 95 1 0 0 17 0 9 0 187078699 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4126389370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1684576 CPUtime=0.49
/proc/4809/task/4812/stat : 4812 (java) S 4807 4809 4029 0 -1 64 8350 0 0 0 45 4 0 0 16 0 9 0 187078700 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 187078701 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187078701 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1684576 CPUtime=0.04
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 290 0 0 0 4 0 0 0 16 0 9 0 187078703 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1725005824 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 1684576

[startup+3.10199 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=1801000/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684576 CPUtime=3.12
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 20582 0 1 0 301 11 0 0 18 0 9 0 187078698 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421144 17818 2154 9 0 416055 0
[pid=4809/tid=4811] ppid=4807 vsize=1684576 CPUtime=2.06
/proc/4809/task/4811/stat : 4811 (java) R 4807 4809 4029 0 -1 64 2509 0 1 0 204 2 0 0 17 0 9 0 187078699 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4126387618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1684576 CPUtime=0.99
/proc/4809/task/4812/stat : 4812 (java) S 4807 4809 4029 0 -1 64 17048 0 0 0 92 7 0 0 16 0 9 0 187078700 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 187078701 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187078701 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1684576 CPUtime=0.04
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 292 0 0 0 4 0 0 0 16 0 9 0 187078703 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1725005824 17818 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 1684576

[startup+6.3023 s]
/proc/loadavg: 1.08 1.02 1.01 2/73 4818
/proc/meminfo: memFree=1721960/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684576 CPUtime=6.31
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 45908 0 1 0 608 23 0 0 18 0 9 0 187078698 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421144 34132 2155 9 0 416055 0
[pid=4809/tid=4811] ppid=4807 vsize=1684576 CPUtime=3.73
/proc/4809/task/4811/stat : 4811 (java) R 4807 4809 4029 0 -1 64 3608 0 1 0 369 4 0 0 16 0 9 0 187078699 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4126356737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1684576 CPUtime=2.5
/proc/4809/task/4812/stat : 4812 (java) S 4807 4809 4029 0 -1 64 41271 0 0 0 233 17 0 0 16 0 9 0 187078700 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 187078701 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187078701 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1684576 CPUtime=0.04
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 296 0 0 0 4 0 0 0 15 0 9 0 187078703 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1725005824 34132 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 1684576

[startup+12.7019 s]
/proc/loadavg: 1.07 1.02 1.00 2/73 4818
/proc/meminfo: memFree=1584808/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684576 CPUtime=12.69
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 92025 0 1 0 1226 43 0 0 18 0 9 0 187078698 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421144 71202 2155 9 0 416055 0
[pid=4809/tid=4811] ppid=4807 vsize=1684576 CPUtime=7.6
/proc/4809/task/4811/stat : 4811 (java) R 4807 4809 4029 0 -1 64 4652 0 1 0 754 6 0 0 16 0 9 0 187078699 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4126359429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1684576 CPUtime=5.02
/proc/4809/task/4812/stat : 4812 (java) S 4807 4809 4029 0 -1 64 86341 0 0 0 467 35 0 0 17 0 9 0 187078700 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 187078701 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187078701 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1684576 CPUtime=0.05
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 299 0 0 0 5 0 0 0 16 0 9 0 187078703 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1684576 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1725005824 71202 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1684576

[startup+25.5022 s]
/proc/loadavg: 1.06 1.01 1.00 2/73 4818
/proc/meminfo: memFree=1292264/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684684 CPUtime=25.51
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 187349 0 1 0 2467 84 0 0 18 0 9 0 187078698 1725116416 140489 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421171 140490 2162 9 0 416082 0
[pid=4809/tid=4811] ppid=4807 vsize=1684684 CPUtime=13.26
/proc/4809/task/4811/stat : 4811 (java) S 4807 4809 4029 0 -1 64 9662 0 1 0 1314 12 0 0 17 0 9 0 187078699 1725116416 140491 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1684684 CPUtime=12.12
/proc/4809/task/4812/stat : 4812 (java) R 4807 4809 4029 0 -1 64 176608 0 0 0 1142 70 0 0 16 0 9 0 187078700 1725116416 140492 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187078701 1725116416 140493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187078701 1725116416 140494 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1725116416 140495 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1684684 CPUtime=0.1
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 349 0 0 0 10 0 0 0 15 0 9 0 187078703 1725116416 140497 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1725116416 140498 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1725116416 140499 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 1684684

[startup+51.1026 s]
/proc/loadavg: 1.04 1.01 1.00 2/73 4818
/proc/meminfo: memFree=629800/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1684684 CPUtime=51.07
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 361973 0 1 0 4953 154 0 0 18 0 9 0 187078698 1725116416 304644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 421171 304644 2162 9 0 416082 0
[pid=4809/tid=4811] ppid=4807 vsize=1684684 CPUtime=25.64
/proc/4809/task/4811/stat : 4811 (java) S 4807 4809 4029 0 -1 64 14977 0 1 0 2543 21 0 0 16 0 9 0 187078699 1725116416 304644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1684684 CPUtime=25.31
/proc/4809/task/4812/stat : 4812 (java) R 4807 4809 4029 0 -1 64 345912 0 0 0 2399 132 0 0 17 0 9 0 187078700 1725116416 304644 1992294400 134512640 134550932 4294956032 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187078701 1725116416 304644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187078701 1725116416 304644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1725116416 304644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1684684 CPUtime=0.11
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 351 0 0 0 11 0 0 0 16 0 9 0 187078703 1725116416 304644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1684684 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1725116416 304644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 409.35
Current children cumulated vsize (KiB) 1716688

[startup+435.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=242920/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1716688 CPUtime=434.95
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 1195669 0 1 0 42989 506 0 0 18 0 9 0 187078698 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 429172 396867 2163 9 0 424083 0
[pid=4809/tid=4811] ppid=4807 vsize=1716688 CPUtime=36.47
/proc/4809/task/4811/stat : 4811 (java) S 4807 4809 4029 0 -1 64 15037 0 1 0 3622 25 0 0 16 0 9 0 187078699 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1716688 CPUtime=398.35
/proc/4809/task/4812/stat : 4812 (java) R 4807 4809 4029 0 -1 64 1179547 0 0 0 39355 480 0 0 25 0 9 0 187078700 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 104190760 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1716688 CPUtime=0.11
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 352 0 0 0 11 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.95
Current children cumulated vsize (KiB) 1716688

[startup+447.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=242856/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1716688 CPUtime=447.74
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 1227561 0 1 0 44255 519 0 0 18 0 9 0 187078698 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 429172 396867 2163 9 0 424083 0
[pid=4809/tid=4811] ppid=4807 vsize=1716688 CPUtime=36.47
/proc/4809/task/4811/stat : 4811 (java) S 4807 4809 4029 0 -1 64 15039 0 1 0 3622 25 0 0 16 0 9 0 187078699 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1716688 CPUtime=411.14
/proc/4809/task/4812/stat : 4812 (java) R 4807 4809 4029 0 -1 64 1211437 0 0 0 40621 493 0 0 25 0 9 0 187078700 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 102758179 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1716688 CPUtime=0.11
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 352 0 0 0 11 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) R 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 447.74
Current children cumulated vsize (KiB) 1716688

[startup+451.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=242856/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1716688 CPUtime=450.94
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 1227561 0 1 0 44575 519 0 0 18 0 9 0 187078698 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 429172 396867 2163 9 0 424083 0
[pid=4809/tid=4811] ppid=4807 vsize=1716688 CPUtime=36.47
/proc/4809/task/4811/stat : 4811 (java) S 4807 4809 4029 0 -1 64 15039 0 1 0 3622 25 0 0 16 0 9 0 187078699 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1716688 CPUtime=414.34
/proc/4809/task/4812/stat : 4812 (java) R 4807 4809 4029 0 -1 64 1211437 0 0 0 40941 493 0 0 25 0 9 0 187078700 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 102768107 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1716688 CPUtime=0.11
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 352 0 0 0 11 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 450.94
Current children cumulated vsize (KiB) 1716688

[startup+452.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=242856/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1716688 CPUtime=452.54
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 1227561 0 1 0 44735 519 0 0 18 0 9 0 187078698 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 429172 396867 2163 9 0 424083 0
[pid=4809/tid=4811] ppid=4807 vsize=1716688 CPUtime=36.47
/proc/4809/task/4811/stat : 4811 (java) S 4807 4809 4029 0 -1 64 15039 0 1 0 3622 25 0 0 16 0 9 0 187078699 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1716688 CPUtime=415.94
/proc/4809/task/4812/stat : 4812 (java) R 4807 4809 4029 0 -1 64 1211437 0 0 0 41101 493 0 0 25 0 9 0 187078700 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1716688 CPUtime=0.11
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 352 0 0 0 11 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 452.54
Current children cumulated vsize (KiB) 1716688

[startup+454.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=242856/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1716688 CPUtime=454.14
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 1227561 0 1 0 44895 519 0 0 18 0 9 0 187078698 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 429172 396867 2163 9 0 424083 0
[pid=4809/tid=4811] ppid=4807 vsize=1716688 CPUtime=36.47
/proc/4809/task/4811/stat : 4811 (java) S 4807 4809 4029 0 -1 64 15039 0 1 0 3622 25 0 0 16 0 9 0 187078699 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1716688 CPUtime=417.54
/proc/4809/task/4812/stat : 4812 (java) R 4807 4809 4029 0 -1 64 1211437 0 0 0 41261 493 0 0 25 0 9 0 187078700 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 104191007 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1716688 CPUtime=0.11
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 352 0 0 0 11 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) R 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.14
Current children cumulated vsize (KiB) 1716688

[startup+454.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=242856/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=1716688 CPUtime=454.54
/proc/4809/stat : 4809 (java) S 4807 4809 4029 0 -1 0 1227561 0 1 0 44935 519 0 0 18 0 9 0 187078698 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 429172 396867 2163 9 0 424083 0
[pid=4809/tid=4811] ppid=4807 vsize=1716688 CPUtime=36.47
/proc/4809/task/4811/stat : 4811 (java) S 4807 4809 4029 0 -1 64 15039 0 1 0 3622 25 0 0 16 0 9 0 187078699 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4809/tid=4812] ppid=4807 vsize=1716688 CPUtime=417.94
/proc/4809/task/4812/stat : 4812 (java) R 4807 4809 4029 0 -1 64 1211437 0 0 0 41301 493 0 0 25 0 9 0 187078700 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 104191007 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4813] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4813/stat : 4813 (java) S 4807 4809 4029 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4814] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4814/stat : 4814 (java) S 4807 4809 4029 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187078701 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4815] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4815/stat : 4815 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4816] ppid=4807 vsize=1716688 CPUtime=0.11
/proc/4809/task/4816/stat : 4816 (java) S 4807 4809 4029 0 -1 64 352 0 0 0 11 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4817] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4817/stat : 4817 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4809/tid=4818] ppid=4807 vsize=1716688 CPUtime=0
/proc/4809/task/4818/stat : 4818 (java) S 4807 4809 4029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187078703 1757888512 396867 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.54
Current children cumulated vsize (KiB) 1716688

[startup+455.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=242856/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=0 CPUtime=454.91
/proc/4809/stat : 4809 (java) Z 4807 4809 4029 0 -1 12 1227572 0 1 0 44965 526 0 0 16 0 2 0 187078698 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 454.91
Current children cumulated vsize (KiB) 0

[startup+455.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4818
/proc/meminfo: memFree=242856/2055920 swapFree=4181364/4192956
[pid=4809] ppid=4807 vsize=0 CPUtime=455.01
/proc/4809/stat : 4809 (java) Z 4807 4809 4029 0 -1 12 1227572 0 1 0 44965 536 0 0 16 0 2 0 187078698 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4809/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 455.01
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 455.257
CPU time (s): 455.076
CPU user time (s): 449.652
CPU system time (s): 5.42417
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 1732692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 449.652
system time used= 5.42417
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1227572
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= 9964
involuntary context switches= 2117

runsolver used 0.513921 second user time and 1.18882 second system time

The end

Launcher Data

Begin job on node36 at 2009-06-17 01:26:54
IDJOB=1883600
IDBENCH=1377
IDSOLVER=688
FILE ID=node36/1883600-1245194812
PBS_JOBID= 9368288
Free space on /tmp= 66164 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_9.opb.PB06.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883600-1245194812/watcher-1883600-1245194812 -o /tmp/evaluation-result-1883600-1245194812/solver-1883600-1245194812 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883600-1245194812.opb minisat %dimacs %var

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

MD5SUM BENCH= d54403a51e1ff3d34cd210d836adfe84
RANDOM SEED=1319892700

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
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.230
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:       1842768 kB
Buffers:         44280 kB
Cached:         120916 kB
SwapCached:       6436 kB
Active:         110824 kB
Inactive:        63296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842768 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           35028 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            25156 kB
Committed_AS:   190024 kB
PageTables:       1360 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883600-1245194812.opb

Free space on /tmp at the end= 66148 MiB
End job on node36 at 2009-06-17 01:34:29