Trace number 427199

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-04-26 (fixed)? (TO) 1200.11 1200.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1047920973-05.SAT.shuffled.cnf
MD5SUMdb8e419644a4c82c9378034a33f31e1f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027995
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	This is MiniMarch 1.1, 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:  100                                                  |
0.00/0.00	|  Number of clauses:    2130                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     100     2130    10650 |      710        0    nan |  0.000 % |
0.00/0.02	|       100 |     100     2130    10650 |      781      100     24 |  0.010 % |
0.00/0.03	|       250 |     100     2130    10650 |      859      250     23 |  0.010 % |
0.00/0.03	|       476 |     100     2130    10650 |      945      476     23 |  0.010 % |
0.00/0.04	|       813 |     100     2130    10650 |     1039      813     22 |  0.010 % |
0.00/0.06	|      1319 |     100     2130    10650 |     1143      789     22 |  0.010 % |
0.07/0.09	|      2079 |     100     2130    10650 |     1257      968     21 |  0.010 % |
0.10/0.12	|      3219 |     100     2130    10650 |     1383      826     20 |  0.010 % |
0.10/0.18	|      4927 |     100     2130    10650 |     1521     1126     21 |  0.010 % |
0.20/0.28	|      7490 |     100     2130    10650 |     1674     1369     21 |  0.010 % |
0.40/0.42	|     11335 |     100     2130    10650 |     1841      965     20 |  0.010 % |
0.60/0.63	|     17101 |     100     2130    10650 |     2025     1125     21 |  0.010 % |
0.89/0.96	|     25750 |     100     2130    10650 |     2228     1558     21 |  0.010 % |
1.39/1.47	|     38724 |     100     2130    10650 |     2451     2098     23 |  0.010 % |
2.20/2.26	|     58185 |     100     2130    10650 |     2696     1714     21 |  0.010 % |
3.49/3.57	|     87377 |     100     2130    10650 |     2965     2292     20 |  0.010 % |
5.59/5.66	|    131167 |     100     2130    10650 |     3262     2651     21 |  0.010 % |
8.79/8.88	|    196851 |     100     2130    10650 |     3588     2486     20 |  0.010 % |
13.79/13.84	|    295377 |     100     2130    10650 |     3947     3374     21 |  0.010 % |
21.49/21.57	|    443167 |     100     2130    10650 |     4342     2136     21 |  0.010 % |
33.78/33.81	|    664852 |     100     2130    10650 |     4776     3111     22 |  0.010 % |
52.38/52.43	|    997379 |     100     2130    10650 |     5254     4171     21 |  0.010 % |
81.57/81.62	|   1496169 |     100     2130    10650 |     5779     3831     21 |  0.010 % |
127.56/127.69	|   2244351 |     100     2130    10650 |     6357     2996     20 |  0.010 % |
200.74/200.83	|   3366625 |     100     2130    10650 |     6993     4836     21 |  0.010 % |
315.11/315.21	|   5050036 |     100     2130    10650 |     7692     3572     20 |  0.010 % |
492.16/492.37	|   7575153 |     100     2130    10650 |     8461     4690     19 |  0.010 % |
772.39/772.61	|  11362828 |     100     2130    10650 |     9308     7314     20 |  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/node45/watcher-427199-1177631006 -o ROOT/results/node45/solver-427199-1177631006 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427199-1177631006/minimarch_fixed /tmp/evaluation/427199-1177631006/instance-427199-1177631006.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.91 0.96 0.99 3/77 715
/proc/meminfo: memFree=1707272/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=1872 CPUtime=0
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 117946247 1916928 121 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 0 0 0
/proc/715/statm: 468 121 51 132 0 333 0

[startup+0.071386 s]
/proc/loadavg: 0.91 0.96 0.99 3/77 715
/proc/meminfo: memFree=1707272/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2000 CPUtime=0.07
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 168 0 0 0 7 0 0 0 18 0 1 0 117946247 2048000 153 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551247 0 0 4096 3 0 0 0 17 0 0 0
/proc/715/statm: 500 153 67 132 0 365 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2000

[startup+0.101389 s]
/proc/loadavg: 0.91 0.96 0.99 3/77 715
/proc/meminfo: memFree=1707272/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2000 CPUtime=0.1
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 175 0 0 0 10 0 0 0 18 0 1 0 117946247 2048000 160 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 0 0 0
/proc/715/statm: 500 160 67 132 0 365 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2000

[startup+0.301409 s]
/proc/loadavg: 0.91 0.96 0.99 3/77 715
/proc/meminfo: memFree=1707272/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2000 CPUtime=0.3
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 197 0 0 0 30 0 0 0 19 0 1 0 117946247 2048000 182 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 0 0 0
/proc/715/statm: 500 182 67 132 0 365 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2000

[startup+0.701449 s]
/proc/loadavg: 0.91 0.96 0.99 3/77 715
/proc/meminfo: memFree=1707272/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2132 CPUtime=0.69
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 219 0 0 0 69 0 0 0 24 0 1 0 117946247 2183168 204 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 0 0 0
/proc/715/statm: 533 204 67 132 0 398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2132

[startup+1.50153 s]
/proc/loadavg: 0.91 0.96 0.99 2/78 716
/proc/meminfo: memFree=1706688/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2264 CPUtime=1.49
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 251 0 0 0 149 0 0 0 25 0 1 0 117946247 2318336 236 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 0 0 0
/proc/715/statm: 566 236 67 132 0 431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2264

[startup+3.10169 s]
/proc/loadavg: 0.91 0.96 0.99 2/78 716
/proc/meminfo: memFree=1706432/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2396 CPUtime=3.09
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 273 0 0 0 309 0 0 0 25 0 1 0 117946247 2453504 258 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550926 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 599 258 67 132 0 464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2396

[startup+6.30183 s]
/proc/loadavg: 0.92 0.96 0.99 2/78 716
/proc/meminfo: memFree=1706176/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2528 CPUtime=6.29
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 316 0 0 0 629 0 0 0 25 0 1 0 117946247 2588672 301 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551535 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 632 301 67 132 0 497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2528

[startup+12.7015 s]
/proc/loadavg: 0.93 0.96 0.99 2/78 716
/proc/meminfo: memFree=1705856/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2660 CPUtime=12.69
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 357 0 0 0 1269 0 0 0 25 0 1 0 117946247 2723840 342 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557668 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 665 342 67 132 0 530 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2660

[startup+25.5018 s]
/proc/loadavg: 0.94 0.96 0.99 2/78 716
/proc/meminfo: memFree=1705664/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=2924 CPUtime=25.48
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 416 0 0 0 2548 0 0 0 25 0 1 0 117946247 2994176 401 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 731 401 67 132 0 596 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2924

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.99 2/78 716
/proc/meminfo: memFree=1705344/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=3192 CPUtime=51.08
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 484 0 0 0 5108 0 0 0 25 0 1 0 117946247 3268608 469 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 798 469 67 132 0 663 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3192

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 716
/proc/meminfo: memFree=1705088/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=3456 CPUtime=102.26
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 560 0 0 0 10226 0 0 0 25 0 1 0 117946247 3538944 545 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 864 545 67 132 0 729 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3456

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1704768/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=3732 CPUtime=162.25
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 628 0 0 0 16224 1 0 0 25 0 1 0 117946247 3821568 613 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553506 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 933 613 67 132 0 798 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3732

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1704576/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4008 CPUtime=222.23
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 690 0 0 0 22222 1 0 0 25 0 1 0 117946247 4104192 675 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551728 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1002 675 67 132 0 867 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4008

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1704448/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4148 CPUtime=282.22
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 722 0 0 0 28220 2 0 0 25 0 1 0 117946247 4247552 707 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1037 707 67 132 0 902 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4148

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1704192/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4288 CPUtime=342.2
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 771 0 0 0 34218 2 0 0 25 0 1 0 117946247 4390912 756 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551756 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1072 756 67 132 0 937 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 4288

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1704064/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4564 CPUtime=402.18
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 807 0 0 0 40216 2 0 0 25 0 1 0 117946247 4673536 792 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1141 792 67 132 0 1006 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 4564

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1704000/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4564 CPUtime=462.17
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 825 0 0 0 46214 3 0 0 25 0 1 0 117946247 4673536 810 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134558467 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1141 810 67 132 0 1006 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 4564

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1703936/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4700 CPUtime=522.15
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 838 0 0 0 52212 3 0 0 25 0 1 0 117946247 4812800 823 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1175 823 67 132 0 1040 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 4700

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1703872/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4700 CPUtime=582.14
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 861 0 0 0 58210 4 0 0 25 0 1 0 117946247 4812800 846 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1175 846 67 132 0 1040 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 4700

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1703808/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4700 CPUtime=642.13
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 867 0 0 0 64209 4 0 0 25 0 1 0 117946247 4812800 852 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1175 852 67 132 0 1040 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 4700

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1703808/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4844 CPUtime=702.11
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 875 0 0 0 70206 5 0 0 25 0 1 0 117946247 4960256 860 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1211 860 67 132 0 1076 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 4844

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 3/78 716
/proc/meminfo: memFree=1703744/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4844 CPUtime=762.1
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 894 0 0 0 76205 5 0 0 25 0 1 0 117946247 4960256 879 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551351 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1211 879 67 132 0 1076 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 4844

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1703552/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=4996 CPUtime=822.08
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 930 0 0 0 82202 6 0 0 25 0 1 0 117946247 5115904 915 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1249 915 67 132 0 1114 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 4996

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1703488/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=5144 CPUtime=882.06
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 945 0 0 0 88200 6 0 0 25 0 1 0 117946247 5267456 930 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551272 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1286 930 67 132 0 1151 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 5144

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1703424/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=5292 CPUtime=942.05
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 975 0 0 0 94198 7 0 0 25 0 1 0 117946247 5419008 960 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1323 960 67 132 0 1188 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 5292

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 716
/proc/meminfo: memFree=1703360/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=5292 CPUtime=1002.03
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 988 0 0 0 100196 7 0 0 25 0 1 0 117946247 5419008 973 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551681 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1323 973 67 132 0 1188 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 5292

[startup+1062.3 s]
/proc/loadavg: 1.05 0.99 0.99 2/84 788
/proc/meminfo: memFree=1702224/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=5292 CPUtime=1062
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 988 0 0 0 106192 8 0 0 25 0 1 0 117946247 5419008 973 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1323 973 67 132 0 1188 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 5292

[startup+1122.3 s]
/proc/loadavg: 1.02 0.99 0.99 2/78 914
/proc/meminfo: memFree=1702968/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=5292 CPUtime=1121.92
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 994 0 0 0 112183 9 0 0 25 0 1 0 117946247 5419008 979 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551675 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1323 979 67 132 0 1188 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 5292

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 914
/proc/meminfo: memFree=1702976/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=5436 CPUtime=1181.9
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 1013 0 0 0 118181 9 0 0 25 0 1 0 117946247 5566464 998 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563574 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1359 998 67 132 0 1224 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 5436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 914
/proc/meminfo: memFree=1702976/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=5436 CPUtime=1200.1
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 1013 0 0 0 120001 9 0 0 25 0 1 0 117946247 5566464 998 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1359 998 67 132 0 1224 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 5436

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 914
/proc/meminfo: memFree=1702976/2055920 swapFree=4157664/4192956
[pid=715] ppid=713 vsize=5436 CPUtime=1200.1
/proc/715/stat : 715 (minimarch_fixed) R 713 715 32230 0 -1 4194304 1013 0 0 0 120001 9 0 0 25 0 1 0 117946247 5566464 998 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/715/statm: 1359 998 67 132 0 1224 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 5436

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1200.01
CPU system time (s): 0.100984
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 5436

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

runsolver used 1.02884 second user time and 2.47862 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Thu Apr 26 23:43:26 UTC 2007

IDJOB= 427199
IDBENCH= 19855
IDSOLVER= 198
FILE ID= node45/427199-1177631006

PBS_JOBID= 4697191

Free space on /tmp= 66483 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1047920973-05.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427199-1177631006/minimarch_fixed /tmp/evaluation/427199-1177631006/instance-427199-1177631006.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-427199-1177631006 -o ROOT/results/node45/solver-427199-1177631006 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427199-1177631006/minimarch_fixed /tmp/evaluation/427199-1177631006/instance-427199-1177631006.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  db8e419644a4c82c9378034a33f31e1f

RANDOM SEED= 762329071

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1707744 kB
Buffers:         39432 kB
Cached:         229880 kB
SwapCached:      14792 kB
Active:         200000 kB
Inactive:        92968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707744 kB
SwapTotal:     4192956 kB
SwapFree:      4157664 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:          30200 kB
Slab:            40792 kB
Committed_AS:  1379300 kB
PageTables:       1736 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= 66483 MiB

End job on node45 on Fri Apr 27 00:03:29 UTC 2007