Trace number 320631

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
minimarch 2007-02-08Signal 661.683 683.046

General information on the benchmark

Nameindustrial/narain/
clauses-10.cnf
MD5SUM98c58d3136fcf1971f77037eb3533718
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.347
Satisfiable
(Un)Satisfiability was proved
Number of variables2270929
Number of clauses8901946
Sum of the clauses size22176046
Maximum clause length865
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26786479
Number of clauses of size 31496293
Number of clauses of size 414719
Number of clauses of size 5555520
Number of clauses of size over 548934

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  2270930                                              |
0.00/0.00	|  Number of clauses:    8901946                                              |
36.37/36.48	|  Parsing time:         35.34        s                                       |
534.03/534.20	============================[ Search Statistics ]==============================
534.03/534.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
534.03/534.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
534.03/534.20	===============================================================================
534.03/534.20	|         0 |  580815  2951046 10811204 |   983682        0    nan |  0.000 % |
534.43/534.60	|       101 |  580806  2951046 10811204 |  1082050       92      6 | 25.906 % |
535.03/535.21	|       251 |  580776  2951046 10811204 |  1190255      237     11 | 25.907 % |
536.43/536.62	|       476 |  580725  2951046 10811204 |  1309280      438     10 | 25.911 % |
538.53/538.72	|       813 |  580648  2951046 10811204 |  1440208      760     11 | 25.915 % |
541.72/541.94	|      1319 |  580555  2951046 10811204 |  1584229     1255     13 | 25.918 % |
566.02/566.25	|      2078 |  580272  2944588 10790390 |  1742652     1790     12 | 25.932 % |
597.71/597.94	|      3217 |  578205  2922341 10737256 |  1916917     2569     11 | 26.030 % |
651.40/651.62	|      4925 |  445294  2012798  7172397 |  2108609     2732     19 | 31.873 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-320631-1173048528 -o ROOT/results/node10/solver-320631-1173048528 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320631-1173048528/minimarch /tmp/evaluation/320631-1173048528/instance-320631-1173048528.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.92 0.97 0.91 3/77 8803
/proc/meminfo: memFree=1417528/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=2440 CPUtime=0
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 324808134 2498560 503 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 610 504 49 132 0 475 0

[startup+0.013492 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 8803
/proc/meminfo: memFree=1417528/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=3476 CPUtime=0
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 739 0 0 0 0 0 0 0 18 0 1 0 324808134 3559424 723 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 869 723 51 132 0 734 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3476

[startup+0.102506 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 8803
/proc/meminfo: memFree=1417528/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=10960 CPUtime=0.09
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 2525 0 0 0 8 1 0 0 18 0 1 0 324808134 11223040 2509 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526285 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 2740 2510 51 132 0 2605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10960

[startup+0.302533 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 8803
/proc/meminfo: memFree=1417528/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=26344 CPUtime=0.29
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 6256 0 0 0 26 3 0 0 19 0 1 0 324808134 26976256 6240 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134562351 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 6586 6240 51 132 0 6451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26344

[startup+0.701587 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 8803
/proc/meminfo: memFree=1417528/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=57572 CPUtime=0.69
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 13764 0 0 0 61 8 0 0 23 0 1 0 324808134 58953728 13748 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 14393 13748 51 132 0 14258 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57572

[startup+1.50169 s]
/proc/loadavg: 0.92 0.97 0.91 2/78 8804
/proc/meminfo: memFree=1342960/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=122740 CPUtime=1.49
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 27575 0 0 0 131 18 0 0 25 0 1 0 324808134 125685760 27559 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 30685 27559 51 132 0 30550 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122740

[startup+3.10191 s]
/proc/loadavg: 1.09 1.00 0.92 2/78 8804
/proc/meminfo: memFree=1270128/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=245296 CPUtime=3.09
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 52793 0 0 0 273 36 0 0 25 0 1 0 324808134 251183104 52777 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 61324 52777 51 132 0 61189 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 245296

[startup+6.30134 s]
/proc/loadavg: 1.09 1.00 0.92 2/78 8804
/proc/meminfo: memFree=1084400/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=440900 CPUtime=6.28
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 98031 0 0 0 563 65 0 0 25 0 1 0 324808134 451481600 98015 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 110225 98017 51 132 0 110090 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 440900

[startup+12.7012 s]
/proc/loadavg: 1.07 1.00 0.92 2/78 8804
/proc/meminfo: memFree=698736/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=774900 CPUtime=12.68
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 181823 0 0 0 1156 112 0 0 25 0 1 0 324808134 793497600 181807 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523603 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 193725 181807 51 132 0 193590 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 774900

[startup+25.5029 s]
/proc/loadavg: 1.06 1.00 0.92 2/78 8804
/proc/meminfo: memFree=698864/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=774900 CPUtime=25.48
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 181823 0 0 0 2436 112 0 0 25 0 1 0 324808134 793497600 181807 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523641 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 193725 181807 51 132 0 193590 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 774900

[startup+51.1014 s]
/proc/loadavg: 1.19 1.03 0.93 2/78 8804
/proc/meminfo: memFree=604336/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=860656 CPUtime=51.07
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 205582 0 0 0 4984 123 0 0 25 0 1 0 324808134 881311744 205558 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550342 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 215164 205558 63 132 0 215029 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 860656

[startup+102.306 s]
/proc/loadavg: 1.08 1.03 0.93 2/78 8804
/proc/meminfo: memFree=573232/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=890128 CPUtime=102.26
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 213289 0 0 0 10093 133 0 0 25 0 1 0 324808134 911491072 213265 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550353 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 222532 213265 63 132 0 222397 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 890128

[startup+162.301 s]
/proc/loadavg: 1.03 1.02 0.93 2/78 8804
/proc/meminfo: memFree=532400/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=930772 CPUtime=162.24
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 223589 0 0 0 16077 147 0 0 25 0 1 0 324808134 953110528 223565 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550350 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 232693 223565 63 132 0 232558 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 930772

[startup+222.302 s]
/proc/loadavg: 1.01 1.01 0.93 2/78 8804
/proc/meminfo: memFree=430128/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1031840 CPUtime=222.22
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 249557 0 0 0 22053 169 0 0 25 0 1 0 324808134 1056604160 249533 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 257960 249533 63 132 0 257825 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1031840

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 0.93 2/78 8804
/proc/meminfo: memFree=265136/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1207224 CPUtime=282.2
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 290164 0 0 0 28031 189 0 0 25 0 1 0 324808134 1236197376 290140 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550326 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 301806 290140 63 132 0 301671 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1207224

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 8804
/proc/meminfo: memFree=230000/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1236852 CPUtime=342.19
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 298826 0 0 0 34025 194 0 0 25 0 1 0 324808134 1266536448 298802 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134536429 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 309213 298802 63 132 0 309078 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1236852

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 8804
/proc/meminfo: memFree=201584/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1296108 CPUtime=402.17
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 305937 0 0 0 40018 199 0 0 25 0 1 0 324808134 1327214592 305913 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550447 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 324027 305913 63 132 0 323892 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1296108

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 8804
/proc/meminfo: memFree=173744/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1319200 CPUtime=462.15
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 312844 0 0 0 46013 202 0 0 25 0 1 0 324808134 1350860800 312820 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550350 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 329800 312820 63 132 0 329665 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1319200

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 8804
/proc/meminfo: memFree=131120/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1380332 CPUtime=522.14
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 323620 0 0 0 52006 208 0 0 25 0 1 0 324808134 1413459968 323588 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134524541 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 345083 323588 63 132 0 344948 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1380332

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 8804
/proc/meminfo: memFree=307504/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1155224 CPUtime=582.12
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 333031 0 0 0 57995 217 0 0 25 0 1 0 324808134 1182949376 279266 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550941 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 288806 279266 66 132 0 288671 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1155224

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 8804
/proc/meminfo: memFree=307312/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1155224 CPUtime=642.11
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4194304 333061 0 0 0 63993 218 0 0 25 0 1 0 324808134 1182949376 279296 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550447 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 288806 279296 66 132 0 288671 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 1155224

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

[startup+665.505 s]
/proc/loadavg: 1.08 1.02 0.94 1/78 8804
/proc/meminfo: memFree=23280/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1155224 CPUtime=658.95
/proc/8803/stat : 8803 (minimarch) D 8801 8803 7976 0 -1 4195840 333110 0 0 0 65418 477 0 0 18 0 1 0 324808134 1182949376 279296 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/8803/statm: 288806 279296 66 132 0 288671 0
Current children cumulated CPU time (s) 658.95
Current children cumulated vsize (KiB) 1155224

[startup+671.901 s]
/proc/loadavg: 1.23 1.05 0.95 2/78 8804
/proc/meminfo: memFree=16240/2055920 swapFree=4168772/4192956
[pid=8803] ppid=8801 vsize=1155224 CPUtime=660.12
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4195840 333146 0 0 0 65418 594 0 0 25 0 1 0 324808134 1182949376 279296 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 0 0 0 17 0 0 0
/proc/8803/statm: 288806 279296 66 132 0 288671 0
Current children cumulated CPU time (s) 660.12
Current children cumulated vsize (KiB) 1155224

[startup+678.301 s]
/proc/loadavg: 1.35 1.08 0.96 1/78 8804
/proc/meminfo: memFree=22064/2055920 swapFree=4168776/4192956
[pid=8803] ppid=8801 vsize=1155224 CPUtime=661.32
/proc/8803/stat : 8803 (minimarch) D 8801 8803 7976 0 -1 4195840 334894 0 0 0 65418 714 0 0 25 0 1 0 324808134 1182949376 279296 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/8803/statm: 288806 279296 66 132 0 288671 0
Current children cumulated CPU time (s) 661.32
Current children cumulated vsize (KiB) 1155224

[startup+681.502 s]
/proc/loadavg: 1.35 1.08 0.96 1/78 8804
/proc/meminfo: memFree=26352/2055920 swapFree=4168776/4192956
[pid=8803] ppid=8801 vsize=1155224 CPUtime=661.32
/proc/8803/stat : 8803 (minimarch) D 8801 8803 7976 0 -1 4195840 334894 0 0 0 65418 714 0 0 25 0 1 0 324808134 1182949376 279296 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/8803/statm: 288806 279296 66 132 0 288671 0
Current children cumulated CPU time (s) 661.32
Current children cumulated vsize (KiB) 1155224

[startup+682.302 s]
/proc/loadavg: 1.48 1.11 0.97 1/78 8804
/proc/meminfo: memFree=27952/2055920 swapFree=4168776/4192956
[pid=8803] ppid=8801 vsize=1155224 CPUtime=661.32
/proc/8803/stat : 8803 (minimarch) D 8801 8803 7976 0 -1 4195840 334894 0 0 0 65418 714 0 0 25 0 1 0 324808134 1182949376 279296 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/8803/statm: 288806 279296 66 132 0 288671 0
Current children cumulated CPU time (s) 661.32
Current children cumulated vsize (KiB) 1155224

[startup+682.702 s]
/proc/loadavg: 1.48 1.11 0.97 1/78 8804
/proc/meminfo: memFree=27952/2055920 swapFree=4168776/4192956
[pid=8803] ppid=8801 vsize=1155224 CPUtime=661.33
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4195840 334894 0 0 0 65418 715 0 0 24 0 1 0 324808134 1182949376 279296 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 0 0 0 17 1 0 0
/proc/8803/statm: 288806 279296 66 132 0 288671 0
Current children cumulated CPU time (s) 661.33
Current children cumulated vsize (KiB) 1155224

[startup+682.903 s]
/proc/loadavg: 1.48 1.11 0.97 1/78 8804
/proc/meminfo: memFree=27952/2055920 swapFree=4168776/4192956
[pid=8803] ppid=8801 vsize=0 CPUtime=661.53
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4195844 335397 0 0 0 65418 735 0 0 25 0 1 0 324808134 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/8803/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 661.53
Current children cumulated vsize (KiB) 0

[startup+683.003 s]
/proc/loadavg: 1.48 1.11 0.97 2/78 8804
/proc/meminfo: memFree=926256/2055920 swapFree=4168776/4192956
[pid=8803] ppid=8801 vsize=0 CPUtime=661.63
/proc/8803/stat : 8803 (minimarch) R 8801 8803 7976 0 -1 4195844 335397 0 0 0 65418 745 0 0 25 0 1 0 324808134 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/8803/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 661.63
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Real time (s): 683.046
CPU time (s): 661.683
CPU user time (s): 654.189
CPU system time (s): 7.49486
CPU usage (%): 96.8724
Max. virtual memory (cumulated for all children) (KiB): 1380332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 654.189
system time used= 7.49486
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335397
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= 21
involuntary context switches= 13920

runsolver used 0.770882 second user time and 1.71974 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Mar  4 22:48:51 UTC 2007

IDJOB= 320631
IDBENCH= 20508
IDSOLVER= 110
FILE ID= node10/320631-1173048528

PBS_JOBID= 4012260

Free space on /tmp= 66332 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/narain/clauses-10.cnf
COMMAND LINE= /tmp/evaluation/320631-1173048528/minimarch /tmp/evaluation/320631-1173048528/instance-320631-1173048528.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-320631-1173048528 -o ROOT/results/node10/solver-320631-1173048528 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320631-1173048528/minimarch /tmp/evaluation/320631-1173048528/instance-320631-1173048528.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  98c58d3136fcf1971f77037eb3533718

RANDOM SEED= 773993785

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1417936 kB
Buffers:          6364 kB
Cached:         523524 kB
SwapCached:       2824 kB
Active:         264304 kB
Inactive:       307256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417936 kB
SwapTotal:     4192956 kB
SwapFree:      4168772 kB
Dirty:          185652 kB
Writeback:           0 kB
Mapped:          49148 kB
Slab:            51880 kB
Committed_AS:  1618644 kB
PageTables:       1888 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= 65240 MiB

End job on node10 on Sun Mar  4 23:00:16 UTC 2007