Trace number 1796496

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.02 1200.61

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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 revival is preprocessing the formula...Time out is reached... exporting CNF
501.29/501.60	#ITERATIONS 1
501.29/501.60	#LEARNT CLAUSES 5
504.58/504.87	done !
504.58/504.87	c Now, SatElite...
504.58/504.87	c Parsing...
507.96/508.29	c ==============================================================================
507.96/508.29	c |           |     ORIGINAL     |              LEARNT              |          |
507.96/508.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
507.96/508.29	c ==============================================================================
507.96/508.29	c |         0 | 2978842  8634056 |  893652       0        0     nan |  0.000 % |
536.73/537.00	c |         0 | 2738630  8472488 |      --       0       --      -- |     --   | -240212/-161568
536.73/537.00	c ==============================================================================
536.73/537.00	c Result  :   #vars: 127996   #clauses: 2738630   #literals: 8472488
536.73/537.00	c CPU time:   31.5032 s
536.73/537.00	c ==============================================================================
540.94/541.24	c SatElite is done !
540.94/541.24	c Calling MINISAT
540.94/541.24	This is MiniSat 2.0 beta
540.94/541.24	WARNING: for repeatability, setting FPU to use double precision
540.94/541.24	============================[ Problem Statistics ]=============================
540.94/541.24	|                                                                             |
540.94/541.24	|  Number of variables:  127996                                               |
540.94/541.24	|  Number of clauses:    2738630                                              |
542.53/542.85	|  Parsing time:         1.41         s                                       |
542.63/542.94	============================[ Search Statistics ]==============================
542.63/542.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
542.63/542.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
542.63/542.94	===============================================================================
542.63/542.94	|         0 |  127996  2738630  8472488 |   912876        0    nan |  0.000 % |
542.92/543.21	|       101 |  127996  2738630  8472488 |  1004164      101     54 |  0.000 % |
543.32/543.68	|       251 |  127996  2738630  8472488 |  1104580      251     59 |  0.000 % |
543.52/543.89	|       476 |  127996  2738630  8472488 |  1215038      476     51 |  0.000 % |
544.03/544.31	|       813 |  127996  2738630  8472488 |  1336542      813     45 |  0.000 % |
544.43/544.77	|      1320 |  127996  2738630  8472488 |  1470197     1320     48 |  0.000 % |
544.83/545.12	|      2079 |  127996  2738630  8472488 |  1617216     2079     47 |  0.000 % |
545.73/546.06	|      3218 |  127996  2738630  8472488 |  1778938     3218     56 |  0.000 % |
547.32/547.65	|      4926 |  127996  2738630  8472488 |  1956832     4926     54 |  0.000 % |
548.32/548.66	|      7489 |  127996  2738630  8472488 |  2152515     7489     52 |  0.000 % |
552.82/553.18	|     11333 |  127996  2738630  8472488 |  2367766    11333     53 |  0.000 % |
555.82/556.18	|     17099 |  127996  2738630  8472488 |  2604543    17099     78 |  0.000 % |
562.12/562.49	|     25748 |  127996  2738630  8472488 |  2864998    25748    129 |  0.000 % |
570.12/570.49	|     38722 |  127996  2738630  8472488 |  3151497    38722    127 |  0.000 % |
586.80/587.12	|     58183 |  127996  2738630  8472488 |  3466647    58183    259 |  0.000 % |
607.80/608.11	|     87375 |  127996  2738630  8472488 |  3813312    87375    227 |  0.000 % |
646.88/647.20	|    131164 |  127996  2738630  8472488 |  4194643   131164    316 |  0.000 % |
691.67/692.02	|    196849 |  127996  2738630  8472488 |  4614107   196849    263 |  0.000 % |
793.21/793.68	|    295376 |  127996  2738630  8472488 |  5075518   295376    407 |  0.000 % |
938.84/939.34	|    443166 |  127996  2738630  8472488 |  5583070   443166    312 |  0.000 % |
1141.65/1142.22	|    664849 |  127996  2738630  8472488 |  6141377   664849    290 |  0.000 % |

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-1796496-1242076602/watcher-1796496-1242076602 -o /tmp/evaluation-result-1796496-1242076602/solver-1796496-1242076602 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796496-1242076602.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3937
/proc/meminfo: memFree=1264608/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) R 3935 3937 3713 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3937/statm: 1340 236 195 169 0 51 0
[pid=3938] ppid=3937 vsize=2124 CPUtime=0
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 235686633 2174976 237 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3938/statm: 531 245 81 6 0 169 0

[startup+0.011646 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3937
/proc/meminfo: memFree=1264608/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=9804 CPUtime=0
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 1266 0 0 0 0 0 0 0 19 0 1 0 235686633 10039296 1232 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3938/statm: 2451 1239 81 6 0 2089 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15164

[startup+0.101659 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3937
/proc/meminfo: memFree=1264608/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=67148 CPUtime=0.09
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 16025 0 0 0 0 9 0 0 19 0 1 0 235686633 68759552 15992 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3938/statm: 16787 15997 81 6 0 16425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 72508

[startup+0.301684 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3937
/proc/meminfo: memFree=1264608/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=100596 CPUtime=0.29
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 24358 0 0 0 15 14 0 0 21 0 1 0 235686633 103010304 24320 1992294400 134512640 134537284 4294956368 18446744073709551615 7640699 0 0 4096 0 0 0 0 17 0 0 0
/proc/3938/statm: 25149 24321 82 6 0 24787 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 105956

[startup+0.701738 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3937
/proc/meminfo: memFree=1264608/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=148452 CPUtime=0.69
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 35415 0 0 0 50 19 0 0 25 0 1 0 235686633 152014848 35378 1992294400 134512640 134537284 4294956368 18446744073709551615 7640699 0 0 4096 0 0 0 0 17 0 0 0
/proc/3938/statm: 37113 35378 82 6 0 36751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 153812

[startup+1.50185 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1090256/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=230288 CPUtime=1.49
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 54511 0 0 0 121 28 0 0 25 0 1 0 235686633 235814912 54473 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3938/statm: 57572 54473 13080 6 0 57210 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 235648

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1121488/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155132 CPUtime=3.09
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 54979 0 0 0 280 29 0 0 25 0 1 50000 235686633 158855168 35749 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38783 35749 85 6 0 38421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160492

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120976/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155264 CPUtime=6.28
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55031 0 0 0 598 30 0 0 25 0 1 50000 235686633 158990336 35801 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38816 35801 85 6 0 38454 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 160624

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120976/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155528 CPUtime=12.68
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55071 0 0 0 1238 30 0 0 25 0 1 50000 235686633 159260672 35841 1992294400 134512640 134537284 4294956368 18446744073709551615 134531254 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38882 35841 85 6 0 38520 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 160888

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120976/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155528 CPUtime=25.48
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55092 0 0 0 2517 31 0 0 25 0 1 50000 235686633 159260672 35862 1992294400 134512640 134537284 4294956368 18446744073709551615 134524002 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38882 35862 85 6 0 38520 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 160888

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120848/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155664 CPUtime=51.06
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55133 0 0 0 5075 31 0 0 25 0 1 50000 235686633 159399936 35903 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38916 35903 85 6 0 38554 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 161024

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120848/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155796 CPUtime=102.25
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55154 0 0 0 10194 31 0 0 25 0 1 50000 235686633 159535104 35924 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38949 35924 85 6 0 38587 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 161156

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120784/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155984 CPUtime=162.22
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55176 0 0 0 16191 31 0 0 25 0 1 50000 235686633 159727616 35946 1992294400 134512640 134537284 4294956368 18446744073709551615 134523659 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38996 35946 85 6 0 38634 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 161344

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120784/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155984 CPUtime=222.19
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55178 0 0 0 22188 31 0 0 25 0 1 50000 235686633 159727616 35948 1992294400 134512640 134537284 4294956368 18446744073709551615 134523659 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38996 35948 85 6 0 38634 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 161344

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120784/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155984 CPUtime=282.17
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55193 0 0 0 28186 31 0 0 25 0 1 50000 235686633 159727616 35963 1992294400 134512640 134537284 4294956368 18446744073709551615 134523625 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38996 35963 85 6 0 38634 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 161344

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3939
/proc/meminfo: memFree=1120784/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=0
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235686633 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3937/statm: 1340 237 196 169 0 51 0
[pid=3938] ppid=3937 vsize=155984 CPUtime=342.14
/proc/3938/stat : 3938 (revival) R 3937 3937 3713 0 -1 4194304 55196 0 0 0 34183 31 0 0 25 0 1 50000 235686633 159727616 35966 1992294400 134512640 134537284 4294956368 18446744073709551615 134523572 0 0 4096 8192 0 0 0 17 0 0 0
/proc/3938/statm: 38996 35966 85 6 0 38634 0
Current children cumulated CPU time (s) 342.14

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

/proc/3940/statm: 71196 66228 67 126 0 71067 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 290144

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=946256/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=180604 CPUtime=41.03
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 43976 0 0 0 4075 28 0 0 25 0 1 0 235740757 184938496 43960 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 45151 43960 77 170 0 44979 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 185964

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=832784/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=289832 CPUtime=101.01
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 71262 0 0 0 10056 45 0 0 25 0 1 0 235740757 296787968 71246 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 72458 71246 77 170 0 72286 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 295192

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=770128/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=355940 CPUtime=160.98
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 87691 0 0 0 16039 59 0 0 25 0 1 0 235740757 364482560 87675 1992294400 134512640 135212939 4294956240 18446744073709551615 134529516 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 88985 87675 77 170 0 88813 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 361300

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=595728/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=529000 CPUtime=220.95
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 130983 0 0 0 22012 83 0 0 25 0 1 0 235740757 541696000 130967 1992294400 134512640 135212939 4294956240 18446744073709551615 134539595 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 132250 130967 77 170 0 132078 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 534360

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=492496/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=632808 CPUtime=280.92
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 156813 0 0 0 27992 100 0 0 25 0 1 0 235740757 647995392 156797 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 158202 156797 77 170 0 158030 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 638168

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=460048/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=664612 CPUtime=340.9
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 164810 0 0 0 33982 108 0 0 25 0 1 0 235740757 680562688 164794 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 166153 164794 77 170 0 165981 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 669972

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=429584/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=695884 CPUtime=400.86
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 172632 0 0 0 39971 115 0 0 25 0 1 0 235740757 712585216 172616 1992294400 134512640 135212939 4294956240 18446744073709551615 134536885 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 173971 172616 77 170 0 173799 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 701244

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=356880/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=768608 CPUtime=460.84
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 190651 0 0 0 45953 131 0 0 25 0 1 0 235740757 787054592 190635 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 192152 190635 77 170 0 191980 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 773968

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=280720/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=844984 CPUtime=520.79
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 209749 0 0 0 51932 147 0 0 25 0 1 0 235740757 865263616 209733 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 211246 209733 77 170 0 211074 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 850344

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=226320/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=898672 CPUtime=580.77
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 223193 0 0 0 57917 160 0 0 25 0 1 0 235740757 920240128 223177 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 224668 223177 77 170 0 224496 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 904032

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=174800/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=951520 CPUtime=640.75
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 236148 0 0 0 63902 173 0 0 25 0 1 0 235740757 974356480 236132 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 237880 236132 77 170 0 237708 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 956880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3941
/proc/meminfo: memFree=165264/2055920 swapFree=4099528/4192956
[pid=3937] ppid=3935 vsize=5360 CPUtime=540.98
/proc/3937/stat : 3937 (run.sh) S 3935 3937 3713 0 -1 4194304 341 135193 0 1 0 0 53950 148 19 0 1 0 235686633 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3937/statm: 1340 241 197 169 0 51 0
[pid=3941] ppid=3937 vsize=960192 CPUtime=659.04
/proc/3941/stat : 3941 (minisat) R 3937 3937 3713 0 -1 4194304 238325 0 0 0 65729 175 0 0 25 0 1 0 235740757 983236608 238309 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3941/statm: 240048 238309 77 170 0 239876 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 965552

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 3937 and gives
#  childrusage.ru_utime.tv_sec=539
#  childrusage.ru_utime.tv_usec=511981
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=490773
# CPU time returned by wait4() is 541.003
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.02
CPU user time (s): 1196.79
CPU system time (s): 3.23
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 965552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 539.512
system time used= 1.49077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135534
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1160

runsolver used 1.23081 second user time and 3.14852 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-11 23:16:47
IDJOB=1796496
IDBENCH=20576
IDSOLVER=647
FILE ID=node71/1796496-1242076602
PBS_JOBID= 9277625
Free space on /tmp= 66400 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796496-1242076602/watcher-1796496-1242076602 -o /tmp/evaluation-result-1796496-1242076602/solver-1796496-1242076602 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796496-1242076602.cnf HOME

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1300971773

node71.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.236
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.236
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:       1265088 kB
Buffers:         71636 kB
Cached:         547084 kB
SwapCached:      87732 kB
Active:         268916 kB
Inactive:       439092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265088 kB
SwapTotal:     4192956 kB
SwapFree:      4099528 kB
Dirty:           78304 kB
Writeback:           0 kB
Mapped:          14140 kB
Slab:            68836 kB
Committed_AS:   661324 kB
PageTables:       1448 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= 66264 MiB
End job on node71 at 2009-05-11 23:36:49