Trace number 1883670

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) 44.2003 44.4906

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
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 benchmark383.07
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
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

41.90/42.20	------------------------
41.90/42.20	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
41.90/42.20	Size : 0, 1093004, 0, 0, 1606126
41.90/42.20	Count : 0, 468738, 0, 0, 18787
41.90/42.20	
41.90/42.20	Command line : minisat tmp.dimacs %var 
41.90/42.20	
41.90/42.20	------------------------
41.90/42.28	This is MiniSat 2.0 beta
41.90/42.28	WARNING: for repeatability, setting FPU to use double precision
41.90/42.28	============================[ Problem Statistics ]=============================
41.90/42.28	|                                                                             |
41.90/42.28	|  Number of variables:  566942                                               |
41.90/42.28	|  Number of clauses:    1143399                                              |
43.20/43.53	|  Parsing time:         1.11         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-1883670-1245195242/watcher-1883670-1245195242 -o /tmp/evaluation-result-1883670-1245195242/solver-1883670-1245195242 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883670-1245195242.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 0.97 0.98 3/64 12014
/proc/meminfo: memFree=1818176/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=18576 CPUtime=0
/proc/12014/stat : 12014 (runsolver) R 12012 12014 11897 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 187120390 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12014/statm: 4644 284 249 26 0 2626 0

[startup+0.047705 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12014
/proc/meminfo: memFree=1818176/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=200 CPUtime=0
/proc/12014/stat : 12014 (java) D 12012 12014 11897 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 187120390 204800 33 1992294400 134512640 134550932 4294956192 18446744073709551615 7918372 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/12014/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.102709 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12014
/proc/meminfo: memFree=1818176/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=1512 CPUtime=0
/proc/12014/stat : 12014 (java) D 12012 12014 11897 0 -1 0 58 0 2 0 0 0 0 0 18 0 1 0 187120390 1548288 44 1992294400 134512640 134550932 4294956192 18446744073709551615 7922695 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12014/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.302751 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12014
/proc/meminfo: memFree=1818176/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=11192 CPUtime=0.02
/proc/12014/stat : 12014 (java) S 12012 12014 11897 0 -1 0 844 0 48 0 0 2 0 0 18 0 2 0 187120390 11460608 628 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12014/statm: 2798 628 323 9 0 1198 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11192

[startup+0.701769 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12014
/proc/meminfo: memFree=1818176/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=1685448 CPUtime=0.39
/proc/12014/stat : 12014 (java) S 12012 12014 11897 0 -1 0 5883 0 86 0 30 9 0 0 18 0 9 0 187120390 1725898752 5279 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12014/statm: 421362 5279 2154 9 0 416273 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1685448

[startup+1.50184 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 12023
/proc/meminfo: memFree=1781944/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=1685468 CPUtime=1.18
/proc/12014/stat : 12014 (java) S 12012 12014 11897 0 -1 0 9895 0 86 0 107 11 0 0 18 0 9 0 187120390 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12014/statm: 421367 8932 2154 9 0 416278 0
[pid=12014/tid=12016] ppid=12012 vsize=1685468 CPUtime=0.75
/proc/12014/task/12016/stat : 12016 (java) R 12012 12014 11897 0 -1 64 2011 0 39 0 70 5 0 0 17 0 9 0 187120412 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4126453272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12017] ppid=12012 vsize=1685468 CPUtime=0.34
/proc/12014/task/12017/stat : 12017 (java) S 12012 12014 11897 0 -1 64 6911 0 3 0 32 2 0 0 16 0 9 0 187120424 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12018] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12018/stat : 12018 (java) S 12012 12014 11897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187120426 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12019] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12019/stat : 12019 (java) S 12012 12014 11897 0 -1 64 12 0 1 0 0 0 0 0 16 0 9 0 187120426 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12020] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12020/stat : 12020 (java) S 12012 12014 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 187120431 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12021] ppid=12012 vsize=1685468 CPUtime=0.04
/proc/12014/task/12021/stat : 12021 (java) S 12012 12014 11897 0 -1 64 280 0 0 0 4 0 0 0 16 0 9 0 187120431 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12022] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12022/stat : 12022 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 187120431 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12023] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12023/stat : 12023 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187120431 1725919232 8932 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1685468

[startup+3.10198 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 12023
/proc/meminfo: memFree=1763000/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=1685468 CPUtime=2.79
/proc/12014/stat : 12014 (java) S 12012 12014 11897 0 -1 0 17988 0 86 0 264 15 0 0 18 0 9 0 187120390 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12014/statm: 421367 15546 2154 9 0 416278 0
[pid=12014/tid=12016] ppid=12012 vsize=1685468 CPUtime=1.74
/proc/12014/task/12016/stat : 12016 (java) R 12012 12014 11897 0 -1 64 2503 0 39 0 168 6 0 0 17 0 9 0 187120412 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4126452473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12017] ppid=12012 vsize=1685468 CPUtime=0.96
/proc/12014/task/12017/stat : 12017 (java) S 12012 12014 11897 0 -1 64 14511 0 3 0 90 6 0 0 16 0 9 0 187120424 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12018] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12018/stat : 12018 (java) S 12012 12014 11897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187120426 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12019] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12019/stat : 12019 (java) S 12012 12014 11897 0 -1 64 12 0 1 0 0 0 0 0 16 0 9 0 187120426 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12020] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12020/stat : 12020 (java) S 12012 12014 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 187120431 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12021] ppid=12012 vsize=1685468 CPUtime=0.04
/proc/12014/task/12021/stat : 12021 (java) S 12012 12014 11897 0 -1 64 281 0 0 0 4 0 0 0 16 0 9 0 187120431 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12022] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12022/stat : 12022 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 187120431 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12023] ppid=12012 vsize=1685468 CPUtime=0
/proc/12014/task/12023/stat : 12023 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187120431 1725919232 15546 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1685468

[startup+6.30225 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 12023
/proc/meminfo: memFree=1699840/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=1703720 CPUtime=5.99
/proc/12014/stat : 12014 (java) S 12012 12014 11897 0 -1 0 44425 0 86 0 572 27 0 0 18 0 9 0 187120390 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12014/statm: 425930 35513 2155 9 0 420841 0
[pid=12014/tid=12016] ppid=12012 vsize=1703720 CPUtime=3.55
/proc/12014/task/12016/stat : 12016 (java) S 12012 12014 11897 0 -1 64 2986 0 39 0 349 6 0 0 17 0 9 0 187120412 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12017] ppid=12012 vsize=1703720 CPUtime=2.33
/proc/12014/task/12017/stat : 12017 (java) R 12012 12014 11897 0 -1 64 40460 0 3 0 216 17 0 0 17 0 9 0 187120424 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 103732002 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12018] ppid=12012 vsize=1703720 CPUtime=0
/proc/12014/task/12018/stat : 12018 (java) S 12012 12014 11897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187120426 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12019] ppid=12012 vsize=1703720 CPUtime=0
/proc/12014/task/12019/stat : 12019 (java) S 12012 12014 11897 0 -1 64 12 0 1 0 0 0 0 0 16 0 9 0 187120426 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12020] ppid=12012 vsize=1703720 CPUtime=0
/proc/12014/task/12020/stat : 12020 (java) S 12012 12014 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 187120431 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12021] ppid=12012 vsize=1703720 CPUtime=0.05
/proc/12014/task/12021/stat : 12021 (java) S 12012 12014 11897 0 -1 64 286 0 0 0 5 0 0 0 16 0 9 0 187120431 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12022] ppid=12012 vsize=1703720 CPUtime=0
/proc/12014/task/12022/stat : 12022 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 187120431 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12023] ppid=12012 vsize=1703720 CPUtime=0
/proc/12014/task/12023/stat : 12023 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187120431 1744609280 35513 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1703720

[startup+12.7028 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 12023
/proc/meminfo: memFree=1570112/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=1685620 CPUtime=12.44
/proc/12014/stat : 12014 (java) S 12012 12014 11897 0 -1 0 86349 0 87 0 1197 47 0 0 18 0 9 0 187120390 1726074880 63785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12014/statm: 421405 63785 2162 9 0 416316 0
[pid=12014/tid=12016] ppid=12012 vsize=1685620 CPUtime=6.67
/proc/12014/task/12016/stat : 12016 (java) S 12012 12014 11897 0 -1 64 4898 0 40 0 658 9 0 0 16 0 9 0 187120412 1726074880 63785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12017] ppid=12012 vsize=1685620 CPUtime=5.61
/proc/12014/task/12017/stat : 12017 (java) R 12012 12014 11897 0 -1 64 80418 0 3 0 526 35 0 0 16 0 9 0 187120424 1726074880 63785 1992294400 134512640 134550932 4294956032 18446744073709551615 104496832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12018] ppid=12012 vsize=1685620 CPUtime=0
/proc/12014/task/12018/stat : 12018 (java) S 12012 12014 11897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187120426 1726074880 63785 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12019] ppid=12012 vsize=1685620 CPUtime=0
/proc/12014/task/12019/stat : 12019 (java) S 12012 12014 11897 0 -1 64 12 0 1 0 0 0 0 0 16 0 9 0 187120426 1726074880 63786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12020] ppid=12012 vsize=1685620 CPUtime=0
/proc/12014/task/12020/stat : 12020 (java) S 12012 12014 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 187120431 1726074880 63786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12021] ppid=12012 vsize=1685620 CPUtime=0.11
/proc/12014/task/12021/stat : 12021 (java) S 12012 12014 11897 0 -1 64 340 0 0 0 11 0 0 0 16 0 9 0 187120431 1726074880 63787 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12022] ppid=12012 vsize=1685620 CPUtime=0
/proc/12014/task/12022/stat : 12022 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 187120431 1726074880 63788 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12023] ppid=12012 vsize=1685620 CPUtime=0
/proc/12014/task/12023/stat : 12023 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187120431 1726074880 63789 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1685620

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 12023
/proc/meminfo: memFree=1252672/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=1711872 CPUtime=25.23
/proc/12014/stat : 12014 (java) S 12012 12014 11897 0 -1 0 174968 0 87 0 2436 87 0 0 18 0 9 0 187120390 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12014/statm: 427968 136924 2162 9 0 422879 0
[pid=12014/tid=12016] ppid=12012 vsize=1711872 CPUtime=11.7
/proc/12014/task/12016/stat : 12016 (java) S 12012 12014 11897 0 -1 64 6902 0 40 0 1157 13 0 0 16 0 9 0 187120412 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12017] ppid=12012 vsize=1711872 CPUtime=13.36
/proc/12014/task/12017/stat : 12017 (java) R 12012 12014 11897 0 -1 64 167032 0 3 0 1266 70 0 0 20 0 9 0 187120424 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 102768033 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12018] ppid=12012 vsize=1711872 CPUtime=0
/proc/12014/task/12018/stat : 12018 (java) S 12012 12014 11897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187120426 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12019] ppid=12012 vsize=1711872 CPUtime=0
/proc/12014/task/12019/stat : 12019 (java) S 12012 12014 11897 0 -1 64 12 0 1 0 0 0 0 0 16 0 9 0 187120426 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12020] ppid=12012 vsize=1711872 CPUtime=0
/proc/12014/task/12020/stat : 12020 (java) S 12012 12014 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 187120431 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12021] ppid=12012 vsize=1711872 CPUtime=0.11
/proc/12014/task/12021/stat : 12021 (java) S 12012 12014 11897 0 -1 64 341 0 0 0 11 0 0 0 16 0 9 0 187120431 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12022] ppid=12012 vsize=1711872 CPUtime=0
/proc/12014/task/12022/stat : 12022 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 187120431 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12023] ppid=12012 vsize=1711872 CPUtime=0
/proc/12014/task/12023/stat : 12023 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187120431 1752956928 136924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1711872



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+44.3028 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 12027
/proc/meminfo: memFree=902560/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=1686576 CPUtime=41.95
/proc/12014/stat : 12014 (java) S 12012 12014 11897 0 -1 0 230770 0 88 0 4071 124 0 0 18 0 12 0 187120390 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12014/statm: 421644 185824 2165 9 0 416555 0
[pid=12025] ppid=12014 vsize=158488 CPUtime=2.06
/proc/12025/stat : 12025 (minisat) R 12014 12014 11897 0 -1 4194304 35103 0 0 0 186 20 0 0 25 0 1 0 187124611 162291712 35082 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/12025/statm: 39622 35083 72 157 0 39462 0
[pid=12014/tid=12016] ppid=12012 vsize=1686576 CPUtime=23.6
/proc/12014/task/12016/stat : 12016 (java) S 12012 12014 11897 0 -1 64 10414 0 41 0 2334 26 0 0 16 0 12 0 187120412 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12017] ppid=12012 vsize=1686576 CPUtime=18.14
/proc/12014/task/12017/stat : 12017 (java) S 12012 12014 11897 0 -1 64 219190 0 3 0 1723 91 0 0 16 0 12 0 187120424 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12018] ppid=12012 vsize=1686576 CPUtime=0
/proc/12014/task/12018/stat : 12018 (java) S 12012 12014 11897 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187120426 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12019] ppid=12012 vsize=1686576 CPUtime=0
/proc/12014/task/12019/stat : 12019 (java) S 12012 12014 11897 0 -1 64 12 0 1 0 0 0 0 0 16 0 12 0 187120426 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12020] ppid=12012 vsize=1686576 CPUtime=0
/proc/12014/task/12020/stat : 12020 (java) S 12012 12014 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 187120431 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12021] ppid=12012 vsize=1686576 CPUtime=0.12
/proc/12014/task/12021/stat : 12021 (java) S 12012 12014 11897 0 -1 64 347 0 0 0 12 0 0 0 16 0 12 0 187120431 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12022] ppid=12012 vsize=1686576 CPUtime=0
/proc/12014/task/12022/stat : 12022 (java) S 12012 12014 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 187120431 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12014/tid=12023] ppid=12012 vsize=1686576 CPUtime=0
/proc/12014/task/12023/stat : 12023 (java) S 12012 12014 11897 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 187120431 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12014/tid=12024] ppid=12012 vsize=1686576 CPUtime=0.03
/proc/12014/task/12024/stat : 12024 (java) S 12012 12014 11897 0 -1 64 71 0 0 0 0 3 0 0 16 0 12 0 187124611 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=12014/tid=12026] ppid=12012 vsize=1686576 CPUtime=0
/proc/12014/task/12026/stat : 12026 (java) S 12012 12014 11897 0 -1 64 38 0 0 0 0 0 0 0 16 0 12 0 187124618 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=12014/tid=12027] ppid=12012 vsize=1686576 CPUtime=0
/proc/12014/task/12027/stat : 12027 (java) S 12012 12014 11897 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 187124618 1727053824 185824 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.01
Current children cumulated vsize (KiB) 1845064

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

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

[startup+44.4141 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 12027
/proc/meminfo: memFree=902560/2055920 swapFree=4182220/4192956
[pid=12014] ppid=12012 vsize=0 CPUtime=44.1
/proc/12014/stat : 12014 (java) Z 12012 12014 11897 0 -1 1036 231292 35109 139 0 4071 129 186 24 16 0 2 0 187120390 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.1
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 44.4906
CPU time (s): 44.2003
CPU user time (s): 42.5855
CPU system time (s): 1.61475
CPU usage (%): 99.3475
Max. virtual memory (cumulated for all children) (KiB): 1845064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.5855
system time used= 1.61475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266401
page faults= 139
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2108
involuntary context switches= 957

runsolver used 0.066989 second user time and 0.132979 second system time

The end

Launcher Data

Begin job on node50 at 2009-06-17 01:34:03
IDJOB=1883670
IDBENCH=1447
IDSOLVER=688
FILE ID=node50/1883670-1245195242
PBS_JOBID= 9368333
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=416000456

node50.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.211
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.211
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:       1818720 kB
Buffers:         29304 kB
Cached:         133532 kB
SwapCached:       4580 kB
Active:          64072 kB
Inactive:       106132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818720 kB
SwapTotal:     4192956 kB
SwapFree:      4182220 kB
Dirty:           17708 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            52996 kB
Committed_AS:   116872 kB
PageTables:       1452 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-1883670-1245195242.opb

Free space on /tmp at the end= 66408 MiB
End job on node50 at 2009-06-17 01:34:49