Trace number 420940

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, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat SAT 2007? (TO) 1200.09 1200.61

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1180773190-07.SAT.shuffled.cnf
MD5SUMeb01b1df9ef5b6e40fb94f06740282a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.463929
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  100                                                  |
0.00/0.00	c |  Number of clauses:    2130                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     100     2130    10650 |      710        0    nan |  0.000 % |
0.00/0.01	c |       101 |     100     2130    10650 |      781      101     23 |  0.010 % |
0.00/0.01	c |       251 |     100     2130    10650 |      859      251     24 |  0.010 % |
0.00/0.02	c |       476 |     100     2130    10650 |      945      476     23 |  0.010 % |
0.00/0.03	c |       814 |     100     2130    10650 |     1039      814     22 |  0.010 % |
0.00/0.04	c |      1321 |     100     2130    10650 |     1143      790     20 |  0.010 % |
0.00/0.07	c |      2082 |     100     2130    10650 |     1257      970     20 |  0.010 % |
0.10/0.10	c |      3222 |     100     2130    10650 |     1383      832     19 |  0.010 % |
0.10/0.16	c |      4930 |     100     2130    10650 |     1521     1138     20 |  0.010 % |
0.19/0.25	c |      7492 |     100     2130    10650 |     1674     1381     20 |  0.010 % |
0.29/0.39	c |     11336 |     100     2130    10650 |     1841      976     19 |  0.010 % |
0.49/0.59	c |     17105 |     100     2130    10650 |     2025     1141     20 |  0.010 % |
0.89/0.92	c |     25754 |     100     2130    10650 |     2228     1582     20 |  0.010 % |
1.39/1.42	c |     38729 |     100     2130    10650 |     2451     2148     20 |  0.010 % |
2.09/2.19	c |     58191 |     100     2130    10650 |     2696     1785     20 |  0.010 % |
3.40/3.41	c |     87386 |     100     2130    10650 |     2965     2374     21 |  0.010 % |
5.19/5.28	c |    131175 |     100     2130    10650 |     3262     2784     21 |  0.010 % |
8.19/8.23	c |    196861 |     100     2130    10650 |     3588     2683     20 |  0.010 % |
12.79/12.86	c |    295387 |     100     2130    10650 |     3947     3598     20 |  0.010 % |
19.98/20.05	c |    443177 |     100     2130    10650 |     4342     2398     19 |  0.010 % |
31.08/31.15	c |    664860 |     100     2130    10650 |     4776     3542     19 |  0.010 % |
48.57/48.60	c |    997387 |     100     2130    10650 |     5254     4786     19 |  0.010 % |
75.97/76.02	c |   1496175 |     100     2130    10650 |     5779     4652     20 |  0.010 % |
118.45/118.57	c |   2244358 |     100     2130    10650 |     6357     4030     19 |  0.010 % |
185.73/185.80	c |   3366632 |     100     2130    10650 |     6993     6265     21 |  0.010 % |
291.69/291.81	c |   5050045 |     100     2130    10650 |     7692     5442     20 |  0.010 % |
458.24/458.43	c |   7575161 |     100     2130    10650 |     8461     7042     20 |  0.010 % |
720.24/720.54	c |  11362836 |     100     2130    10650 |     9308     5930     20 |  0.010 % |
1135.74/1136.24	c |  17044350 |     100     2130    10650 |    10238     9077     19 |  0.010 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node38/watcher-420940-1177490547 -o ROOT/results/node38/solver-420940-1177490547 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/420940-1177490547/minisat_noassertions /tmp/evaluation/420940-1177490547/instance-420940-1177490547.cnf 

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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 19473
/proc/meminfo: memFree=1836888/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=1852 CPUtime=0
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 0 181221383 1896448 133 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 463 133 62 130 0 330 0

[startup+0.103008 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 19473
/proc/meminfo: memFree=1836888/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=1984 CPUtime=0.1
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 173 0 0 0 10 0 0 0 18 0 1 0 181221383 2031616 159 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 496 159 66 130 0 363 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1984

[startup+0.202026 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 19473
/proc/meminfo: memFree=1836888/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=1984 CPUtime=0.19
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 187 0 0 0 19 0 0 0 18 0 1 0 181221383 2031616 173 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546875 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 496 173 66 130 0 363 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1984

[startup+0.301045 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 19473
/proc/meminfo: memFree=1836888/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=1984 CPUtime=0.29
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 195 0 0 0 29 0 0 0 19 0 1 0 181221383 2031616 181 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 496 181 66 130 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.701121 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 19473
/proc/meminfo: memFree=1836888/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=2116 CPUtime=0.69
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 217 0 0 0 69 0 0 0 23 0 1 0 181221383 2166784 203 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 529 203 66 130 0 396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50127 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 19474
/proc/meminfo: memFree=1836240/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=2248 CPUtime=1.49
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 245 0 0 0 149 0 0 0 25 0 1 0 181221383 2301952 231 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 562 231 66 130 0 429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2248

[startup+3.10158 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 19474
/proc/meminfo: memFree=1836048/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=2380 CPUtime=3.09
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 273 0 0 0 309 0 0 0 25 0 1 0 181221383 2437120 259 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553156 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 595 259 66 130 0 462 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2380

[startup+6.30119 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 19474
/proc/meminfo: memFree=1835728/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=2512 CPUtime=6.29
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 320 0 0 0 629 0 0 0 25 0 1 0 181221383 2572288 306 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547299 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 628 306 66 130 0 495 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2512

[startup+12.7014 s]
/proc/loadavg: 0.15 0.03 0.01 2/78 19474
/proc/meminfo: memFree=1835472/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=2644 CPUtime=12.69
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 358 0 0 0 1269 0 0 0 25 0 1 0 181221383 2707456 344 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 661 344 66 130 0 528 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2644

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/78 19474
/proc/meminfo: memFree=1835216/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=2912 CPUtime=25.48
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 418 0 0 0 2548 0 0 0 25 0 1 0 181221383 2981888 404 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 728 404 66 130 0 595 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2912

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/78 19474
/proc/meminfo: memFree=1835024/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=3188 CPUtime=51.07
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 486 0 0 0 5107 0 0 0 25 0 1 0 181221383 3264512 472 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 797 472 66 130 0 664 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3188

[startup+102.302 s]
/proc/loadavg: 0.81 0.28 0.10 2/78 19474
/proc/meminfo: memFree=1834704/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=3588 CPUtime=102.26
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 568 0 0 0 10226 0 0 0 25 0 1 0 181221383 3674112 554 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547318 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 897 554 66 130 0 764 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3588

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/78 19474
/proc/meminfo: memFree=1834384/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=3868 CPUtime=162.24
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 642 0 0 0 16223 1 0 0 25 0 1 0 181221383 3960832 628 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 967 628 66 130 0 834 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 3868

[startup+222.306 s]
/proc/loadavg: 0.97 0.51 0.20 2/78 19474
/proc/meminfo: memFree=1834128/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4152 CPUtime=222.22
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 707 0 0 0 22221 1 0 0 25 0 1 0 181221383 4251648 693 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548956 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1038 693 66 130 0 905 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 4152

[startup+282.302 s]
/proc/loadavg: 0.99 0.60 0.25 2/78 19474
/proc/meminfo: memFree=1834128/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4152 CPUtime=282.19
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 717 0 0 0 28218 1 0 0 25 0 1 0 181221383 4251648 703 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1038 703 66 130 0 905 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 4152

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.29 2/78 19474
/proc/meminfo: memFree=1833936/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4296 CPUtime=342.17
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 764 0 0 0 34216 1 0 0 25 0 1 0 181221383 4399104 750 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1074 750 66 130 0 941 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 4296

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/78 19474
/proc/meminfo: memFree=1833872/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4296 CPUtime=402.16
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 775 0 0 0 40214 2 0 0 25 0 1 0 181221383 4399104 761 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552479 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1074 761 66 130 0 941 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 4296

[startup+462.301 s]
/proc/loadavg: 0.99 0.77 0.37 2/78 19474
/proc/meminfo: memFree=1833808/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4432 CPUtime=462.13
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 793 0 0 0 46211 2 0 0 25 0 1 0 181221383 4538368 779 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1108 779 66 130 0 975 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 4432

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/78 19474
/proc/meminfo: memFree=1833680/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4576 CPUtime=522.11
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 822 0 0 0 52209 2 0 0 25 0 1 0 181221383 4685824 808 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1144 808 66 130 0 1011 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 4576

[startup+582.302 s]
/proc/loadavg: 0.99 0.84 0.44 2/78 19474
/proc/meminfo: memFree=1833552/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4724 CPUtime=582.09
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 864 0 0 0 58207 2 0 0 25 0 1 0 181221383 4837376 850 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1181 850 66 130 0 1048 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 4724

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.47 2/78 19474
/proc/meminfo: memFree=1833424/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4872 CPUtime=642.07
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 882 0 0 0 64205 2 0 0 25 0 1 0 181221383 4988928 868 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1218 868 66 130 0 1085 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 4872

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 19474
/proc/meminfo: memFree=1833360/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=4872 CPUtime=702.05
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 897 0 0 0 70203 2 0 0 25 0 1 0 181221383 4988928 883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1218 883 66 130 0 1085 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 4872

[startup+762.302 s]
/proc/loadavg: 0.99 0.91 0.53 2/78 19474
/proc/meminfo: memFree=1833232/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5020 CPUtime=762.04
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 939 0 0 0 76201 3 0 0 25 0 1 0 181221383 5140480 925 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1255 925 66 130 0 1122 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 5020

[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.56 2/78 19474
/proc/meminfo: memFree=1833232/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5168 CPUtime=822.01
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 948 0 0 0 82198 3 0 0 25 0 1 0 181221383 5292032 934 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1292 934 66 130 0 1159 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 5168

[startup+882.305 s]
/proc/loadavg: 0.99 0.93 0.58 2/78 19474
/proc/meminfo: memFree=1833104/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5168 CPUtime=881.99
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 975 0 0 0 88196 3 0 0 25 0 1 0 181221383 5292032 961 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1292 961 66 130 0 1159 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 5168

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.61 2/78 19474
/proc/meminfo: memFree=1833104/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5168 CPUtime=941.96
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 978 0 0 0 94193 3 0 0 25 0 1 0 181221383 5292032 964 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552468 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1292 964 66 130 0 1159 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 5168

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/78 19474
/proc/meminfo: memFree=1833104/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5316 CPUtime=1001.94
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 992 0 0 0 100191 3 0 0 25 0 1 0 181221383 5443584 978 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1329 978 66 130 0 1196 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 5316

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/78 19474
/proc/meminfo: memFree=1833040/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5316 CPUtime=1061.93
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 1004 0 0 0 106189 4 0 0 25 0 1 0 181221383 5443584 990 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1329 990 66 130 0 1196 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 5316

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/84 19546
/proc/meminfo: memFree=1831576/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5460 CPUtime=1121.87
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 1032 0 0 0 112183 4 0 0 25 0 1 0 181221383 5591040 1018 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1365 1018 66 130 0 1232 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 5460

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/78 19672
/proc/meminfo: memFree=1832464/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5460 CPUtime=1181.77
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 1047 0 0 0 118173 4 0 0 25 0 1 0 181221383 5591040 1033 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1365 1033 66 130 0 1232 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 5460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.06 0.98 0.70 2/78 19672
/proc/meminfo: memFree=1832464/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5608 CPUtime=1200.07
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 1054 0 0 0 120003 4 0 0 25 0 1 0 181221383 5742592 1040 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1402 1040 66 130 0 1269 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5608

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

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

[startup+1200.6 s]
/proc/loadavg: 1.06 0.98 0.70 2/78 19672
/proc/meminfo: memFree=1832464/2055920 swapFree=4159740/4192956
[pid=19473] ppid=19471 vsize=5608 CPUtime=1200.07
/proc/19473/stat : 19473 (minisat_noasser) R 19471 19473 19413 0 -1 4194304 1054 0 0 0 120003 4 0 0 25 0 1 0 181221383 5742592 1040 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 1402 1040 66 130 0 1269 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5608

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.09
CPU user time (s): 1200.04
CPU system time (s): 0.049992
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 5608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1054
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= 6
involuntary context switches= 25572

runsolver used 0.92086 second user time and 2.6056 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Wed Apr 25 08:42:27 UTC 2007

IDJOB= 420940
IDBENCH= 19849
IDSOLVER= 188
FILE ID= node38/420940-1177490547

PBS_JOBID= 4685832

Free space on /tmp= 66242 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1180773190-07.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/420940-1177490547/minisat_noassertions /tmp/evaluation/420940-1177490547/instance-420940-1177490547.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-420940-1177490547 -o ROOT/results/node38/solver-420940-1177490547 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/420940-1177490547/minisat_noassertions /tmp/evaluation/420940-1177490547/instance-420940-1177490547.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  eb01b1df9ef5b6e40fb94f06740282a1

RANDOM SEED= 362367861

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.263
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.263
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:       1837360 kB
Buffers:         35144 kB
Cached:         110928 kB
SwapCached:       3120 kB
Active:         105308 kB
Inactive:        65012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837360 kB
SwapTotal:     4192956 kB
SwapFree:      4159740 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          32440 kB
Slab:            33512 kB
Committed_AS:  1686600 kB
PageTables:       2060 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= 66242 MiB

End job on node38 on Wed Apr 25 09:02:30 UTC 2007