Trace number 1807063

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted 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 variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 17
3.49/3.52	#LEARNT CLAUSES 39
3.49/3.55	done !
3.49/3.55	c Now, SatElite...
3.49/3.55	c Parsing...
3.49/3.58	c ==============================================================================
3.49/3.58	c |           |     ORIGINAL     |              LEARNT              |          |
3.49/3.58	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.49/3.58	c ==============================================================================
3.49/3.58	c |         0 |   26024    99496 |    7807       0        0     nan |  0.000 % |
3.54/3.67	c |         0 |   23739   105818 |      --       0       --      -- |     --   | -2285/6322
3.54/3.67	c ==============================================================================
3.54/3.67	c Result  :   #vars: 254   #clauses: 23739   #literals: 105818
3.54/3.68	c CPU time:   0.119981 s
3.54/3.68	c ==============================================================================
3.54/3.73	c SatElite is done !
3.54/3.73	c Calling MINISAT
3.54/3.73	This is MiniSat 2.0 beta
3.54/3.73	WARNING: for repeatability, setting FPU to use double precision
3.54/3.73	============================[ Problem Statistics ]=============================
3.54/3.73	|                                                                             |
3.54/3.73	|  Number of variables:  254                                                  |
3.54/3.73	|  Number of clauses:    23739                                                |
3.54/3.74	|  Parsing time:         0.01         s                                       |
3.54/3.74	============================[ Search Statistics ]==============================
3.54/3.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.54/3.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.54/3.74	===============================================================================
3.54/3.74	|         0 |     254    23739   105818 |     7913        0    nan |  0.000 % |
3.54/3.75	|       100 |     254    23739   105818 |     8704      100     12 |  0.005 % |
3.54/3.75	|       253 |     254    23739   105818 |     9574      253     12 |  0.002 % |
3.54/3.76	|       480 |     254    23739   105818 |    10532      480     17 |  0.003 % |
3.54/3.77	|       818 |     254    23739   105818 |    11585      818     19 |  0.002 % |
3.54/3.79	|      1324 |     254    23739   105818 |    12743     1324     18 |  0.002 % |
3.72/3.82	|      2083 |     254    23739   105818 |    14018     2083     20 |  0.003 % |
3.72/3.87	|      3222 |     254    23739   105818 |    15420     3222     20 |  0.003 % |
3.72/3.94	|      4930 |     254    23739   105818 |    16962     4930     18 |  0.002 % |
3.72/4.10	|      7494 |     254    23739   105818 |    18658     7494     20 |  0.002 % |
4.28/4.31	|     11338 |     254    23739   105818 |    20524    11338     19 |  0.003 % |
4.78/4.82	|     17104 |     254    23739   105818 |    22576    17104     20 |  0.005 % |
5.77/5.85	|     25753 |     254    23739   105818 |    24834    14440     18 |  0.002 % |
6.97/7.06	|     38727 |     254    23739   105818 |    27317    14961     19 |  0.002 % |
9.18/9.23	|     58190 |     254    23739   105818 |    30049    20395     19 |  0.002 % |
13.38/13.43	|     87382 |     254    23739   105818 |    33054    18852     18 |  0.005 % |
19.88/19.96	|    131171 |     254    23739   105818 |    36360    26698     17 |  0.005 % |
31.07/31.17	|    196857 |     254    23739   105818 |    39996    30585     18 |  0.005 % |
50.76/50.80	|    295384 |     254    23739   105818 |    43995    36526     19 |  0.002 % |
83.04/83.15	|    443174 |     254    23739   105818 |    48395    22526     19 |  0.002 % |
140.81/141.00	|    664860 |     254    23739   105818 |    53234    26750     22 |  0.002 % |
241.88/242.08	|    997385 |     254    23739   105818 |    58558    40103     21 |  0.002 % |
399.60/399.81	|   1496173 |     254    23739   105818 |    64413    18928     18 |  0.002 % |
634.99/635.33	|   2244355 |     254    23739   105818 |    70855    34941     18 |  0.002 % |
1006.62/1007.13	|   3366629 |     254    23739   105818 |    77940    21617     19 |  0.002 % |
1200.03/1200.60	HOME/run.sh: line 55: 30815 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

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-1807063-1242154984/watcher-1807063-1242154984 -o /tmp/evaluation-result-1807063-1242154984/solver-1807063-1242154984 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807063-1242154984.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.92 0.98 0.99 3/64 30811
/proc/meminfo: memFree=1258472/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=0
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532574 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30811/statm: 1340 237 196 169 0 51 0
[pid=30812] ppid=30811 vsize=2124 CPUtime=0
/proc/30812/stat : 30812 (revival) R 30811 30811 30269 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 243532574 2174976 246 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30812/statm: 531 254 81 6 0 169 0

[startup+0.0494591 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30811
/proc/meminfo: memFree=1258472/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=0
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532574 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30811/statm: 1340 237 196 169 0 51 0
[pid=30812] ppid=30811 vsize=6156 CPUtime=0.04
/proc/30812/stat : 30812 (revival) R 30811 30811 30269 0 -1 4194304 1279 0 0 0 4 0 0 0 19 0 1 0 243532574 6303744 1245 1992294400 134512640 134537284 4294956368 18446744073709551615 134521693 0 0 4096 0 0 0 0 17 0 0 0
/proc/30812/statm: 1539 1245 82 6 0 1177 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11516

[startup+0.101503 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30811
/proc/meminfo: memFree=1258472/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=0
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532574 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30811/statm: 1340 237 196 169 0 51 0
[pid=30812] ppid=30811 vsize=4744 CPUtime=0.09
/proc/30812/stat : 30812 (revival) R 30811 30811 30269 0 -1 4194304 1334 0 0 0 9 0 0 0 19 0 1 50000 243532574 4857856 881 1992294400 134512640 134537284 4294956368 18446744073709551615 134515837 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30812/statm: 1186 881 85 6 0 824 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10104

[startup+0.301538 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30811
/proc/meminfo: memFree=1258472/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=0
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532574 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30811/statm: 1340 237 196 169 0 51 0
[pid=30812] ppid=30811 vsize=4876 CPUtime=0.29
/proc/30812/stat : 30812 (revival) R 30811 30811 30269 0 -1 4194304 1360 0 0 0 29 0 0 0 21 0 1 50000 243532574 4993024 907 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30812/statm: 1219 907 85 6 0 857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10236

[startup+0.70161 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30811
/proc/meminfo: memFree=1258472/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=0
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532574 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30811/statm: 1340 237 196 169 0 51 0
[pid=30812] ppid=30811 vsize=4876 CPUtime=0.69
/proc/30812/stat : 30812 (revival) R 30811 30811 30269 0 -1 4194304 1360 0 0 0 69 0 0 0 25 0 1 50000 243532574 4993024 907 1992294400 134512640 134537284 4294956368 18446744073709551615 134523975 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30812/statm: 1219 907 85 6 0 857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10236

[startup+1.50176 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 30813
/proc/meminfo: memFree=1254872/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=0
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532574 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30811/statm: 1340 237 196 169 0 51 0
[pid=30812] ppid=30811 vsize=4876 CPUtime=1.49
/proc/30812/stat : 30812 (revival) R 30811 30811 30269 0 -1 4194304 1360 0 0 0 149 0 0 0 25 0 1 50000 243532574 4993024 907 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30812/statm: 1219 907 85 6 0 857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10236

[startup+3.10101 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 30813
/proc/meminfo: memFree=1254744/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=0
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532574 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30811/statm: 1340 237 196 169 0 51 0
[pid=30812] ppid=30811 vsize=4876 CPUtime=3.09
/proc/30812/stat : 30812 (revival) R 30811 30811 30269 0 -1 4194304 1360 0 0 0 309 0 0 0 25 0 1 50000 243532574 4993024 907 1992294400 134512640 134537284 4294956368 18446744073709551615 134531171 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30812/statm: 1219 907 85 6 0 857 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10236

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1252568/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=5744 CPUtime=2.55
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 1192 0 0 0 255 0 0 0 25 0 1 0 243532947 5881856 1176 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 1436 1176 76 170 0 1264 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11104

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1251160/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=7008 CPUtime=8.96
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 1490 0 0 0 895 1 0 0 25 0 1 0 243532947 7176192 1474 1992294400 134512640 135212939 4294956240 18446744073709551615 134530451 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 1752 1474 76 170 0 1580 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12368

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1250264/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=8092 CPUtime=21.75
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 1757 0 0 0 2174 1 0 0 25 0 1 0 243532947 8286208 1741 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 2023 1741 76 170 0 1851 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13452

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1249496/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=8984 CPUtime=47.34
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 1971 0 0 0 4733 1 0 0 25 0 1 0 243532947 9199616 1955 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 2246 1955 76 170 0 2074 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14344

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1247896/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=10616 CPUtime=98.52
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 2346 0 0 0 9851 1 0 0 25 0 1 0 243532947 10870784 2330 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 2654 2330 76 170 0 2482 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15976

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1246168/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=12216 CPUtime=158.48
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 2768 0 0 0 15847 1 0 0 25 0 1 0 243532947 12509184 2752 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 3054 2752 76 170 0 2882 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 17576

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1245656/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=12804 CPUtime=218.46
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 2902 0 0 0 21844 2 0 0 25 0 1 0 243532947 13111296 2886 1992294400 134512640 135212939 4294956240 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 3201 2886 76 170 0 3029 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 18164

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1244888/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=13520 CPUtime=278.43
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3086 0 0 0 27841 2 0 0 25 0 1 0 243532947 13844480 3070 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 3380 3070 76 170 0 3208 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 18880

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1244312/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=14212 CPUtime=338.41
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3238 0 0 0 33839 2 0 0 25 0 1 0 243532947 14553088 3222 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 3553 3222 76 170 0 3381 0
Current children cumulated CPU time (s) 342.13

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

/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=15128 CPUtime=458.35
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3432 0 0 0 45833 2 0 0 25 0 1 0 243532947 15491072 3416 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 3782 3416 76 170 0 3610 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 20488

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1242904/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=15680 CPUtime=518.32
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3572 0 0 0 51830 2 0 0 25 0 1 0 243532947 16056320 3556 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 3920 3556 76 170 0 3748 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 21040

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1242712/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=16056 CPUtime=578.29
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3628 0 0 0 57827 2 0 0 25 0 1 0 243532947 16441344 3612 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4014 3612 76 170 0 3842 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 21416

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1242648/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=16056 CPUtime=638.27
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3628 0 0 0 63825 2 0 0 25 0 1 0 243532947 16441344 3612 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4014 3612 76 170 0 3842 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 21416

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1242520/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=16212 CPUtime=698.24
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3680 0 0 0 69822 2 0 0 25 0 1 0 243532947 16601088 3664 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4053 3664 76 170 0 3881 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 21572

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1241880/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=16932 CPUtime=758.22
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3847 0 0 0 75819 3 0 0 25 0 1 0 243532947 17338368 3831 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4233 3831 76 170 0 4061 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 22292

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1241560/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=17096 CPUtime=818.19
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3904 0 0 0 81816 3 0 0 25 0 1 0 243532947 17506304 3888 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4274 3888 76 170 0 4102 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 22456

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1241560/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=17096 CPUtime=878.16
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3904 0 0 0 87813 3 0 0 25 0 1 0 243532947 17506304 3888 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4274 3888 76 170 0 4102 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 22456

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1241432/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=17260 CPUtime=938.13
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3929 0 0 0 93810 3 0 0 25 0 1 0 243532947 17674240 3913 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4315 3913 76 170 0 4143 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 22620

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1241368/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=17424 CPUtime=998.1
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 3961 0 0 0 99807 3 0 0 25 0 1 0 243532947 17842176 3945 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4356 3945 76 170 0 4184 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 22784

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1240920/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=17900 CPUtime=1058.08
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 4082 0 0 0 105805 3 0 0 25 0 1 0 243532947 18329600 4066 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4475 4066 76 170 0 4303 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 23260

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1240536/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=18228 CPUtime=1118.04
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 4166 0 0 0 111801 3 0 0 25 0 1 0 243532947 18665472 4150 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4557 4150 76 170 0 4385 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 23588

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1240152/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=18840 CPUtime=1178.01
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 4278 0 0 0 117798 3 0 0 25 0 1 0 243532947 19292160 4262 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4710 4262 76 170 0 4538 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 24200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30815
/proc/meminfo: memFree=1239640/2055920 swapFree=4168304/4192956
[pid=30811] ppid=30809 vsize=5360 CPUtime=3.72
/proc/30811/stat : 30811 (run.sh) S 30809 30811 30269 0 -1 4194304 341 2083 0 0 0 0 371 1 16 0 1 0 243532574 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1340 241 197 169 0 51 0
[pid=30815] ppid=30811 vsize=19328 CPUtime=1196.31
/proc/30815/stat : 30815 (minisat) R 30811 30811 30269 0 -1 4194304 4404 0 0 0 119628 3 0 0 25 0 1 0 243532947 19791872 4388 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30815/statm: 4832 4388 76 170 0 4660 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 24688

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1200
CPU system time (s): 0.051992
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 24688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6844
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= 10
involuntary context switches= 3311

runsolver used 0.977851 second user time and 3.40048 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-12 21:03:05
IDJOB=1807063
IDBENCH=71150
IDSOLVER=647
FILE ID=node2/1807063-1242154984
PBS_JOBID= 9289719
Free space on /tmp= 66348 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807063-1242154984/watcher-1807063-1242154984 -o /tmp/evaluation-result-1807063-1242154984/solver-1807063-1242154984 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807063-1242154984.cnf HOME

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=2186758

node2.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.265
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.265
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:       1259024 kB
Buffers:         79724 kB
Cached:         610632 kB
SwapCached:      18952 kB
Active:         195748 kB
Inactive:       515880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1259024 kB
SwapTotal:     4192956 kB
SwapFree:      4168304 kB
Dirty:            3084 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            71296 kB
Committed_AS:  1131016 kB
PageTables:       1468 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= 66344 MiB
End job on node2 at 2009-05-12 21:23:05