Trace number 329074

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.08 1200.53

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k10.cnf
MD5SUMb801eedc38d94f7d34b1c4de68ba5e4b
Bench CategoryINDUST (industrial 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 variables46169
Number of clauses207720
Sum of the clauses size584068
Maximum clause length37
Minimum clause length1
Number of clauses of size 1148
Number of clauses of size 284712
Number of clauses of size 3114816
Number of clauses of size 4155
Number of clauses of size 5294
Number of clauses of size over 57595

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:  46169                                                |
0.00/0.00	|  Number of clauses:    207720                                               |
0.58/0.64	|  Parsing time:         0.61         s                                       |
2.48/2.58	============================[ Search Statistics ]==============================
2.48/2.58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.48/2.58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.48/2.58	===============================================================================
2.48/2.58	|         0 |   22076   160213   580404 |    53404        0    nan |  0.000 % |
2.58/2.70	|       101 |   22076   160213   580404 |    58744      101     26 |  0.732 % |
2.68/2.76	|       251 |   22076   160213   580404 |    64619      251     24 |  0.732 % |
2.78/2.89	|       477 |   22076   160213   580404 |    71081      477     29 |  0.732 % |
2.98/3.09	|       814 |   22076   160213   580404 |    78189      814     22 |  0.732 % |
3.19/3.21	|      1321 |   22076   160213   580404 |    86008     1321     21 |  0.732 % |
3.38/3.41	|      2081 |   22076   160213   580404 |    94609     2081     17 |  0.732 % |
3.68/3.70	|      3221 |   22076   160213   580404 |   104069     3221     21 |  0.732 % |
6.38/6.49	|      4930 |   22076   160213   580404 |   114476     4930     55 |  0.732 % |
14.59/14.61	|      7493 |   22076   160213   580404 |   125924     7493     85 |  0.732 % |
15.59/15.61	|     11337 |   22076   160213   580404 |   138517    11337     68 |  0.732 % |
16.58/16.67	|     17103 |   22076   160213   580404 |   152368    17103     58 |  0.732 % |
37.67/37.75	|     25752 |   22076   160213   580404 |   167605    25752     93 |  0.732 % |
51.57/51.67	|     38726 |   22076   160213   580404 |   184366    38726     86 |  0.732 % |
57.67/57.76	|     58188 |   22076   160213   580404 |   202802    58188     88 |  0.732 % |
129.65/129.72	|     87381 |   22076   160213   580404 |   223083    87381    106 |  0.732 % |
259.61/259.72	|    131170 |   22076   160213   580404 |   245391   131170    110 |  0.732 % |
536.43/536.66	|    196854 |   22076   160213   580404 |   269930   196854    107 |  0.732 % |
1016.18/1016.69	|    295380 |   22076   160213   580404 |   296923    27584    399 |  0.732 % |

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/node17/watcher-329074-1173131249 -o ROOT/results/node17/solver-329074-1173131249 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329074-1173131249/minimarch /tmp/evaluation/329074-1173131249/instance-329074-1173131249.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.98 1.07 3/77 22308
/proc/meminfo: memFree=1640328/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=1736 CPUtime=0
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 333079146 1777664 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134518483 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 434 314 45 132 0 299 0

[startup+0.0720381 s]
/proc/loadavg: 0.92 0.98 1.07 3/77 22308
/proc/meminfo: memFree=1640328/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=6064 CPUtime=0.05
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 1373 0 0 0 5 0 0 0 18 0 1 0 333079146 6209536 1357 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 1516 1357 51 132 0 1381 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6064

[startup+0.10104 s]
/proc/loadavg: 0.92 0.98 1.07 3/77 22308
/proc/meminfo: memFree=1640328/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=7880 CPUtime=0.09
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 1803 0 0 0 8 1 0 0 18 0 1 0 333079146 8069120 1787 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 2003 1788 51 132 0 1868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7880

[startup+0.301061 s]
/proc/loadavg: 0.92 0.98 1.07 3/77 22308
/proc/meminfo: memFree=1640328/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=20948 CPUtime=0.28
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 4528 0 0 0 26 2 0 0 19 0 1 0 333079146 21450752 4512 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523068 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 5237 4512 51 132 0 5102 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20948

[startup+0.701103 s]
/proc/loadavg: 0.92 0.98 1.07 3/77 22308
/proc/meminfo: memFree=1640328/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=20944 CPUtime=0.68
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 4542 0 0 0 66 2 0 0 22 0 1 0 333079146 21446656 4526 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531491 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 5236 4526 63 132 0 5101 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 20944

[startup+1.50119 s]
/proc/loadavg: 0.92 0.98 1.07 2/78 22309
/proc/meminfo: memFree=1615360/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=32588 CPUtime=1.49
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 7368 0 0 0 145 4 0 0 25 0 1 0 333079146 33370112 7352 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523598 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 8147 7352 63 132 0 8012 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32588

[startup+3.10135 s]
/proc/loadavg: 0.92 0.98 1.07 2/78 22309
/proc/meminfo: memFree=1610048/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=29384 CPUtime=3.08
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 7875 0 0 0 304 4 0 0 25 0 1 0 333079146 30089216 6810 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551281 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 7346 6810 67 132 0 7211 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29384

[startup+6.30169 s]
/proc/loadavg: 0.93 0.98 1.07 2/78 22309
/proc/meminfo: memFree=1612608/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=29384 CPUtime=6.28
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 7875 0 0 0 624 4 0 0 25 0 1 0 333079146 30089216 6810 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 7346 6810 67 132 0 7211 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29384

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 1.07 2/78 22309
/proc/meminfo: memFree=1612672/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=29384 CPUtime=12.69
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 7875 0 0 0 1264 5 0 0 25 0 1 0 333079146 30089216 6810 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 7346 6810 67 132 0 7211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29384

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.07 2/78 22309
/proc/meminfo: memFree=1609984/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=32420 CPUtime=25.49
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 8618 0 0 0 2543 6 0 0 25 0 1 0 333079146 33198080 7553 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 8105 7553 67 132 0 7970 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32420

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 1.07 2/78 22309
/proc/meminfo: memFree=1603584/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=38920 CPUtime=51.07
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 10245 0 0 0 5100 7 0 0 25 0 1 0 333079146 39854080 9180 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 9730 9180 67 132 0 9595 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38920

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.06 2/78 22309
/proc/meminfo: memFree=1584512/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=57880 CPUtime=102.25
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 14981 0 0 0 10214 11 0 0 25 0 1 0 333079146 59269120 13916 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 14470 13916 67 132 0 14335 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57880

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 22309
/proc/meminfo: memFree=1573312/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=69204 CPUtime=162.23
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 17769 0 0 0 16208 15 0 0 25 0 1 0 333079146 70864896 16704 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552587 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 17301 16704 67 132 0 17166 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 69204

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 22309
/proc/meminfo: memFree=1563008/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=79384 CPUtime=222.22
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 20324 0 0 0 22203 19 0 0 25 0 1 0 333079146 81289216 19259 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552587 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 19846 19259 67 132 0 19711 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 79384

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 22309
/proc/meminfo: memFree=1552128/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=90572 CPUtime=282.2
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 23086 0 0 0 28198 22 0 0 25 0 1 0 333079146 92745728 22021 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552587 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 22643 22021 67 132 0 22508 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 90572

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 22309
/proc/meminfo: memFree=1545536/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=97048 CPUtime=342.19
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 24714 0 0 0 34195 24 0 0 25 0 1 0 333079146 99377152 23649 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551145 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 24262 23649 67 132 0 24127 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 97048

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 22309
/proc/meminfo: memFree=1539136/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=103404 CPUtime=402.16
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 26311 0 0 0 40190 26 0 0 25 0 1 0 333079146 105885696 25246 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 25851 25246 67 132 0 25716 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 103404

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 22309
/proc/meminfo: memFree=1533696/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=108820 CPUtime=462.15
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 27673 0 0 0 46187 28 0 0 25 0 1 0 333079146 111431680 26608 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 27205 26608 67 132 0 27070 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 108820

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 22309
/proc/meminfo: memFree=1528768/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=113624 CPUtime=522.13
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 28891 0 0 0 52184 29 0 0 25 0 1 0 333079146 116350976 27826 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 28406 27826 67 132 0 28271 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 113624

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 22309
/proc/meminfo: memFree=1520128/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=122680 CPUtime=582.11
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 31053 0 0 0 58179 32 0 0 25 0 1 0 333079146 125624320 29988 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551409 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 30670 29988 67 132 0 30535 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 122680

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 22309
/proc/meminfo: memFree=1512832/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=129820 CPUtime=642.11
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 32852 0 0 0 64176 35 0 0 25 0 1 0 333079146 132935680 31787 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 32455 31787 67 132 0 32320 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 129820

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 22309
/proc/meminfo: memFree=1505472/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=137264 CPUtime=702.09
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 34704 0 0 0 70172 37 0 0 25 0 1 0 333079146 140558336 33639 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 34316 33639 67 132 0 34181 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 137264

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 22309
/proc/meminfo: memFree=1498240/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=144320 CPUtime=762.07
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 36474 0 0 0 76168 39 0 0 25 0 1 0 333079146 147783680 35409 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 36080 35409 67 132 0 35945 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 144320

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/84 22381
/proc/meminfo: memFree=1490312/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=150960 CPUtime=822.02
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 38166 0 0 0 82161 41 0 0 25 0 1 0 333079146 154583040 37101 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551354 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 37740 37101 67 132 0 37605 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 150960

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/84 22479
/proc/meminfo: memFree=1481160/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=160124 CPUtime=881.95
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 40436 0 0 0 88150 45 0 0 25 0 1 0 333079146 163966976 39371 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551385 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 40031 39371 67 132 0 39896 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 160124

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 22507
/proc/meminfo: memFree=1474112/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=168048 CPUtime=941.91
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 42444 0 0 0 94143 48 0 0 25 0 1 0 333079146 172081152 41379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 42012 41379 67 132 0 41877 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 168048

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 22507
/proc/meminfo: memFree=1474240/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=168048 CPUtime=1001.89
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 42444 0 0 0 100141 48 0 0 25 0 1 0 333079146 172081152 41379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 42012 41379 67 132 0 41877 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 168048

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 22507
/proc/meminfo: memFree=1474240/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=168048 CPUtime=1061.88
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 42444 0 0 0 106139 49 0 0 25 0 1 0 333079146 172081152 41379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 42012 41379 67 132 0 41877 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 168048

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 22507
/proc/meminfo: memFree=1474240/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=168048 CPUtime=1121.86
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 42444 0 0 0 112137 49 0 0 25 0 1 0 333079146 172081152 41379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 42012 41379 67 132 0 41877 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 168048

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 22507
/proc/meminfo: memFree=1474240/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=168048 CPUtime=1181.84
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 42444 0 0 0 118134 50 0 0 25 0 1 0 333079146 172081152 41379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 42012 41379 67 132 0 41877 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 168048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 22507
/proc/meminfo: memFree=1474240/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=168048 CPUtime=1200.04
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 42444 0 0 0 119954 50 0 0 25 0 1 0 333079146 172081152 41379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557335 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 42012 41379 67 132 0 41877 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 168048

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: 0.99 0.98 1.00 2/78 22507
/proc/meminfo: memFree=1474240/2055920 swapFree=4168648/4192956
[pid=22308] ppid=22306 vsize=168048 CPUtime=1200.04
/proc/22308/stat : 22308 (minimarch) R 22306 22308 21072 0 -1 4194304 42444 0 0 0 119954 50 0 0 25 0 1 0 333079146 172081152 41379 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557335 0 0 4096 3 0 0 0 17 1 0 0
/proc/22308/statm: 42012 41379 67 132 0 41877 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 168048

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.08
CPU user time (s): 1199.55
CPU system time (s): 0.529919
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 168048

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

runsolver used 1.3378 second user time and 3.04154 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Mar  5 21:47:29 UTC 2007

IDJOB= 329074
IDBENCH= 20531
IDSOLVER= 110
FILE ID= node17/329074-1173131249

PBS_JOBID= 4014946

Free space on /tmp= 66522 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k10.cnf
COMMAND LINE= /tmp/evaluation/329074-1173131249/minimarch /tmp/evaluation/329074-1173131249/instance-329074-1173131249.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-329074-1173131249 -o ROOT/results/node17/solver-329074-1173131249 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329074-1173131249/minimarch /tmp/evaluation/329074-1173131249/instance-329074-1173131249.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  b801eedc38d94f7d34b1c4de68ba5e4b

RANDOM SEED= 677337889

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1640736 kB
Buffers:         37896 kB
Cached:         303096 kB
SwapCached:       2680 kB
Active:          97864 kB
Inactive:       266132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640736 kB
SwapTotal:     4192956 kB
SwapFree:      4168648 kB
Dirty:            7184 kB
Writeback:           0 kB
Mapped:          30336 kB
Slab:            36744 kB
Committed_AS:  1374500 kB
PageTables:       1748 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= 66522 MiB

End job on node17 on Mon Mar  5 22:07:32 UTC 2007