Trace number 1837165

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
MiniSAT 09z 2009-03-22? (TO) 10000 10002.4

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3577.9
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
2.78/2.88	c ==============================================================================
2.78/2.88	c |           |     ORIGINAL     |              LEARNT              |          |
2.78/2.88	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.78/2.88	c ==============================================================================
2.78/2.88	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
40.18/40.29	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
40.18/40.29	c ==============================================================================
40.18/40.29	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
40.18/40.29	c CPU time:   39.615 s
40.18/40.29	c ==============================================================================
43.78/43.88	c WARNING: for repeatability, setting FPU to use double precision
43.78/43.88	c Number of variables   : 168000       
43.78/43.88	c Number of clauses     : 3532144      
45.97/46.06	c Parsing time: 1.94         s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line 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-1837165-1242858132/watcher-1837165-1242858132 -o /tmp/evaluation-result-1837165-1242858132/solver-1837165-1242858132 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837165-1242858132.cnf -random-seed=2082990820 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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 0.99 0.68 3/64 19802
/proc/meminfo: memFree=1366928/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0

[startup+0.025106 s]
/proc/loadavg: 1.00 0.99 0.68 3/64 19802
/proc/meminfo: memFree=1366928/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101112 s]
/proc/loadavg: 1.00 0.99 0.68 3/64 19802
/proc/meminfo: memFree=1366928/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301128 s]
/proc/loadavg: 1.00 0.99 0.68 3/64 19802
/proc/meminfo: memFree=1366928/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701158 s]
/proc/loadavg: 1.00 0.99 0.68 3/64 19802
/proc/meminfo: memFree=1366928/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50123 s]
/proc/loadavg: 1.00 0.99 0.68 2/66 19807
/proc/meminfo: memFree=1287104/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
[pid=19806] ppid=19802 vsize=133756 CPUtime=1.49
/proc/19806/stat : 19806 (SatELite_releas) R 19802 19802 19732 0 -1 4194304 28604 0 0 0 125 24 0 0 25 0 1 0 313847714 136966144 28590 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 0 0 0 17 1 0 0
/proc/19806/statm: 33439 28590 49 173 0 33264 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139112

[startup+3.10135 s]
/proc/loadavg: 1.08 1.00 0.68 2/66 19807
/proc/meminfo: memFree=1208320/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
[pid=19806] ppid=19802 vsize=285064 CPUtime=3.09
/proc/19806/stat : 19806 (SatELite_releas) R 19802 19802 19732 0 -1 4194304 67604 0 0 0 262 47 0 0 25 0 1 0 313847714 291905536 67590 1992294400 134512640 135223648 4294956128 18446744073709551615 134549027 0 0 4096 3 0 0 0 17 1 0 0
/proc/19806/statm: 71266 67590 74 173 0 71091 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 290420

[startup+6.30161 s]
/proc/loadavg: 1.08 1.00 0.68 2/66 19807
/proc/meminfo: memFree=1108800/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
[pid=19806] ppid=19802 vsize=285100 CPUtime=6.29
/proc/19806/stat : 19806 (SatELite_releas) R 19802 19802 19732 0 -1 4194304 72721 0 0 0 578 51 0 0 25 0 1 0 313847714 291942400 65094 1992294400 134512640 135223648 4294956128 18446744073709551615 134549036 0 0 4096 3 0 0 0 17 1 0 0
/proc/19806/statm: 71275 65094 76 173 0 71100 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 290456

[startup+12.7011 s]
/proc/loadavg: 1.07 1.00 0.69 2/66 19807
/proc/meminfo: memFree=1080576/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
[pid=19806] ppid=19802 vsize=310624 CPUtime=12.68
/proc/19806/stat : 19806 (SatELite_releas) R 19802 19802 19732 0 -1 4194304 78545 0 0 0 1211 57 0 0 25 0 1 0 313847714 318078976 70918 1992294400 134512640 135223648 4294956128 18446744073709551615 134719062 0 0 4096 3 0 0 0 17 1 0 0
/proc/19806/statm: 77656 70918 76 173 0 77481 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 315980

[startup+25.5012 s]
/proc/loadavg: 1.06 1.00 0.69 2/66 19807
/proc/meminfo: memFree=1045440/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 313847714 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 237 197 169 0 50 0
[pid=19806] ppid=19802 vsize=359108 CPUtime=25.48
/proc/19806/stat : 19806 (SatELite_releas) R 19802 19802 19732 0 -1 4194304 87020 0 0 0 2486 62 0 0 25 0 1 0 313847714 367726592 78825 1992294400 134512640 135223648 4294956128 18446744073709551615 134548993 0 0 4096 3 0 0 0 17 1 0 0
/proc/19806/statm: 89777 78825 76 173 0 89602 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 364464

[startup+51.1013 s]
/proc/loadavg: 1.04 1.00 0.70 2/66 19808
/proc/meminfo: memFree=1119168/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=164144 CPUtime=7.2
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 40192 0 0 0 696 24 0 0 25 0 1 0 313852102 168083456 40127 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 41036 40127 73 170 0 40863 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 169500

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 0.71 2/66 19808
/proc/meminfo: memFree=1113536/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=169900 CPUtime=58.4
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 41642 0 0 0 5814 26 0 0 25 0 1 0 313852102 173977600 41577 1992294400 134512640 135212243 4294956240 18446744073709551615 134529630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 42475 41577 75 170 0 42302 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 175256

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.73 2/66 19808
/proc/meminfo: memFree=1109504/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=173992 CPUtime=118.38
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 42654 0 0 0 11811 27 0 0 25 0 1 0 313852102 178167808 42589 1992294400 134512640 135212243 4294956240 18446744073709551615 134529968 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 43498 42589 75 170 0 43325 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 179348

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.74 2/66 19808
/proc/meminfo: memFree=1108544/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=174952 CPUtime=178.36
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 42892 0 0 0 17809 27 0 0 25 0 1 0 313852102 179150848 42827 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 43738 42827 75 170 0 43565 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 180308

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.75 2/66 19808
/proc/meminfo: memFree=1108224/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=175396 CPUtime=238.35
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 42978 0 0 0 23808 27 0 0 25 0 1 0 313852102 179605504 42913 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 43849 42913 75 170 0 43676 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 180752

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.77 2/66 19808
/proc/meminfo: memFree=1106944/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=176632 CPUtime=298.34
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 43304 0 0 0 29807 27 0 0 25 0 1 0 313852102 180871168 43239 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 44158 43239 75 170 0 43985 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 181988

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.78 2/66 19808
/proc/meminfo: memFree=1104320/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=179248 CPUtime=358.32
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 43937 0 0 0 35804 28 0 0 25 0 1 0 313852102 183549952 43872 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 44812 43872 75 170 0 44639 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 184604

[startup+462.302 s]

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

/proc/19808/statm: 100294 98631 75 170 0 100121 0
Current children cumulated CPU time (s) 9340.09
Current children cumulated vsize (KiB) 406532

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19826
/proc/meminfo: memFree=883648/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9356.21
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98697 0 0 0 935520 101 0 0 25 0 1 0 313852102 410804224 98632 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98632 75 170 0 100121 0
Current children cumulated CPU time (s) 9400.07
Current children cumulated vsize (KiB) 406532

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19826
/proc/meminfo: memFree=883648/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9416.19
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98698 0 0 0 941518 101 0 0 25 0 1 0 313852102 410804224 98633 1992294400 134512640 135212243 4294956240 18446744073709551615 134538773 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98633 75 170 0 100121 0
Current children cumulated CPU time (s) 9460.05
Current children cumulated vsize (KiB) 406532

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19826
/proc/meminfo: memFree=883648/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9476.18
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98698 0 0 0 947517 101 0 0 25 0 1 0 313852102 410804224 98633 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98633 75 170 0 100121 0
Current children cumulated CPU time (s) 9520.04
Current children cumulated vsize (KiB) 406532

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883512/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9536.16
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98698 0 0 0 953514 102 0 0 25 0 1 0 313852102 410804224 98633 1992294400 134512640 135212243 4294956240 18446744073709551615 134529932 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98633 75 170 0 100121 0
Current children cumulated CPU time (s) 9580.02
Current children cumulated vsize (KiB) 406532

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883512/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9596.15
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98699 0 0 0 959513 102 0 0 25 0 1 0 313852102 410804224 98634 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98634 75 170 0 100121 0
Current children cumulated CPU time (s) 9640.01
Current children cumulated vsize (KiB) 406532

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883512/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9656.14
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98699 0 0 0 965512 102 0 0 25 0 1 0 313852102 410804224 98634 1992294400 134512640 135212243 4294956240 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98634 75 170 0 100121 0
Current children cumulated CPU time (s) 9700
Current children cumulated vsize (KiB) 406532

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883640/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9716.12
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98699 0 0 0 971510 102 0 0 25 0 1 0 313852102 410804224 98634 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98634 75 170 0 100121 0
Current children cumulated CPU time (s) 9759.98
Current children cumulated vsize (KiB) 406532

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883576/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9776.1
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98699 0 0 0 977508 102 0 0 25 0 1 0 313852102 410804224 98634 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98634 75 170 0 100121 0
Current children cumulated CPU time (s) 9819.96
Current children cumulated vsize (KiB) 406532

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883584/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9836.09
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98701 0 0 0 983507 102 0 0 25 0 1 0 313852102 410804224 98636 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98636 75 170 0 100121 0
Current children cumulated CPU time (s) 9879.95
Current children cumulated vsize (KiB) 406532

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883584/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401176 CPUtime=9896.08
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98702 0 0 0 989505 103 0 0 25 0 1 0 313852102 410804224 98637 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100294 98637 75 170 0 100121 0
Current children cumulated CPU time (s) 9939.94
Current children cumulated vsize (KiB) 406532

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883456/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401296 CPUtime=9956.07
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98729 0 0 0 995504 103 0 0 25 0 1 0 313852102 410927104 98664 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100324 98664 75 170 0 100151 0
Current children cumulated CPU time (s) 9999.93
Current children cumulated vsize (KiB) 406652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 19832
/proc/meminfo: memFree=883456/2055920 swapFree=4180532/4192956
[pid=19802] ppid=19800 vsize=5356 CPUtime=43.86
/proc/19802/stat : 19802 (SatELiteGTI) S 19800 19802 19732 0 -1 4194304 333 94983 0 0 0 0 4284 102 16 0 1 0 313847714 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 239 197 169 0 50 0
[pid=19808] ppid=19802 vsize=401296 CPUtime=9956.17
/proc/19808/stat : 19808 (minisat_static) R 19802 19802 19732 0 -1 4194304 98729 0 0 0 995514 103 0 0 25 0 1 0 313852102 410927104 98664 1992294400 134512640 135212243 4294956240 18446744073709551615 134526065 0 0 4096 3 0 0 0 17 1 0 0
/proc/19808/statm: 100324 98664 75 170 0 100151 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 406652

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19802 and gives
#  childrusage.ru_utime.tv_sec=42
#  childrusage.ru_utime.tv_usec=846486
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=27843
# CPU time returned by wait4() is 43.8743
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.4
CPU time (s): 10000
CPU user time (s): 9997.98
CPU system time (s): 2.05
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 406652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.8465
system time used= 1.02784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 103

runsolver used 11.4703 second user time and 24.7042 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-21 00:22:17
IDJOB=1837165
IDBENCH=20576
IDSOLVER=675
FILE ID=node3/1837165-1242858132
PBS_JOBID= 9328511
Free space on /tmp= 66152 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1837165-1242858132/watcher-1837165-1242858132 -o /tmp/evaluation-result-1837165-1242858132/solver-1837165-1242858132 -C 10000 -W 12000 -M 1800  SatELiteGTI HOME/instance-1837165-1242858132.cnf -random-seed=2082990820

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=2082990820

node3.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.212
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.212
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:       1367344 kB
Buffers:         58248 kB
Cached:         572508 kB
SwapCached:       6880 kB
Active:         363252 kB
Inactive:       276612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367344 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:           78332 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            34748 kB
Committed_AS:  1119108 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66068 MiB
End job on node3 at 2009-05-21 03:09:01