Trace number 1796506

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.03 1200.61

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq4.cnf
MD5SUM6fcbaf8c6c7ed0c41d8ac12258cafaee
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 variables106013
Number of clauses1598301
Sum of the clauses size4617403
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21491607
Number of clauses of size 324060
Number of clauses of size 45002
Number of clauses of size 59194
Number of clauses of size over 568437

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.47/500.73	#ITERATIONS 1
500.47/500.73	#LEARNT CLAUSES 12
501.88/502.10	done !
501.88/502.10	c Now, SatElite...
501.88/502.10	c Parsing...
503.46/503.79	c ==============================================================================
503.46/503.79	c |           |     ORIGINAL     |              LEARNT              |          |
503.46/503.79	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
503.46/503.79	c ==============================================================================
503.46/503.79	c |         0 | 1401995  4035628 |  420598       0        0     nan |  0.000 % |
514.05/514.30	c |         0 | 1255262  3875365 |      --       0       --      -- |     --   | -146733/-160263
514.05/514.31	c ==============================================================================
514.05/514.31	c Result  :   #vars: 67106   #clauses: 1255262   #literals: 3875365
514.05/514.31	c CPU time:   11.9282 s
514.05/514.31	c ==============================================================================
515.95/516.29	c SatElite is done !
515.95/516.29	c Calling MINISAT
515.95/516.29	This is MiniSat 2.0 beta
515.95/516.29	WARNING: for repeatability, setting FPU to use double precision
515.95/516.29	============================[ Problem Statistics ]=============================
515.95/516.29	|                                                                             |
515.95/516.29	|  Number of variables:  67106                                                |
515.95/516.29	|  Number of clauses:    1255262                                              |
516.74/517.05	|  Parsing time:         0.68         s                                       |
516.74/517.09	============================[ Search Statistics ]==============================
516.74/517.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
516.74/517.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
516.74/517.09	===============================================================================
516.74/517.10	|         0 |   67106  1255262  3875365 |   418420        0    nan |  0.000 % |
516.84/517.18	|       103 |   67106  1255262  3875365 |   460262      103     30 |  0.000 % |
517.04/517.39	|       253 |   67106  1255262  3875365 |   506289      253     39 |  0.000 % |
517.33/517.64	|       482 |   67106  1255262  3875365 |   556917      482     40 |  0.000 % |
517.43/517.77	|       821 |   67106  1255262  3875365 |   612609      821     36 |  0.000 % |
517.73/518.05	|      1329 |   67106  1255262  3875365 |   673870     1329     40 |  0.000 % |
518.23/518.57	|      2088 |   67106  1255262  3875365 |   741257     2088     39 |  0.000 % |
518.73/519.04	|      3227 |   67106  1255262  3875365 |   815383     3227     40 |  0.000 % |
519.34/519.65	|      4936 |   67106  1255262  3875365 |   896921     4936     36 |  0.000 % |
520.34/520.63	|      7498 |   67106  1255262  3875365 |   986614     7498     52 |  0.000 % |
521.93/522.29	|     11343 |   67106  1255262  3875365 |  1085275    11343     55 |  0.000 % |
524.23/524.50	|     17110 |   67106  1255262  3875365 |  1193802    17110     58 |  0.000 % |
527.03/527.36	|     25759 |   67106  1255262  3875365 |  1313183    25759     60 |  0.000 % |
531.83/532.17	|     38733 |   67106  1255262  3875365 |  1444501    38733     59 |  0.000 % |
540.83/541.18	|     58195 |   67106  1255262  3875365 |  1588951    58195     56 |  0.000 % |
554.82/555.17	|     87387 |   67106  1255262  3875365 |  1747846    87387     52 |  0.000 % |
576.11/576.49	|    131176 |   67106  1255262  3875365 |  1922631   131176     89 |  0.000 % |
612.29/612.66	|    196860 |   67106  1255262  3875365 |  2114894   196860     99 |  0.000 % |
678.27/678.65	|    295386 |   67106  1255262  3875365 |  2326384   295386    160 |  0.000 % |
815.10/815.51	|    443175 |   67106  1255262  3875365 |  2559022   443175    141 |  0.000 % |
1023.70/1024.21	|    664858 |   67106  1255262  3875365 |  2814925   664858    208 |  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-1796506-1242076682/watcher-1796506-1242076682 -o /tmp/evaluation-result-1796506-1242076682/solver-1796506-1242076682 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796506-1242076682.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: 0.99 0.97 0.99 3/64 31532
/proc/meminfo: memFree=1579224/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=1868 CPUtime=0
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 235701903 1912832 138 1992294400 134512640 134537284 4294956368 18446744073709551615 12317645 0 0 4096 0 0 0 0 17 0 0 0
/proc/31533/statm: 467 148 80 6 0 105 0

[startup+0.072285 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31532
/proc/meminfo: memFree=1579224/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=35708 CPUtime=0.06
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 8638 0 0 0 1 5 0 0 18 0 1 0 235701903 36564992 8603 1992294400 134512640 134537284 4294956368 18446744073709551615 12314235 0 0 4096 0 0 0 0 17 0 0 0
/proc/31533/statm: 8927 8605 82 6 0 8565 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41068

[startup+0.101287 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31532
/proc/meminfo: memFree=1579224/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=39268 CPUtime=0.09
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 9502 0 0 0 4 5 0 0 18 0 1 0 235701903 40210432 9464 1992294400 134512640 134537284 4294956368 18446744073709551615 12314235 0 0 4096 0 0 0 0 17 0 0 0
/proc/31533/statm: 9817 9465 82 6 0 9455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44628

[startup+0.301313 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31532
/proc/meminfo: memFree=1579224/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=65016 CPUtime=0.28
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 15237 0 0 0 21 7 0 0 19 0 1 0 235701903 66576384 15199 1992294400 134512640 134537284 4294956368 18446744073709551615 12314235 0 0 4096 0 0 0 0 17 0 0 0
/proc/31533/statm: 16254 15200 82 6 0 15892 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 70376

[startup+0.701365 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 31532
/proc/meminfo: memFree=1579224/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=70648 CPUtime=0.69
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 23814 0 0 0 58 11 0 0 23 0 1 50000 235701903 72343552 15870 1992294400 134512640 134537284 4294956368 18446744073709551615 134531154 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17662 15870 85 6 0 17300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76008

[startup+1.50147 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1515208/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71216 CPUtime=1.49
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 23949 0 0 0 138 11 0 0 25 0 1 50000 235701903 72925184 16005 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17804 16005 85 6 0 17442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76576

[startup+3.10168 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1514824/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71216 CPUtime=3.09
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 23972 0 0 0 298 11 0 0 25 0 1 50000 235701903 72925184 16028 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17804 16028 85 6 0 17442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76576

[startup+6.3011 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1514888/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71348 CPUtime=6.29
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 23995 0 0 0 616 13 0 0 25 0 1 50000 235701903 73060352 16051 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17837 16051 85 6 0 17475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76708

[startup+12.7029 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1515024/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71348 CPUtime=12.68
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 24007 0 0 0 1255 13 0 0 25 0 1 50000 235701903 73060352 16063 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17837 16063 85 6 0 17475 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 76708

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1515088/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71496 CPUtime=25.48
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 24032 0 0 0 2535 13 0 0 25 0 1 50000 235701903 73211904 16088 1992294400 134512640 134537284 4294956368 18446744073709551615 134523936 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17874 16088 85 6 0 17512 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76856

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1514896/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71628 CPUtime=51.07
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 24052 0 0 0 5094 13 0 0 25 0 1 50000 235701903 73347072 16108 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17907 16108 85 6 0 17545 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 76988

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1514960/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71628 CPUtime=102.25
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 24066 0 0 0 10212 13 0 0 25 0 1 50000 235701903 73347072 16122 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17907 16122 85 6 0 17545 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 76988

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1514960/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71628 CPUtime=162.22
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 24078 0 0 0 16209 13 0 0 25 0 1 50000 235701903 73347072 16134 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17907 16134 85 6 0 17545 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 76988

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1514896/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71628 CPUtime=222.19
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 24085 0 0 0 22206 13 0 0 25 0 1 50000 235701903 73347072 16141 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17907 16141 85 6 0 17545 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 76988

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1514896/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71628 CPUtime=282.16
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 24086 0 0 0 28203 13 0 0 25 0 1 50000 235701903 73347072 16142 1992294400 134512640 134537284 4294956368 18446744073709551615 134531162 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17907 16142 85 6 0 17545 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 76988

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31534
/proc/meminfo: memFree=1514896/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=0
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235701902 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 237 196 169 0 51 0
[pid=31533] ppid=31532 vsize=71760 CPUtime=342.14
/proc/31533/stat : 31533 (revival) R 31532 31532 31365 0 -1 4194304 24089 0 0 0 34201 13 0 0 25 0 1 50000 235701903 73482240 16145 1992294400 134512640 134537284 4294956368 18446744073709551615 134524314 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31533/statm: 17940 16145 85 6 0 17578 0
Current children cumulated CPU time (s) 342.14

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

/proc/31536/statm: 16021 15395 77 170 0 15849 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 69444

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=1402640/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=118656 CPUtime=65.97
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 28996 0 0 0 6576 21 0 0 25 0 1 0 235753532 121503744 28930 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 29664 28930 77 170 0 29492 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 124016

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=1356304/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=164888 CPUtime=125.94
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 40467 0 0 0 12564 30 0 0 25 0 1 0 235753532 168845312 40401 1992294400 134512640 135212939 4294956240 18446744073709551615 134541452 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 41222 40401 77 170 0 41050 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 170248

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=1245072/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=276600 CPUtime=185.91
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 68320 0 0 0 18544 47 0 0 25 0 1 0 235753532 283238400 68254 1992294400 134512640 135212939 4294956240 18446744073709551615 134529647 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 69150 68254 77 170 0 68978 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 281960

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=1213392/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=307604 CPUtime=245.89
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 76135 0 0 0 24533 56 0 0 25 0 1 0 235753532 314986496 76069 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 76901 76069 77 170 0 76729 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 312964

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=1190864/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=330892 CPUtime=305.85
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 81906 0 0 0 30524 61 0 0 25 0 1 0 235753532 338833408 81840 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/31536/statm: 82723 81840 77 170 0 82551 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 336252

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=1111824/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=410100 CPUtime=365.82
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 101557 0 0 0 36505 77 0 0 25 0 1 0 235753532 419942400 101491 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 102525 101491 77 170 0 102353 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 415460

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=1013712/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=508940 CPUtime=425.8
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 126317 0 0 0 42485 95 0 0 25 0 1 0 235753532 521154560 126251 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 127235 126251 77 170 0 127063 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 514300

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=909904/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=611148 CPUtime=485.77
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 151864 0 0 0 48461 116 0 0 25 0 1 0 235753532 625815552 151798 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/31536/statm: 152787 151798 77 170 0 152615 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 616508

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31536
/proc/meminfo: memFree=837328/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=686956 CPUtime=545.74
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 170418 0 0 0 54443 131 0 0 25 0 1 0 235753532 703442944 170352 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 171739 170352 77 170 0 171567 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 692316

[startup+1122.3 s]
/proc/loadavg: 1.07 0.99 1.00 2/66 31536
/proc/meminfo: memFree=793616/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=728692 CPUtime=605.72
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 180882 0 0 0 60431 141 0 0 25 0 1 0 235753532 746180608 180816 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 182173 180816 77 170 0 182001 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 734052

[startup+1182.3 s]
/proc/loadavg: 1.09 1.00 1.00 2/66 31536
/proc/meminfo: memFree=743568/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=780856 CPUtime=665.69
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 193929 0 0 0 66417 152 0 0 25 0 1 0 235753532 799596544 193863 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/31536/statm: 195214 193863 77 170 0 195042 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 786216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 31536
/proc/meminfo: memFree=717712/2055920 swapFree=4181380/4192956
[pid=31532] ppid=31530 vsize=5360 CPUtime=516.04
/proc/31532/stat : 31532 (run.sh) S 31530 31532 31365 0 -1 4194304 341 62032 0 0 0 0 51541 63 16 0 1 0 235701902 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31532/statm: 1340 241 197 169 0 51 0
[pid=31536] ppid=31532 vsize=804232 CPUtime=683.99
/proc/31536/stat : 31536 (minisat) R 31532 31532 31365 0 -1 4194304 199793 0 0 0 68242 157 0 0 25 0 1 0 235753532 823533568 199727 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/31536/statm: 201058 199727 77 170 0 200886 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 809592

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 31532 and gives
#  childrusage.ru_utime.tv_sec=515
#  childrusage.ru_utime.tv_usec=419644
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=639902
# CPU time returned by wait4() is 516.06
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1197.83
CPU system time (s): 2.2
CPU usage (%): 99.9515
Max. virtual memory (cumulated for all children) (KiB): 809592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 515.42
system time used= 0.639902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62373
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= 9
involuntary context switches= 1321

runsolver used 1.02584 second user time and 3.35149 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-11 23:18:04
IDJOB=1796506
IDBENCH=20578
IDSOLVER=647
FILE ID=node13/1796506-1242076682
PBS_JOBID= 9277638
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 6fcbaf8c6c7ed0c41d8ac12258cafaee
RANDOM SEED=954624585

node13.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.227
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.227
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:       1579704 kB
Buffers:         60560 kB
Cached:         337616 kB
SwapCached:       5336 kB
Active:         171464 kB
Inactive:       234952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579704 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:           33028 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            55716 kB
Committed_AS:   723104 kB
PageTables:       1460 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= 66320 MiB
End job on node13 at 2009-05-11 23:38:07