Trace number 329368

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.1 1200.63

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k90.cnf
MD5SUM4d4e319f149d6e692fcbe15ac5f23f27
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 variables48367
Number of clauses172410
Sum of the clauses size457782
Maximum clause length37
Minimum clause length1
Number of clauses of size 11188
Number of clauses of size 290456
Number of clauses of size 374240
Number of clauses of size 4446
Number of clauses of size 5865
Number of clauses of size over 55215

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:  48367                                                |
0.00/0.00	|  Number of clauses:    172410                                               |
0.39/0.48	|  Parsing time:         0.46         s                                       |
1.89/1.95	============================[ Search Statistics ]==============================
1.89/1.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/1.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/1.95	===============================================================================
1.89/1.95	|         0 |   18280   122574   440567 |    40858        0    nan |  0.000 % |
1.99/2.08	|       100 |   18280   122574   440567 |    44943      100     12 |  2.469 % |
2.19/2.25	|       250 |   18280   122574   440567 |    49438      250     23 |  2.469 % |
2.39/2.44	|       476 |   18280   122574   440567 |    54381      476     43 |  2.469 % |
2.69/2.77	|       813 |   18280   122574   440567 |    59820      813     53 |  2.469 % |
2.79/2.84	|      1319 |   18280   122574   440567 |    65802     1319     39 |  2.469 % |
3.49/3.54	|      2079 |   18280   122574   440567 |    72382     2079     62 |  2.469 % |
3.79/3.85	|      3218 |   18280   122574   440567 |    79620     3218     48 |  2.469 % |
3.99/4.04	|      4927 |   18280   122574   440567 |    87582     4927     44 |  2.469 % |
4.79/4.83	|      7490 |   18280   122574   440567 |    96341     7490     42 |  2.469 % |
10.69/10.80	|     11334 |   18280   122574   440567 |   105975    11334     74 |  2.469 % |
13.69/13.77	|     17101 |   18280   122574   440567 |   116572    17101     66 |  2.469 % |
19.59/19.61	|     25750 |   18280   122574   440567 |   128229    25750     68 |  2.469 % |
32.78/32.89	|     38725 |   18280   122574   440567 |   141052    38725     74 |  2.469 % |
62.26/62.34	|     58187 |   18278   122560   440523 |   155158    58185     84 |  2.473 % |
111.15/111.22	|     87380 |   18277   122550   440498 |   170674    87377     85 |  2.475 % |
229.31/229.45	|    131169 |   18273   122550   440498 |   187741   131162    107 |  2.483 % |
395.65/395.82	|    196854 |   18273   122507   440389 |   206515   196847    116 |  2.483 % |
758.29/758.66	|    295380 |   18031   120897   434215 |   227167    91627    186 |  2.983 % |

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/node43/watcher-329368-1173138519 -o ROOT/results/node43/solver-329368-1173138519 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329368-1173138519/minimarch /tmp/evaluation/329368-1173138519/instance-329368-1173138519.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.99 1.09 3/64 26964
/proc/meminfo: memFree=1263112/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=1736 CPUtime=0
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 333808007 1777664 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134518906 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 434 314 45 132 0 299 0

[startup+0.010902 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 26964
/proc/meminfo: memFree=1263112/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=2004 CPUtime=0
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 398 0 0 0 0 0 0 0 18 0 1 0 333808007 2052096 382 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 501 382 51 132 0 366 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2004

[startup+0.101919 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 26964
/proc/meminfo: memFree=1263112/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=8004 CPUtime=0.09
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 1847 0 0 0 9 0 0 0 18 0 1 0 333808007 8196096 1831 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526272 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 2001 1832 51 132 0 1866 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8004

[startup+0.301951 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 26964
/proc/meminfo: memFree=1263112/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=18404 CPUtime=0.29
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 4068 0 0 0 28 1 0 0 19 0 1 0 333808007 18845696 4052 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523345 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 4601 4052 51 132 0 4466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18404

[startup+0.702017 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 26964
/proc/meminfo: memFree=1263112/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=22096 CPUtime=0.69
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 5067 0 0 0 67 2 0 0 23 0 1 0 333808007 22626304 5051 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 5524 5051 63 132 0 5389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22096

[startup+1.50115 s]
/proc/loadavg: 0.92 0.99 1.09 2/65 26965
/proc/meminfo: memFree=1238144/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=28268 CPUtime=1.49
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 6507 0 0 0 146 3 0 0 25 0 1 0 333808007 28946432 6491 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523098 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 7067 6491 63 132 0 6932 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28268

[startup+3.10142 s]
/proc/loadavg: 0.93 0.99 1.09 2/65 26965
/proc/meminfo: memFree=1239424/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=25104 CPUtime=3.09
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 6899 0 0 0 306 3 0 0 25 0 1 0 333808007 25706496 5877 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 6276 5877 67 132 0 6141 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25104

[startup+6.30195 s]
/proc/loadavg: 0.93 0.99 1.09 2/65 26965
/proc/meminfo: memFree=1239432/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=25104 CPUtime=6.29
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 6899 0 0 0 626 3 0 0 25 0 1 0 333808007 25706496 5877 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 6276 5877 67 132 0 6141 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25104

[startup+12.702 s]
/proc/loadavg: 0.93 0.99 1.09 2/65 26965
/proc/meminfo: memFree=1238408/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=26592 CPUtime=12.69
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 7266 0 0 0 1265 4 0 0 25 0 1 0 333808007 27230208 6244 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 6648 6244 67 132 0 6513 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26592

[startup+25.5011 s]
/proc/loadavg: 1.01 1.00 1.09 2/65 26965
/proc/meminfo: memFree=1232904/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=31988 CPUtime=25.48
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 8599 0 0 0 2543 5 0 0 25 0 1 0 333808007 32755712 7577 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 7997 7577 67 132 0 7862 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31988

[startup+51.1014 s]
/proc/loadavg: 1.01 1.00 1.09 2/65 26965
/proc/meminfo: memFree=1225288/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=39608 CPUtime=51.07
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 10512 0 0 0 5099 8 0 0 25 0 1 0 333808007 40558592 9490 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 9902 9490 67 132 0 9767 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39608

[startup+102.306 s]
/proc/loadavg: 1.05 1.01 1.09 2/65 26965
/proc/meminfo: memFree=1212744/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=52004 CPUtime=102.25
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 13604 0 0 0 10213 12 0 0 25 0 1 0 333808007 53252096 12582 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550924 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 13001 12582 67 132 0 12866 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 52004

[startup+162.302 s]
/proc/loadavg: 1.06 1.02 1.09 2/65 26965
/proc/meminfo: memFree=1196360/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=68560 CPUtime=162.23
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 17724 0 0 0 16207 16 0 0 25 0 1 0 333808007 70205440 16702 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 17140 16702 67 132 0 17005 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 68560

[startup+222.302 s]
/proc/loadavg: 1.02 1.02 1.08 2/65 26965
/proc/meminfo: memFree=1184712/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=80056 CPUtime=222.21
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 20605 0 0 0 22201 20 0 0 25 0 1 0 333808007 81977344 19583 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 20014 19583 67 132 0 19879 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 80056

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.08 2/65 26965
/proc/meminfo: memFree=1168328/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=96588 CPUtime=282.19
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 24695 0 0 0 28194 25 0 0 25 0 1 0 333808007 98906112 23673 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 24147 23673 67 132 0 24012 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 96588

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 26965
/proc/meminfo: memFree=1157128/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=107624 CPUtime=342.17
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 27468 0 0 0 34189 28 0 0 25 0 1 0 333808007 110206976 26446 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550894 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 26906 26446 67 132 0 26771 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 107624

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 26965
/proc/meminfo: memFree=1144840/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=119892 CPUtime=402.15
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 30541 0 0 0 40184 31 0 0 25 0 1 0 333808007 122769408 29519 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 29973 29519 67 132 0 29838 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 119892

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 26965
/proc/meminfo: memFree=1137928/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=127028 CPUtime=462.13
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 32239 0 0 0 46180 33 0 0 25 0 1 0 333808007 130076672 31217 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 31757 31217 67 132 0 31622 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 127028

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 26965
/proc/meminfo: memFree=1132104/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=132844 CPUtime=522.11
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 33711 0 0 0 52176 35 0 0 25 0 1 0 333808007 136032256 32689 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33211 32689 67 132 0 33076 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 132844

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 26965
/proc/meminfo: memFree=1132104/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=132844 CPUtime=582.09
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 33711 0 0 0 58174 35 0 0 25 0 1 0 333808007 136032256 32689 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557966 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33211 32689 67 132 0 33076 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 132844

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 26965
/proc/meminfo: memFree=1132104/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=132844 CPUtime=642.07
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 33711 0 0 0 64172 35 0 0 25 0 1 0 333808007 136032256 32689 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33211 32689 67 132 0 33076 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 132844

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 26965
/proc/meminfo: memFree=1132040/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=132844 CPUtime=702.04
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 33711 0 0 0 70169 35 0 0 25 0 1 0 333808007 136032256 32689 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33211 32689 67 132 0 33076 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 132844

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.03 2/71 27067
/proc/meminfo: memFree=1130832/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=132844 CPUtime=761.98
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 33712 0 0 0 76162 36 0 0 25 0 1 0 333808007 136032256 32690 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33211 32690 67 132 0 33076 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 132844

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/71 27143
/proc/meminfo: memFree=1130704/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=132844 CPUtime=821.9
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 33712 0 0 0 82154 36 0 0 25 0 1 0 333808007 136032256 32690 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33211 32690 67 132 0 33076 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 132844

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 27165
/proc/meminfo: memFree=1131784/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=132844 CPUtime=881.86
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 33712 0 0 0 88150 36 0 0 25 0 1 0 333808007 136032256 32690 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33211 32690 67 132 0 33076 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 132844

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 27165
/proc/meminfo: memFree=1131784/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=132844 CPUtime=941.84
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 33712 0 0 0 94148 36 0 0 25 0 1 0 333808007 136032256 32690 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33211 32690 67 132 0 33076 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 132844

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27165
/proc/meminfo: memFree=1130760/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=134032 CPUtime=1001.83
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 34002 0 0 0 100146 37 0 0 25 0 1 0 333808007 137248768 32980 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551202 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 33508 32980 67 132 0 33373 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 134032

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27165
/proc/meminfo: memFree=1123528/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=141436 CPUtime=1061.81
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 35821 0 0 0 106142 39 0 0 25 0 1 0 333808007 144830464 34799 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 35359 34799 67 132 0 35224 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 141436

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27165
/proc/meminfo: memFree=1116872/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=148044 CPUtime=1121.78
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 37473 0 0 0 112138 40 0 0 25 0 1 0 333808007 151597056 36451 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551347 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 37011 36451 67 132 0 36876 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 148044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27165
/proc/meminfo: memFree=1110152/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=154752 CPUtime=1181.77
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 39162 0 0 0 118135 42 0 0 25 0 1 0 333808007 158466048 38140 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 38688 38140 67 132 0 38553 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 154752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27165
/proc/meminfo: memFree=1107528/2055920 swapFree=4184040/4192956
[pid=26964] ppid=26962 vsize=157280 CPUtime=1200.06
/proc/26964/stat : 26964 (minimarch) R 26962 26964 26311 0 -1 4194304 39779 0 0 0 119964 42 0 0 25 0 1 0 333808007 161054720 38757 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26964/statm: 39320 38757 67 132 0 39185 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 157280

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.63
CPU time (s): 1200.1
CPU user time (s): 1199.65
CPU system time (s): 0.451931
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 157280

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

runsolver used 0.961853 second user time and 2.43463 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Mar  5 23:48:40 UTC 2007

IDJOB= 329368
IDBENCH= 20538
IDSOLVER= 110
FILE ID= node43/329368-1173138519

PBS_JOBID= 4015200

Free space on /tmp= 66494 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  4d4e319f149d6e692fcbe15ac5f23f27

RANDOM SEED= 625698424

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1263520 kB
Buffers:         31288 kB
Cached:         683268 kB
SwapCached:       2912 kB
Active:         138840 kB
Inactive:       585348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263520 kB
SwapTotal:     4192956 kB
SwapFree:      4184040 kB
Dirty:            6492 kB
Writeback:           0 kB
Mapped:          15600 kB
Slab:            54288 kB
Committed_AS:   798444 kB
PageTables:       1392 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= 66494 MiB

End job on node43 on Tue Mar  6 00:08:42 UTC 2007