Trace number 1883609

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) 485.917 486.169

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_6.opb.PB06.opb
MD5SUMf5d8cf0048d52cf223a3574d281ac8f8
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.84326
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 350
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

485.65/485.94	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
485.65/485.94		at java.math.BigInteger.remainder(Unknown Source)
485.65/485.94		at java.math.BigInteger.mod(Unknown Source)
485.65/485.94		at boolvar.model.constraints.global.PBconstraint.makeCascadingBargraphs(PBconstraint.java:1226)
485.65/485.94		at boolvar.model.constraints.global.PBconstraint.getGloBarCascadingCNF(PBconstraint.java:1163)
485.65/485.94		at boolvar.model.constraints.global.PBconstraint.getCNF(PBconstraint.java:259)
485.65/485.94		at boolvar.output.CnfProblem.read(CnfProblem.java:118)
485.65/485.94		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-1883609-1245194898/watcher-1883609-1245194898 -o /tmp/evaluation-result-1883609-1245194898/solver-1883609-1245194898 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883609-1245194898.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: 0.99 1.00 0.99 3/64 13251
/proc/meminfo: memFree=1810920/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1620 CPUtime=0
/proc/13251/stat : 13251 (java) R 13249 13251 11757 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 187089744 1658880 160 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13251/statm: 404 160 124 9 0 46 0

[startup+0.0284739 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 13251
/proc/meminfo: memFree=1810920/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1682168 CPUtime=0.02
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 1658 0 1 0 1 1 0 0 18 0 5 0 187089744 1722540032 1311 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 420542 1311 773 9 0 415457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1682168

[startup+0.102164 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 13251
/proc/meminfo: memFree=1810920/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685288 CPUtime=0.1
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 2848 0 1 0 9 1 0 0 18 0 9 0 187089744 1725734912 2343 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421322 2343 1214 9 0 416233 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685288

[startup+0.302324 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 13251
/proc/meminfo: memFree=1810920/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685688 CPUtime=0.33
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 4262 0 1 0 31 2 0 0 18 0 9 0 187089744 1726144512 3711 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421422 3711 1363 9 0 416333 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685688

[startup+0.702389 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 13251
/proc/meminfo: memFree=1810920/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685464 CPUtime=0.73
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 7334 0 1 0 70 3 0 0 18 0 9 0 187089744 1725915136 6299 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421366 6299 2154 9 0 416277 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685464

[startup+1.50152 s]
/proc/loadavg: 0.99 1.00 0.99 2/73 13260
/proc/meminfo: memFree=1788704/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685464 CPUtime=1.53
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 11619 0 1 0 148 5 0 0 18 0 9 0 187089744 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421366 9857 2154 9 0 416277 0
[pid=13251/tid=13253] ppid=13249 vsize=1685464 CPUtime=0.96
/proc/13251/task/13253/stat : 13253 (java) R 13249 13251 11757 0 -1 64 2229 0 1 0 95 1 0 0 17 0 9 0 187089745 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4126385690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1685464 CPUtime=0.51
/proc/13251/task/13254/stat : 13254 (java) S 13249 13251 11757 0 -1 64 8364 0 0 0 48 3 0 0 16 0 9 0 187089746 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187089747 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1685464 CPUtime=0.04
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 293 0 0 0 4 0 0 0 16 0 9 0 187089749 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1725915136 9857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1685464

[startup+3.10177 s]
/proc/loadavg: 0.99 1.00 0.99 2/73 13260
/proc/meminfo: memFree=1768544/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685464 CPUtime=3.13
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 20434 0 1 0 303 10 0 0 18 0 9 0 187089744 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421366 17655 2154 9 0 416277 0
[pid=13251/tid=13253] ppid=13249 vsize=1685464 CPUtime=2.07
/proc/13251/task/13253/stat : 13253 (java) R 13249 13251 11757 0 -1 64 2518 0 1 0 205 2 0 0 17 0 9 0 187089745 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 102093967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1685464 CPUtime=1
/proc/13251/task/13254/stat : 13254 (java) S 13249 13251 11757 0 -1 64 16889 0 0 0 93 7 0 0 16 0 9 0 187089746 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187089747 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1685464 CPUtime=0.04
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 294 0 0 0 4 0 0 0 15 0 9 0 187089749 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1725915136 17655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 1685464

[startup+6.30148 s]
/proc/loadavg: 1.07 1.02 1.00 2/73 13260
/proc/meminfo: memFree=1690784/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685464 CPUtime=6.34
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 45455 0 1 0 613 21 0 0 18 0 9 0 187089744 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421366 33649 2155 9 0 416277 0
[pid=13251/tid=13253] ppid=13249 vsize=1685464 CPUtime=3.75
/proc/13251/task/13253/stat : 13253 (java) R 13249 13251 11757 0 -1 64 3617 0 1 0 372 3 0 0 16 0 9 0 187089745 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4126370748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1685464 CPUtime=2.53
/proc/13251/task/13254/stat : 13254 (java) S 13249 13251 11757 0 -1 64 40808 0 0 0 236 17 0 0 16 0 9 0 187089746 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187089747 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1685464 CPUtime=0.05
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 297 0 0 0 5 0 0 0 15 0 9 0 187089749 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1725915136 33649 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 1685464

[startup+12.7025 s]
/proc/loadavg: 1.06 1.02 1.00 2/73 13260
/proc/meminfo: memFree=1553568/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685464 CPUtime=12.73
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 91563 0 1 0 1232 41 0 0 18 0 9 0 187089744 1725915136 70702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421366 70703 2155 9 0 416277 0
[pid=13251/tid=13253] ppid=13249 vsize=1685464 CPUtime=7.59
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 4661 0 1 0 754 5 0 0 17 0 9 0 187089745 1725915136 70703 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1685464 CPUtime=5.07
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 85871 0 0 0 471 36 0 0 17 0 9 0 187089746 1725915136 70704 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187089747 1725915136 70705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1725915136 70705 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1725915136 70706 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1685464 CPUtime=0.05
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 300 0 0 0 5 0 0 0 16 0 9 0 187089749 1725915136 70706 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1725915136 70707 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1685464 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1725915136 70707 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 1685464

[startup+25.5015 s]
/proc/loadavg: 1.05 1.01 1.00 2/73 13260
/proc/meminfo: memFree=1260960/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685572 CPUtime=25.56
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 186429 0 1 0 2474 82 0 0 18 0 9 0 187089744 1726025728 139522 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421393 139523 2162 9 0 416304 0
[pid=13251/tid=13253] ppid=13249 vsize=1685572 CPUtime=13.3
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 9673 0 1 0 1321 9 0 0 17 0 9 0 187089745 1726025728 139524 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1685572 CPUtime=12.13
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 175677 0 0 0 1141 72 0 0 16 0 9 0 187089746 1726025728 139526 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187089747 1726025728 139527 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1726025728 139528 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1726025728 139529 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1685572 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 350 0 0 0 11 0 0 0 15 0 9 0 187089749 1726025728 139531 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1726025728 139532 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1726025728 139533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 1685572

[startup+51.1016 s]
/proc/loadavg: 1.03 1.01 1.00 2/73 13260
/proc/meminfo: memFree=590432/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1685572 CPUtime=51.11
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 365031 0 1 0 4955 156 0 0 18 0 9 0 187089744 1726025728 307646 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 421393 307647 2162 9 0 416304 0
[pid=13251/tid=13253] ppid=13249 vsize=1685572 CPUtime=25.63
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 14989 0 1 0 2546 17 0 0 17 0 9 0 187089745 1726025728 307648 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1685572 CPUtime=25.35
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 348960 0 0 0 2397 138 0 0 16 0 9 0 187089746 1726025728 307649 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187089747 1726025728 307650 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1726025728 307651 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1726025728 307653 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1685572 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 187089749 1726025728 307654 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1685572 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1726025728 307655 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1717576 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 353 0 0 0 11 0 0 0 16 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 1717576

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

[startup+473.501 s]
/proc/loadavg: 1.03 1.03 1.00 2/73 13260
/proc/meminfo: memFree=211360/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1717576 CPUtime=473.25
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 1275464 0 1 0 46788 537 0 0 18 0 9 0 187089744 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 429394 396878 2163 9 0 424305 0
[pid=13251/tid=13253] ppid=13249 vsize=1717576 CPUtime=36.34
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 15052 0 1 0 3613 21 0 0 16 0 9 0 187089745 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1717576 CPUtime=436.77
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 1259326 0 0 0 43162 515 0 0 25 0 9 0 187089746 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1717576 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 353 0 0 0 11 0 0 0 16 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 473.25
Current children cumulated vsize (KiB) 1717576

[startup+479.901 s]
/proc/loadavg: 1.03 1.03 1.00 2/73 13260
/proc/meminfo: memFree=211360/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1717576 CPUtime=479.65
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 1291410 0 1 0 47421 544 0 0 18 0 9 0 187089744 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 429394 396878 2163 9 0 424305 0
[pid=13251/tid=13253] ppid=13249 vsize=1717576 CPUtime=36.35
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 15053 0 1 0 3614 21 0 0 16 0 9 0 187089745 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1717576 CPUtime=443.17
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 1275271 0 0 0 43795 522 0 0 25 0 9 0 187089746 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 102758183 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1717576 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 353 0 0 0 11 0 0 0 16 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 479.65
Current children cumulated vsize (KiB) 1717576

[startup+483.102 s]
/proc/loadavg: 1.03 1.03 1.00 2/73 13260
/proc/meminfo: memFree=211360/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1717576 CPUtime=482.85
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 1291410 0 1 0 47741 544 0 0 18 0 9 0 187089744 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 429394 396878 2163 9 0 424305 0
[pid=13251/tid=13253] ppid=13249 vsize=1717576 CPUtime=36.35
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 15053 0 1 0 3614 21 0 0 16 0 9 0 187089745 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1717576 CPUtime=446.37
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 1275271 0 0 0 44115 522 0 0 25 0 9 0 187089746 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 102768145 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1717576 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 353 0 0 0 11 0 0 0 16 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 482.85
Current children cumulated vsize (KiB) 1717576

[startup+484.702 s]
/proc/loadavg: 1.03 1.03 1.00 2/73 13260
/proc/meminfo: memFree=211360/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1717576 CPUtime=484.45
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 1291410 0 1 0 47901 544 0 0 18 0 9 0 187089744 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 429394 396878 2163 9 0 424305 0
[pid=13251/tid=13253] ppid=13249 vsize=1717576 CPUtime=36.35
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 15053 0 1 0 3614 21 0 0 16 0 9 0 187089745 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1717576 CPUtime=447.97
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 1275271 0 0 0 44275 522 0 0 25 0 9 0 187089746 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1717576 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 353 0 0 0 11 0 0 0 16 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 484.45
Current children cumulated vsize (KiB) 1717576

[startup+485.502 s]
/proc/loadavg: 1.03 1.03 1.00 2/73 13260
/proc/meminfo: memFree=211360/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1717576 CPUtime=485.25
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 1291410 0 1 0 47981 544 0 0 18 0 9 0 187089744 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 429394 396878 2163 9 0 424305 0
[pid=13251/tid=13253] ppid=13249 vsize=1717576 CPUtime=36.35
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 15053 0 1 0 3614 21 0 0 16 0 9 0 187089745 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1717576 CPUtime=448.77
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 1275271 0 0 0 44355 522 0 0 25 0 9 0 187089746 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 104191080 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1717576 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 353 0 0 0 11 0 0 0 16 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 485.25
Current children cumulated vsize (KiB) 1717576

[startup+485.902 s]
/proc/loadavg: 1.03 1.03 1.00 2/73 13260
/proc/meminfo: memFree=211360/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=1717576 CPUtime=485.65
/proc/13251/stat : 13251 (java) S 13249 13251 11757 0 -1 0 1291410 0 1 0 48021 544 0 0 18 0 9 0 187089744 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 429394 396878 2163 9 0 424305 0
[pid=13251/tid=13253] ppid=13249 vsize=1717576 CPUtime=36.35
/proc/13251/task/13253/stat : 13253 (java) S 13249 13251 11757 0 -1 64 15053 0 1 0 3614 21 0 0 16 0 9 0 187089745 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13254] ppid=13249 vsize=1717576 CPUtime=449.17
/proc/13251/task/13254/stat : 13254 (java) R 13249 13251 11757 0 -1 64 1275271 0 0 0 44395 522 0 0 25 0 9 0 187089746 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 103732969 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13255] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13255/stat : 13255 (java) S 13249 13251 11757 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13256] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13256/stat : 13256 (java) S 13249 13251 11757 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187089747 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13257] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13257/stat : 13257 (java) S 13249 13251 11757 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13258] ppid=13249 vsize=1717576 CPUtime=0.11
/proc/13251/task/13258/stat : 13258 (java) S 13249 13251 11757 0 -1 64 353 0 0 0 11 0 0 0 16 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13251/tid=13259] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13259/stat : 13259 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13251/tid=13260] ppid=13249 vsize=1717576 CPUtime=0
/proc/13251/task/13260/stat : 13260 (java) S 13249 13251 11757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187089749 1758797824 396878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 485.65
Current children cumulated vsize (KiB) 1717576

[startup+486.101 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 13260
/proc/meminfo: memFree=1317472/2055920 swapFree=4192812/4192956
[pid=13251] ppid=13249 vsize=0 CPUtime=485.84
/proc/13251/stat : 13251 (java) Z 13249 13251 11757 0 -1 12 1291421 0 1 0 48024 560 0 0 16 0 2 0 187089744 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13251/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 485.84
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 486.169
CPU time (s): 485.917
CPU user time (s): 480.248
CPU system time (s): 5.66914
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 1733580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 480.248
system time used= 5.66914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1291421
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= 10646
involuntary context switches= 3162

runsolver used 0.52192 second user time and 1.3178 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-17 01:28:20
IDJOB=1883609
IDBENCH=1386
IDSOLVER=688
FILE ID=node26/1883609-1245194898
PBS_JOBID= 9368281
Free space on /tmp= 66124 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_6.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-1883609-1245194898/watcher-1883609-1245194898 -o /tmp/evaluation-result-1883609-1245194898/solver-1883609-1245194898 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883609-1245194898.opb minisat %dimacs %var

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

MD5SUM BENCH= f5d8cf0048d52cf223a3574d281ac8f8
RANDOM SEED=290127370

node26.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.263
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	: 5931.00
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.263
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:       1811464 kB
Buffers:         44828 kB
Cached:         133264 kB
SwapCached:          0 kB
Active:         121996 kB
Inactive:        70112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           34960 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            38408 kB
Committed_AS:   169932 kB
PageTables:       1372 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-1883609-1245194898.opb

Free space on /tmp at the end= 66108 MiB
End job on node26 at 2009-06-17 01:36:27