Trace number 1883608

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) 480.98 481.163

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_5.opb.PB06.opb
MD5SUM8bb4ff591e2fd696de21761de4abecdf
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 benchmark11.9222
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
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 466
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

464.74/464.99	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
480.72/480.91		at boolvar.output.Clause.<init>(Clause.java:65)
480.72/480.91		at boolvar.model.constraints.global.PBconstraint.makeTC(PBconstraint.java:991)
480.72/480.91		at boolvar.model.constraints.global.PBconstraint.makeCascadingBargraphs(PBconstraint.java:1258)
480.72/480.91		at boolvar.model.constraints.global.PBconstraint.getGloBarCascadingCNF(PBconstraint.java:1163)
480.72/480.91		at boolvar.model.constraints.global.PBconstraint.getCNF(PBconstraint.java:259)
480.72/480.91		at boolvar.output.CnfProblem.read(CnfProblem.java:118)
480.72/480.91		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-1883608-1245194872/watcher-1883608-1245194872 -o /tmp/evaluation-result-1883608-1245194872/solver-1883608-1245194872 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883608-1245194872.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 4353
/proc/meminfo: memFree=1747176/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1616 CPUtime=0
/proc/4353/stat : 4353 (java) R 4351 4353 2568 0 -1 0 190 0 0 0 0 0 0 0 18 0 1 0 187088720 1654784 160 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4353/statm: 405 161 124 9 0 47 0

[startup+0.0779319 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4353
/proc/meminfo: memFree=1747176/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685156 CPUtime=0.07
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 2756 0 1 0 6 1 0 0 18 0 9 0 187088720 1725599744 2251 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421289 2252 1209 9 0 416200 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1685156

[startup+0.104645 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4353
/proc/meminfo: memFree=1747176/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685156 CPUtime=0.11
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 2945 0 1 0 10 1 0 0 18 0 9 0 187088720 1725599744 2439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421289 2439 1221 9 0 416200 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685156

[startup+0.302673 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4353
/proc/meminfo: memFree=1747176/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685468 CPUtime=0.33
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 4226 0 1 0 31 2 0 0 18 0 9 0 187088720 1725919232 3675 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421367 3675 1363 9 0 416278 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685468

[startup+0.702709 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4353
/proc/meminfo: memFree=1747176/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685432 CPUtime=0.73
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 7435 0 1 0 70 3 0 0 18 0 9 0 187088720 1725882368 6398 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421358 6398 2154 9 0 416269 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685432

[startup+1.50179 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=1724192/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685420 CPUtime=1.53
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 11729 0 1 0 148 5 0 0 18 0 9 0 187088720 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421355 9967 2154 9 0 416266 0
[pid=4353/tid=4355] ppid=4351 vsize=1685420 CPUtime=0.95
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 2568 0 -1 64 2262 0 1 0 94 1 0 0 17 0 9 0 187088721 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4126371334 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1685420 CPUtime=0.51
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 2568 0 -1 64 8444 0 0 0 48 3 0 0 16 0 9 0 187088722 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1685420 CPUtime=0.04
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 290 0 0 0 4 0 0 0 16 0 9 0 187088724 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1725870080 9967 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1685420

[startup+3.10296 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=1702880/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685420 CPUtime=3.13
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 20664 0 1 0 303 10 0 0 18 0 9 0 187088720 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421355 17886 2154 9 0 416266 0
[pid=4353/tid=4355] ppid=4351 vsize=1685420 CPUtime=2.02
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 2568 0 -1 64 2550 0 1 0 201 1 0 0 17 0 9 0 187088721 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4126371057 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1685420 CPUtime=1.04
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 2568 0 -1 64 17090 0 0 0 97 7 0 0 16 0 9 0 187088722 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1685420 CPUtime=0.04
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 291 0 0 0 4 0 0 0 16 0 9 0 187088724 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1685420 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1725870080 17886 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 1685420

[startup+6.30229 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=1624480/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685436 CPUtime=6.33
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 45797 0 1 0 613 20 0 0 18 0 9 0 187088720 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421359 33971 2155 9 0 416270 0
[pid=4353/tid=4355] ppid=4351 vsize=1685436 CPUtime=3.66
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 2568 0 -1 64 3697 0 1 0 363 3 0 0 17 0 9 0 187088721 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4126411951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1685436 CPUtime=2.6
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 2568 0 -1 64 41072 0 0 0 244 16 0 0 17 0 9 0 187088722 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1685436 CPUtime=0.04
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 295 0 0 0 4 0 0 0 15 0 9 0 187088724 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1725886464 33971 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 1685436

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=1489312/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685436 CPUtime=12.72
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 91887 0 1 0 1232 40 0 0 18 0 9 0 187088720 1725886464 71007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421359 71008 2155 9 0 416270 0
[pid=4353/tid=4355] ppid=4351 vsize=1685436 CPUtime=7.51
/proc/4353/task/4355/stat : 4355 (java) S 4351 4353 2568 0 -1 64 4788 0 1 0 745 6 0 0 17 0 9 0 187088721 1725886464 71008 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1685436 CPUtime=5.14
/proc/4353/task/4356/stat : 4356 (java) R 4351 4353 2568 0 -1 64 86070 0 0 0 481 33 0 0 16 0 9 0 187088722 1725886464 71009 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1725886464 71010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1725886464 71010 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1725886464 71011 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1685436 CPUtime=0.05
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 298 0 0 0 5 0 0 0 16 0 9 0 187088724 1725886464 71011 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1725886464 71012 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1725886464 71013 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 1685436

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=1207200/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685436 CPUtime=25.51
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 193464 0 1 0 2472 79 0 0 18 0 9 0 187088720 1725886464 138535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421359 138535 2155 9 0 416270 0
[pid=4353/tid=4355] ppid=4351 vsize=1685436 CPUtime=13.79
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 2568 0 -1 64 9932 0 1 0 1370 9 0 0 17 0 9 0 187088721 1725886464 138535 1992294400 134512640 134550932 4294956032 18446744073709551615 4126412273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1685436 CPUtime=11.65
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 2568 0 -1 64 182501 0 0 0 1096 69 0 0 16 0 9 0 187088722 1725886464 138535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1725886464 138535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1725886464 138535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1725886464 138535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1685436 CPUtime=0.05
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 298 0 0 0 5 0 0 0 16 0 9 0 187088724 1725886464 138535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1725886464 138535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1685436 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1725886464 138535 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) 1685436

[startup+51.1027 s]
/proc/loadavg: 1.08 1.02 1.01 2/73 4362
/proc/meminfo: memFree=592736/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1685568 CPUtime=51.11
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 368615 0 1 0 4959 152 0 0 18 0 9 0 187088720 1726021632 295193 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 421392 295193 2165 9 0 416303 0
[pid=4353/tid=4355] ppid=4351 vsize=1685568 CPUtime=28.26
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 2568 0 -1 64 15191 0 1 0 2809 17 0 0 16 0 9 0 187088721 1726021632 295193 1992294400 134512640 134550932 4294956032 18446744073709551615 4126504212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1685568 CPUtime=22.72
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 2568 0 -1 64 352341 0 0 0 2138 134 0 0 16 0 9 0 187088722 1726021632 295193 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1685568 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1726021632 295193 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1685568 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1726021632 295193 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1685568 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1726021632 295193 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1685568 CPUtime=0.1
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 350 0 0 0 10 0 0 0 15 0 9 0 187088724 1726021632 295193 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1685568 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1726021632 295193 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1791561728 404879 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1749572 CPUtime=0.11
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 187088724 1791561728 404879 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1791561728 404879 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1791561728 404879 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1749572

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=120864/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1749572 CPUtime=462.14
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 2219404 0 1 0 45278 936 0 0 18 0 9 0 187088720 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 437393 404880 2163 9 0 432304 0
[pid=4353/tid=4355] ppid=4351 vsize=1749572 CPUtime=40.42
/proc/4353/task/4355/stat : 4355 (java) S 4351 4353 2568 0 -1 64 15259 0 1 0 4020 22 0 0 16 0 9 0 187088721 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1749572 CPUtime=421.58
/proc/4353/task/4356/stat : 4356 (java) R 4351 4353 2568 0 -1 64 2203060 0 0 0 41246 912 0 0 25 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 104188664 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1749572 CPUtime=0.11
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1749572

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

[startup+473.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=120736/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1749572 CPUtime=473.33
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 2283298 0 1 0 46370 963 0 0 18 0 9 0 187088720 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 437393 404880 2163 9 0 432304 0
[pid=4353/tid=4355] ppid=4351 vsize=1749572 CPUtime=40.42
/proc/4353/task/4355/stat : 4355 (java) S 4351 4353 2568 0 -1 64 15261 0 1 0 4020 22 0 0 16 0 9 0 187088721 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1749572 CPUtime=432.77
/proc/4353/task/4356/stat : 4356 (java) R 4351 4353 2568 0 -1 64 2266952 0 0 0 42338 939 0 0 25 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 102758062 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1749572 CPUtime=0.11
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 473.33
Current children cumulated vsize (KiB) 1749572

[startup+476.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=120736/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1749572 CPUtime=476.53
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 2283298 0 1 0 46690 963 0 0 18 0 9 0 187088720 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 437393 404880 2163 9 0 432304 0
[pid=4353/tid=4355] ppid=4351 vsize=1749572 CPUtime=40.42
/proc/4353/task/4355/stat : 4355 (java) S 4351 4353 2568 0 -1 64 15261 0 1 0 4020 22 0 0 16 0 9 0 187088721 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1749572 CPUtime=435.97
/proc/4353/task/4356/stat : 4356 (java) R 4351 4353 2568 0 -1 64 2266952 0 0 0 42658 939 0 0 25 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 104188671 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1749572 CPUtime=0.11
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 476.53
Current children cumulated vsize (KiB) 1749572

[startup+478.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=120736/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1749572 CPUtime=478.13
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 2283298 0 1 0 46850 963 0 0 18 0 9 0 187088720 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 437393 404880 2163 9 0 432304 0
[pid=4353/tid=4355] ppid=4351 vsize=1749572 CPUtime=40.42
/proc/4353/task/4355/stat : 4355 (java) S 4351 4353 2568 0 -1 64 15261 0 1 0 4020 22 0 0 16 0 9 0 187088721 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1749572 CPUtime=437.57
/proc/4353/task/4356/stat : 4356 (java) R 4351 4353 2568 0 -1 64 2266952 0 0 0 42818 939 0 0 25 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 102768125 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1749572 CPUtime=0.11
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.13
Current children cumulated vsize (KiB) 1749572

[startup+479.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=120736/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1749572 CPUtime=479.73
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 2283298 0 1 0 47010 963 0 0 18 0 9 0 187088720 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 437393 404880 2163 9 0 432304 0
[pid=4353/tid=4355] ppid=4351 vsize=1749572 CPUtime=40.42
/proc/4353/task/4355/stat : 4355 (java) S 4351 4353 2568 0 -1 64 15261 0 1 0 4020 22 0 0 16 0 9 0 187088721 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1749572 CPUtime=439.17
/proc/4353/task/4356/stat : 4356 (java) R 4351 4353 2568 0 -1 64 2266952 0 0 0 42978 939 0 0 25 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 104191020 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1749572 CPUtime=0.11
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 479.73
Current children cumulated vsize (KiB) 1749572

[startup+480.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=120736/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=1749572 CPUtime=480.53
/proc/4353/stat : 4353 (java) S 4351 4353 2568 0 -1 0 2283298 0 1 0 47090 963 0 0 18 0 9 0 187088720 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 437393 404880 2163 9 0 432304 0
[pid=4353/tid=4355] ppid=4351 vsize=1749572 CPUtime=40.42
/proc/4353/task/4355/stat : 4355 (java) S 4351 4353 2568 0 -1 64 15261 0 1 0 4020 22 0 0 16 0 9 0 187088721 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1749572 CPUtime=439.97
/proc/4353/task/4356/stat : 4356 (java) R 4351 4353 2568 0 -1 64 2266952 0 0 0 43058 939 0 0 25 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 104191126 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 2568 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 2568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187088722 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1749572 CPUtime=0.11
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 2568 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1749572 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 2568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187088724 1791561728 404880 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 480.53
Current children cumulated vsize (KiB) 1749572

[startup+481.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 4362
/proc/meminfo: memFree=120736/2055920 swapFree=4191896/4192956
[pid=4353] ppid=4351 vsize=0 CPUtime=480.9
/proc/4353/stat : 4353 (java) Z 4351 4353 2568 0 -1 12 2283310 0 1 0 47110 980 0 0 16 0 2 0 187088720 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 480.9
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 481.163
CPU time (s): 480.98
CPU user time (s): 471.108
CPU system time (s): 9.8715
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 1781576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 471.108
system time used= 9.8715
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2283310
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= 10553
involuntary context switches= 2389

runsolver used 0.496924 second user time and 1.3098 second system time

The end

Launcher Data

Begin job on node2 at 2009-06-17 01:27:57
IDJOB=1883608
IDBENCH=1385
IDSOLVER=688
FILE ID=node2/1883608-1245194872
PBS_JOBID= 9368297
Free space on /tmp= 66364 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v50_e1000_d25_mw10_5.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-1883608-1245194872/watcher-1883608-1245194872 -o /tmp/evaluation-result-1883608-1245194872/solver-1883608-1245194872 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883608-1245194872.opb minisat %dimacs %var

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

MD5SUM BENCH= 8bb4ff591e2fd696de21761de4abecdf
RANDOM SEED=1453063826

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747656 kB
Buffers:         50344 kB
Cached:         185696 kB
SwapCached:        260 kB
Active:         152552 kB
Inactive:        96736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747656 kB
SwapTotal:     4192956 kB
SwapFree:      4191896 kB
Dirty:           89652 kB
Writeback:           0 kB
Mapped:          21784 kB
Slab:            44928 kB
Committed_AS:   202716 kB
PageTables:       1468 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-1883608-1245194872.opb

Free space on /tmp at the end= 66356 MiB
End job on node2 at 2009-06-17 01:35:58