Trace number 1883712

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? (MO) 37.1334 37.3694

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark306.9
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

34.09/34.38	------------------------
34.09/34.38	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
34.09/34.38	Size : 0, 689952, 0, 0, 1515512
34.09/34.38	Count : 0, 295940, 0, 0, 17511
34.09/34.38	
34.09/34.38	Command line : minisat tmp.dimacs %var 
34.09/34.38	
34.09/34.38	------------------------
34.19/34.43	This is MiniSat 2.0 beta
34.19/34.43	WARNING: for repeatability, setting FPU to use double precision
34.19/34.43	============================[ Problem Statistics ]=============================
34.19/34.43	|                                                                             |
34.19/34.43	|  Number of variables:  486380                                               |
34.19/34.43	|  Number of clauses:    932577                                               |
35.17/35.45	|  Parsing time:         0.90         s                                       |

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-1883712-1245195294/watcher-1883712-1245195294 -o /tmp/evaluation-result-1883712-1245195294/solver-1883712-1245195294 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883712-1245195294.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.01 1.00 3/64 5013
/proc/meminfo: memFree=1883440/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=18576 CPUtime=0
/proc/5013/stat : 5013 (runsolver) D 5011 5013 4859 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 3858985 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 264907582759 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/5013/statm: 4644 284 249 26 0 2626 0

[startup+0.0215159 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 5013
/proc/meminfo: memFree=1883440/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=152 CPUtime=0
/proc/5013/stat : 5013 (java) D 5011 5013 4859 0 -1 0 40 0 1 0 0 0 0 0 18 0 1 0 3858985 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 7017252 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/5013/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.102526 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 5013
/proc/meminfo: memFree=1883440/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=10396 CPUtime=0.01
/proc/5013/stat : 5013 (java) R 5011 5013 4859 0 -1 0 388 0 25 0 0 1 0 0 18 0 1 0 3858985 10645504 199 1992294400 134512640 134550932 4294956032 18446744073709551615 6988586 0 0 4096 0 0 0 0 17 0 0 0
/proc/5013/statm: 2599 199 148 9 0 1102 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10396

[startup+0.301556 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 5013
/proc/meminfo: memFree=1883440/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=1683856 CPUtime=0.08
/proc/5013/stat : 5013 (java) S 5011 5013 4859 0 -1 0 2038 0 72 0 3 5 0 0 18 0 9 0 3858985 1724268544 1659 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5013/statm: 420964 1659 936 9 0 415877 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1683856

[startup+0.701626 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 5013
/proc/meminfo: memFree=1883440/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=1685720 CPUtime=0.49
/proc/5013/stat : 5013 (java) S 5011 5013 4859 0 -1 0 6036 0 87 0 41 8 0 0 18 0 9 0 3858985 1726177280 5399 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5013/statm: 421430 5399 2154 9 0 416341 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1685720

[startup+1.50174 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 5022
/proc/meminfo: memFree=1846568/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=1686472 CPUtime=1.29
/proc/5013/stat : 5013 (java) S 5011 5013 4859 0 -1 0 10190 0 87 0 119 10 0 0 18 0 9 0 3858985 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5013/statm: 421618 9004 2154 9 0 416529 0
[pid=5013/tid=5015] ppid=5011 vsize=1686472 CPUtime=0.78
/proc/5013/task/5015/stat : 5015 (java) S 5011 5013 4859 0 -1 64 2028 0 41 0 74 4 0 0 16 0 9 0 3858998 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5016] ppid=5011 vsize=1686472 CPUtime=0.42
/proc/5013/task/5016/stat : 5016 (java) R 5011 5013 4859 0 -1 64 7181 0 3 0 40 2 0 0 17 0 9 0 3859004 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 104516141 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5017] ppid=5011 vsize=1686472 CPUtime=0
/proc/5013/task/5017/stat : 5017 (java) S 5011 5013 4859 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 3859006 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5018] ppid=5011 vsize=1686472 CPUtime=0
/proc/5013/task/5018/stat : 5018 (java) S 5011 5013 4859 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 3859006 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5019] ppid=5011 vsize=1686472 CPUtime=0
/proc/5013/task/5019/stat : 5019 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3859013 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5020] ppid=5011 vsize=1686472 CPUtime=0.03
/proc/5013/task/5020/stat : 5020 (java) S 5011 5013 4859 0 -1 64 287 0 0 0 3 0 0 0 16 0 9 0 3859013 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5021] ppid=5011 vsize=1686472 CPUtime=0
/proc/5013/task/5021/stat : 5021 (java) S 5011 5013 4859 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 3859013 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5022] ppid=5011 vsize=1686472 CPUtime=0
/proc/5013/task/5022/stat : 5022 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3859013 1726947328 9004 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 1686472

[startup+3.10297 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 5022
/proc/meminfo: memFree=1826792/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=1685468 CPUtime=2.89
/proc/5013/stat : 5013 (java) S 5011 5013 4859 0 -1 0 18332 0 87 0 277 12 0 0 18 0 9 0 3858985 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5013/statm: 421367 15878 2154 9 0 416278 0
[pid=5013/tid=5015] ppid=5011 vsize=1685468 CPUtime=1.8
/proc/5013/task/5015/stat : 5015 (java) R 5011 5013 4859 0 -1 64 2429 0 41 0 176 4 0 0 17 0 9 0 3858998 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4126396703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5016] ppid=5011 vsize=1685468 CPUtime=1
/proc/5013/task/5016/stat : 5016 (java) S 5011 5013 4859 0 -1 64 14921 0 3 0 95 5 0 0 16 0 9 0 3859004 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5017] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5017/stat : 5017 (java) S 5011 5013 4859 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 3859006 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5018] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5018/stat : 5018 (java) S 5011 5013 4859 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 3859006 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5019] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5019/stat : 5019 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3859013 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5020] ppid=5011 vsize=1685468 CPUtime=0.04
/proc/5013/task/5020/stat : 5020 (java) S 5011 5013 4859 0 -1 64 288 0 0 0 4 0 0 0 16 0 9 0 3859013 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5021] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5021/stat : 5021 (java) S 5011 5013 4859 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 3859013 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5022] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5022/stat : 5022 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3859013 1725919232 15878 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 1685468

[startup+6.30143 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 5022
/proc/meminfo: memFree=1764728/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=1685468 CPUtime=6.09
/proc/5013/stat : 5013 (java) S 5011 5013 4859 0 -1 0 40657 0 87 0 587 22 0 0 18 0 9 0 3858985 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5013/statm: 421367 29187 2155 9 0 416278 0
[pid=5013/tid=5015] ppid=5011 vsize=1685468 CPUtime=3.56
/proc/5013/task/5015/stat : 5015 (java) S 5011 5013 4859 0 -1 64 3546 0 41 0 350 6 0 0 17 0 9 0 3858998 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5016] ppid=5011 vsize=1685468 CPUtime=2.46
/proc/5013/task/5016/stat : 5016 (java) R 5011 5013 4859 0 -1 64 36126 0 3 0 232 14 0 0 16 0 9 0 3859004 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 104516229 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5017] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5017/stat : 5017 (java) S 5011 5013 4859 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 3859006 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5018] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5018/stat : 5018 (java) S 5011 5013 4859 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 3859006 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5019] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5019/stat : 5019 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3859013 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5020] ppid=5011 vsize=1685468 CPUtime=0.04
/proc/5013/task/5020/stat : 5020 (java) S 5011 5013 4859 0 -1 64 291 0 0 0 4 0 0 0 15 0 9 0 3859013 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5021] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5021/stat : 5021 (java) S 5011 5013 4859 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 3859013 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5022] ppid=5011 vsize=1685468 CPUtime=0
/proc/5013/task/5022/stat : 5022 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3859013 1725919232 29187 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 1685468

[startup+12.7024 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 5022
/proc/meminfo: memFree=1622136/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=1685568 CPUtime=12.53
/proc/5013/stat : 5013 (java) S 5011 5013 4859 0 -1 0 87200 0 88 0 1211 42 0 0 18 0 9 0 3858985 1726021632 66634 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5013/statm: 421392 66635 2162 9 0 416303 0
[pid=5013/tid=5015] ppid=5011 vsize=1685568 CPUtime=6.87
/proc/5013/task/5015/stat : 5015 (java) S 5011 5013 4859 0 -1 64 4662 0 42 0 678 9 0 0 17 0 9 0 3858998 1726021632 66636 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5016] ppid=5011 vsize=1685568 CPUtime=5.51
/proc/5013/task/5016/stat : 5016 (java) R 5011 5013 4859 0 -1 64 81506 0 3 0 521 30 0 0 16 0 9 0 3859004 1726021632 66637 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5017] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5017/stat : 5017 (java) S 5011 5013 4859 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 3859006 1726021632 66639 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5018] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5018/stat : 5018 (java) S 5011 5013 4859 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 3859006 1726021632 66640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5019] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5019/stat : 5019 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3859013 1726021632 66641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5020] ppid=5011 vsize=1685568 CPUtime=0.1
/proc/5013/task/5020/stat : 5020 (java) S 5011 5013 4859 0 -1 64 341 0 0 0 10 0 0 0 16 0 9 0 3859013 1726021632 66642 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5021] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5021/stat : 5021 (java) S 5011 5013 4859 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 3859013 1726021632 66643 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5022] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5022/stat : 5022 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3859013 1726021632 66644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 1685568

[startup+25.5022 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 5022
/proc/meminfo: memFree=1402296/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=1685568 CPUtime=25.3
/proc/5013/stat : 5013 (java) S 5011 5013 4859 0 -1 0 145078 0 88 0 2462 68 0 0 18 0 9 0 3858985 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5013/statm: 421392 115431 2162 9 0 416303 0
[pid=5013/tid=5015] ppid=5011 vsize=1685568 CPUtime=14.97
/proc/5013/task/5015/stat : 5015 (java) R 5011 5013 4859 0 -1 64 6548 0 42 0 1481 16 0 0 17 0 9 0 3858998 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4126543952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5016] ppid=5011 vsize=1685568 CPUtime=10.17
/proc/5013/task/5016/stat : 5016 (java) S 5011 5013 4859 0 -1 64 137490 0 3 0 968 49 0 0 15 0 9 0 3859004 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5017] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5017/stat : 5017 (java) S 5011 5013 4859 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 3859006 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5018] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5018/stat : 5018 (java) S 5011 5013 4859 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 3859006 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5019] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5019/stat : 5019 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3859013 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5020] ppid=5011 vsize=1685568 CPUtime=0.11
/proc/5013/task/5020/stat : 5020 (java) S 5011 5013 4859 0 -1 64 346 0 0 0 11 0 0 0 15 0 9 0 3859013 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5021] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5021/stat : 5021 (java) S 5011 5013 4859 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 3859013 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5022] ppid=5011 vsize=1685568 CPUtime=0
/proc/5013/task/5022/stat : 5022 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3859013 1726021632 115431 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1685568



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+37.2019 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 5026
/proc/meminfo: memFree=1191128/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=1686540 CPUtime=34.19
/proc/5013/stat : 5013 (java) S 5011 5013 4859 0 -1 0 169992 0 89 0 3336 83 0 0 18 0 12 0 3858985 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5013/statm: 421635 131040 2165 9 0 416546 0
[pid=5024] ppid=5013 vsize=157784 CPUtime=2.79
/proc/5024/stat : 5024 (minisat) R 5013 5013 4859 0 -1 4194304 35029 0 0 0 260 19 0 0 25 0 1 0 3862424 161570816 35006 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/5024/statm: 39446 35006 72 157 0 39286 0
[pid=5013/tid=5015] ppid=5011 vsize=1686540 CPUtime=20
/proc/5013/task/5015/stat : 5015 (java) S 5011 5013 4859 0 -1 64 9730 0 43 0 1978 22 0 0 17 0 12 0 3858998 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5016] ppid=5011 vsize=1686540 CPUtime=14.01
/proc/5013/task/5016/stat : 5016 (java) S 5011 5013 4859 0 -1 64 159099 0 3 0 1345 56 0 0 16 0 12 0 3859004 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5017] ppid=5011 vsize=1686540 CPUtime=0
/proc/5013/task/5017/stat : 5017 (java) S 5011 5013 4859 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 3859006 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5018] ppid=5011 vsize=1686540 CPUtime=0
/proc/5013/task/5018/stat : 5018 (java) S 5011 5013 4859 0 -1 64 11 0 1 0 0 0 0 0 16 0 12 0 3859006 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5019] ppid=5011 vsize=1686540 CPUtime=0
/proc/5013/task/5019/stat : 5019 (java) S 5011 5013 4859 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 3859013 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5020] ppid=5011 vsize=1686540 CPUtime=0.11
/proc/5013/task/5020/stat : 5020 (java) S 5011 5013 4859 0 -1 64 347 0 0 0 11 0 0 0 16 0 12 0 3859013 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5021] ppid=5011 vsize=1686540 CPUtime=0
/proc/5013/task/5021/stat : 5021 (java) S 5011 5013 4859 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 3859013 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5013/tid=5022] ppid=5011 vsize=1686540 CPUtime=0
/proc/5013/task/5022/stat : 5022 (java) S 5011 5013 4859 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 3859013 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5013/tid=5023] ppid=5011 vsize=1686540 CPUtime=0.01
/proc/5013/task/5023/stat : 5023 (java) S 5011 5013 4859 0 -1 64 73 0 0 0 0 1 0 0 16 0 12 0 3862424 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=5013/tid=5025] ppid=5011 vsize=1686540 CPUtime=0
/proc/5013/task/5025/stat : 5025 (java) S 5011 5013 4859 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 3862428 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=5013/tid=5026] ppid=5011 vsize=1686540 CPUtime=0
/proc/5013/task/5026/stat : 5026 (java) S 5011 5013 4859 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 3862428 1727016960 131040 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.98
Current children cumulated vsize (KiB) 1844324

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

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

[startup+37.3139 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 5028
/proc/meminfo: memFree=1451928/2055920 swapFree=4192956/4192956
[pid=5013] ppid=5011 vsize=0 CPUtime=37.06
/proc/5013/stat : 5013 (java) Z 5011 5013 4859 0 -1 1036 170510 35033 140 0 3337 86 260 23 16 0 2 0 3858985 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.06
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 37.3694
CPU time (s): 37.1334
CPU user time (s): 35.9805
CPU system time (s): 1.15282
CPU usage (%): 99.3683
Max. virtual memory (cumulated for all children) (KiB): 1844324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9805
system time used= 1.15282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205543
page faults= 140
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2009
involuntary context switches= 885

runsolver used 0.05999 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node30 at 2009-06-17 01:34:55
IDJOB=1883712
IDBENCH=1489
IDSOLVER=688
FILE ID=node30/1883712-1245195294
PBS_JOBID= 9368313
Free space on /tmp= 66208 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.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-1883712-1245195294/watcher-1883712-1245195294 -o /tmp/evaluation-result-1883712-1245195294/solver-1883712-1245195294 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883712-1245195294.opb minisat %dimacs %var

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

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=1243244411

node30.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.273
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.273
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:       1883928 kB
Buffers:         35492 kB
Cached:          92892 kB
SwapCached:          0 kB
Active:          88840 kB
Inactive:        52360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           12080 kB
Writeback:           0 kB
Mapped:          22616 kB
Slab:            16868 kB
Committed_AS:    65668 kB
PageTables:       1364 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-1883712-1245195294.opb

Free space on /tmp at the end= 66208 MiB
End job on node30 at 2009-06-17 01:35:35