Trace number 334372

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-08? (TO) 1200.13 1200.43

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
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 variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

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:  166463                                               |
0.00/0.00	|  Number of clauses:    1654558                                              |
17.29/17.39	|  Parsing time:         17.17        s                                       |
48.08/48.13	============================[ Search Statistics ]==============================
48.08/48.13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.08/48.13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.08/48.13	===============================================================================
48.08/48.13	|         0 |  165299  1396447  5023101 |   465482        0    nan |  0.000 % |
48.48/48.50	|       100 |  165297  1396447  5023101 |   512030       97      9 |  0.699 % |
48.68/48.71	|       250 |  165294  1396447  5023101 |   563233      244      7 |  0.701 % |
48.98/49.07	|       475 |  165292  1396447  5023101 |   619556      468      6 |  0.702 % |
49.28/49.31	|       813 |  165291  1396447  5023101 |   681512      805      8 |  0.702 % |
49.78/49.87	|      1319 |  165288  1396447  5023101 |   749663     1308     10 |  0.704 % |
51.08/51.14	|      2079 |  165288  1396447  5023101 |   824630     2068     11 |  0.704 % |
52.08/52.13	|      3218 |  165288  1396447  5023101 |   907093     3207     13 |  0.704 % |
55.28/55.37	|      4926 |  165288  1396447  5023101 |   997802     4915     18 |  0.704 % |
124.66/124.78	|      7489 |  165288  1396447  5023101 |  1097582     7478     65 |  0.704 % |
130.66/130.78	|     11333 |  165288  1394624  5016447 |  1207341    11319     61 |  0.704 % |
135.16/135.27	|     17099 |  165288  1394624  5016447 |  1328075    17085     48 |  0.704 % |
179.35/179.42	|     25748 |  165288  1394624  5016447 |  1460882    25734     51 |  0.704 % |
312.52/312.62	|     38722 |  165288  1394624  5016447 |  1606971    38708     76 |  0.704 % |
505.77/505.93	|     58183 |  165281  1394568  5016265 |  1767668    58161     91 |  0.708 % |
763.21/763.49	|     87376 |  165281  1394568  5016265 |  1944435    87354    114 |  0.708 % |

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/node4/watcher-334372-1173568187 -o ROOT/results/node4/solver-334372-1173568187 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334372-1173568187/minimarch /tmp/evaluation/334372-1173568187/instance-334372-1173568187.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: 1.01 1.00 1.00 3/77 25563
/proc/meminfo: memFree=1471912/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=2620 CPUtime=0
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 558 0 0 0 0 0 0 0 18 0 1 0 376774449 2682880 542 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 655 545 49 132 0 520 0

[startup+0.0725439 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 25563
/proc/meminfo: memFree=1471912/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=23348 CPUtime=0.06
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 4583 0 0 0 5 1 0 0 18 0 1 0 376774449 23908352 4550 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553752 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 5837 4550 51 132 0 5702 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23348

[startup+0.101542 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 25563
/proc/meminfo: memFree=1471912/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=23624 CPUtime=0.09
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 4647 0 0 0 8 1 0 0 18 0 1 0 376774449 24190976 4614 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 5906 4614 51 132 0 5771 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23624

[startup+0.301561 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 25563
/proc/meminfo: memFree=1471912/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=27984 CPUtime=0.29
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 5742 0 0 0 27 2 0 0 19 0 1 0 376774449 28655616 5709 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 6996 5710 51 132 0 6861 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27984

[startup+0.701603 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 25563
/proc/meminfo: memFree=1471912/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=35060 CPUtime=0.69
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 7402 0 0 0 66 3 0 0 23 0 1 0 376774449 35901440 7369 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 8765 7369 51 132 0 8630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35060

[startup+1.50168 s]
/proc/loadavg: 1.09 1.02 1.01 2/78 25564
/proc/meminfo: memFree=1439392/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=46568 CPUtime=1.49
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 10412 0 0 0 145 4 0 0 25 0 1 0 376774449 47685632 10379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134562614 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 11642 10379 51 132 0 11507 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46568

[startup+3.10183 s]
/proc/loadavg: 1.09 1.02 1.01 2/78 25564
/proc/meminfo: memFree=1423264/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=70108 CPUtime=3.09
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 16157 0 0 0 301 8 0 0 25 0 1 0 376774449 71790592 16124 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 17527 16124 51 132 0 17392 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70108

[startup+6.30114 s]
/proc/loadavg: 1.08 1.02 1.00 2/78 25564
/proc/meminfo: memFree=1376160/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=116532 CPUtime=6.29
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 27276 0 0 0 612 17 0 0 25 0 1 0 376774449 119328768 27243 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 29133 27243 51 132 0 28998 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116532

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 25564
/proc/meminfo: memFree=1333408/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=151464 CPUtime=12.69
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 34986 0 0 0 1247 22 0 0 25 0 1 0 376774449 155099136 34953 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 37866 34953 51 132 0 37731 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 151464

[startup+25.502 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 25564
/proc/meminfo: memFree=1330976/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=151724 CPUtime=25.48
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 35651 0 0 0 2526 22 0 0 25 0 1 0 376774449 155365376 35618 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531270 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 37931 35618 63 132 0 37796 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151724

[startup+51.1014 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 25564
/proc/meminfo: memFree=1343136/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=51.08
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38252 0 0 0 5082 26 0 0 25 0 1 0 376774449 140791808 32579 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32579 67 132 0 34238 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 137492

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 25564
/proc/meminfo: memFree=1343136/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=102.27
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38252 0 0 0 10201 26 0 0 25 0 1 0 376774449 140791808 32579 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32579 67 132 0 34238 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 137492

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1343136/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=162.25
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38252 0 0 0 16198 27 0 0 25 0 1 0 376774449 140791808 32579 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32579 67 132 0 34238 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 137492

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1343072/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=222.23
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38255 0 0 0 22196 27 0 0 25 0 1 0 376774449 140791808 32582 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552561 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32582 67 132 0 34238 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 137492

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1343072/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=282.22
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38257 0 0 0 28194 28 0 0 25 0 1 0 376774449 140791808 32584 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551435 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32584 67 132 0 34238 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 137492

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1343072/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=342.21
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38257 0 0 0 34193 28 0 0 25 0 1 0 376774449 140791808 32584 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552529 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32584 67 132 0 34238 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 137492

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1343008/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=402.19
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38257 0 0 0 40190 29 0 0 25 0 1 0 376774449 140791808 32584 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32584 67 132 0 34238 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 137492

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1343008/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=462.17
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38257 0 0 0 46188 29 0 0 25 0 1 0 376774449 140791808 32584 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32584 67 132 0 34238 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 137492

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1343008/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=522.16
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38257 0 0 0 52186 30 0 0 25 0 1 0 376774449 140791808 32584 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552929 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32584 67 132 0 34238 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 137492

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1342816/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=137492 CPUtime=582.15
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38301 0 0 0 58184 31 0 0 25 0 1 0 376774449 140791808 32628 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34373 32628 67 132 0 34238 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 137492

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1341344/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=138680 CPUtime=642.14
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 38673 0 0 0 64182 32 0 0 25 0 1 0 376774449 142008320 33000 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 34670 33000 67 132 0 34535 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 138680

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1337824/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=142116 CPUtime=702.12
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 39552 0 0 0 70179 33 0 0 25 0 1 0 376774449 145526784 33879 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 35529 33879 67 132 0 35394 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 142116

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1333408/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=146604 CPUtime=762.11
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 40664 0 0 0 76176 35 0 0 25 0 1 0 376774449 150122496 34991 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550941 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 36651 34991 67 132 0 36516 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 146604

[startup+822.301 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 25564
/proc/meminfo: memFree=1329184/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=150976 CPUtime=822.08
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 41711 0 0 0 82172 36 0 0 25 0 1 0 376774449 154599424 36038 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550941 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 37744 36038 67 132 0 37609 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 150976

[startup+882.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 25564
/proc/meminfo: memFree=1327008/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=153124 CPUtime=882.07
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 42248 0 0 0 88170 37 0 0 25 0 1 0 376774449 156798976 36575 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 38281 36575 67 132 0 38146 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 153124

[startup+942.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1325792/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=154312 CPUtime=942.06
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 42567 0 0 0 94168 38 0 0 25 0 1 0 376774449 158015488 36894 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 38578 36894 67 132 0 38443 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 154312

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1324320/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=155764 CPUtime=1002.05
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 42920 0 0 0 100166 39 0 0 25 0 1 0 376774449 159502336 37247 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552929 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 38941 37247 67 132 0 38806 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 155764

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1323104/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=157084 CPUtime=1062.03
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 43232 0 0 0 106163 40 0 0 25 0 1 0 376774449 160854016 37559 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552929 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 39271 37559 67 132 0 39136 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 157084

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1321632/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=158536 CPUtime=1122.01
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 43598 0 0 0 112160 41 0 0 25 0 1 0 376774449 162340864 37925 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 39634 37925 67 132 0 39499 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 158536

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1320224/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=159856 CPUtime=1182
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 43949 0 0 0 118158 42 0 0 25 0 1 0 376774449 163692544 38276 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 39964 38276 67 132 0 39829 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 159856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25564
/proc/meminfo: memFree=1319776/2055920 swapFree=4153224/4192956
[pid=25563] ppid=25561 vsize=160384 CPUtime=1200.1
/proc/25563/stat : 25563 (minimarch) R 25561 25563 24554 0 -1 4194304 44061 0 0 0 119967 43 0 0 25 0 1 0 376774449 164233216 38388 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25563/statm: 40096 38388 67 132 0 39961 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 160384

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.13
CPU user time (s): 1199.68
CPU system time (s): 0.45493
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 164340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.68
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44061
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= 23939

runsolver used 1.35979 second user time and 3.00854 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Mar 10 23:09:56 UTC 2007

IDJOB= 334372
IDBENCH= 24626
IDSOLVER= 110
FILE ID= node4/334372-1173568187

PBS_JOBID= 4101196

Free space on /tmp= 66486 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334372-1173568187/minimarch /tmp/evaluation/334372-1173568187/instance-334372-1173568187.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-334372-1173568187 -o ROOT/results/node4/solver-334372-1173568187 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334372-1173568187/minimarch /tmp/evaluation/334372-1173568187/instance-334372-1173568187.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  19fdeefb726e073f5c825136ceaf9e1b

RANDOM SEED= 9984802

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1472320 kB
Buffers:         46832 kB
Cached:         457528 kB
SwapCached:       2920 kB
Active:         319980 kB
Inactive:       208392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472320 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:           55280 kB
Writeback:           0 kB
Mapped:          30424 kB
Slab:            40752 kB
Committed_AS:  1305864 kB
PageTables:       1768 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= 66486 MiB

End job on node4 on Sat Mar 10 23:29:58 UTC 2007