Trace number 294139

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.06 1200.34

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1109841921-18.SAT.shuffled.cnf
MD5SUMdbe7e3fe1e7b58d06fc02e720d4baf80
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.068989
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
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 52769
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:  130                                                  |
0.00/0.00	|  Number of clauses:    2769                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |     130     2769    13845 |      923        0    nan |  0.000 % |
0.00/0.03	|       100 |     130     2769    13845 |     1015      100     25 |  0.006 % |
0.00/0.04	|       250 |     130     2769    13845 |     1116      250     25 |  0.006 % |
0.00/0.05	|       475 |     130     2769    13845 |     1228      475     25 |  0.006 % |
0.00/0.06	|       812 |     130     2769    13845 |     1351      812     26 |  0.006 % |
0.00/0.08	|      1319 |     130     2769    13845 |     1486     1319     26 |  0.006 % |
0.10/0.11	|      2079 |     130     2769    13845 |     1635     1320     25 |  0.006 % |
0.10/0.16	|      3218 |     130     2769    13845 |     1798     1626     25 |  0.006 % |
0.20/0.23	|      4926 |     130     2769    13845 |     1978     1487     26 |  0.006 % |
0.30/0.35	|      7490 |     130     2769    13845 |     2176     1032     24 |  0.006 % |
0.51/0.53	|     11334 |     130     2769    13845 |     2394     1561     23 |  0.006 % |
0.81/0.82	|     17100 |     130     2769    13845 |     2633     1249     25 |  0.006 % |
1.23/1.26	|     25751 |     130     2769    13845 |     2896     1879     24 |  0.006 % |
1.94/1.96	|     38725 |     130     2769    13845 |     3186     1647     24 |  0.006 % |
2.97/3.04	|     58186 |     130     2769    13845 |     3505     1731     24 |  0.006 % |
4.71/4.75	|     87378 |     130     2769    13845 |     3855     2591     24 |  0.006 % |
7.37/7.39	|    131168 |     130     2769    13845 |     4241     3575     25 |  0.006 % |
11.47/11.54	|    196852 |     130     2769    13845 |     4665     2950     24 |  0.006 % |
17.91/18.03	|    295379 |     130     2769    13845 |     5131     2768     25 |  0.006 % |
28.16/28.25	|    443169 |     130     2769    13845 |     5644     3305     24 |  0.006 % |
44.23/44.34	|    664852 |     130     2769    13845 |     6209     3400     25 |  0.006 % |
69.22/69.25	|    997377 |     130     2769    13845 |     6830     4994     25 |  0.006 % |
108.65/108.75	|   1496165 |     130     2769    13845 |     7513     6040     24 |  0.006 % |
171.23/171.29	|   2244348 |     130     2769    13845 |     8264     6880     24 |  0.006 % |
269.64/269.77	|   3366622 |     130     2769    13845 |     9091     4611     24 |  0.006 % |
425.11/425.26	|   5050033 |     130     2769    13845 |    10000     9127     25 |  0.006 % |
672.64/672.82	|   7575149 |     130     2769    13845 |    11000     5510     26 |  0.006 % |
1069.98/1070.34	|  11362824 |     130     2769    13845 |    12100     8437     26 |  0.006 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-294139-1171783663 -o ROOT/results/node3/solver-294139-1171783663 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294139-1171783663/minimarch /tmp/evaluation/294139-1171783663/instance-294139-1171783663.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 0.99 3/77 21880
/proc/meminfo: memFree=791784/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=1868 CPUtime=0
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 0 198321174 1912832 136 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 467 136 51 132 0 332 0

[startup+0.107323 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 21880
/proc/meminfo: memFree=791784/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=2108 CPUtime=0.1
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 200 0 0 0 10 0 0 0 18 0 1 0 198321174 2158592 184 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551273 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 527 184 66 132 0 392 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2108

[startup+0.515357 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 21880
/proc/meminfo: memFree=791784/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=2240 CPUtime=0.51
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 236 0 0 0 51 0 0 0 21 0 1 0 198321174 2293760 220 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134557553 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 560 220 66 132 0 425 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2240

[startup+1.33542 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 21881
/proc/meminfo: memFree=790944/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=2372 CPUtime=1.33
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 276 0 0 0 133 0 0 0 25 0 1 0 198321174 2428928 260 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551208 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 593 260 66 132 0 458 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2372

[startup+2.97556 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 21881
/proc/meminfo: memFree=790624/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=2504 CPUtime=2.97
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 320 0 0 0 297 0 0 0 25 0 1 0 198321174 2564096 304 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 626 304 66 132 0 491 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 2504

[startup+6.25283 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 21881
/proc/meminfo: memFree=790240/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=2768 CPUtime=6.24
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 381 0 0 0 624 0 0 0 25 0 1 0 198321174 2834432 365 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 692 365 66 132 0 557 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 2768

[startup+12.7084 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 21881
/proc/meminfo: memFree=789920/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=3036 CPUtime=12.7
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 457 0 0 0 1270 0 0 0 25 0 1 0 198321174 3108864 441 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551202 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 759 441 66 132 0 624 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 3036

[startup+25.5084 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 21881
/proc/meminfo: memFree=789600/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=3440 CPUtime=25.49
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 535 0 0 0 2549 0 0 0 25 0 1 0 198321174 3522560 519 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 860 519 66 132 0 725 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3440

[startup+51.1175 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 21881
/proc/meminfo: memFree=789088/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=3852 CPUtime=51.09
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 656 0 0 0 5109 0 0 0 25 0 1 0 198321174 3944448 640 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551224 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 963 640 66 132 0 828 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3852

[startup+102.332 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 21881
/proc/meminfo: memFree=788576/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=4396 CPUtime=102.3
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 792 0 0 0 10229 1 0 0 25 0 1 0 198321174 4501504 776 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134550961 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1099 776 66 132 0 964 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 4396

[startup+162.363 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 21881
/proc/meminfo: memFree=788192/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=4808 CPUtime=162.32
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 873 0 0 0 16231 1 0 0 25 0 1 0 198321174 4923392 857 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553429 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1202 857 66 132 0 1067 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 4808

[startup+222.392 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 21881
/proc/meminfo: memFree=787680/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=5216 CPUtime=222.33
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 976 0 0 0 22232 1 0 0 25 0 1 0 198321174 5341184 960 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1304 960 66 132 0 1169 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 5216

[startup+282.419 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21881
/proc/meminfo: memFree=787488/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=5352 CPUtime=282.34
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1037 0 0 0 28233 1 0 0 25 0 1 0 198321174 5480448 1021 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1338 1021 66 132 0 1203 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 5352

[startup+342.444 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21881
/proc/meminfo: memFree=787232/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=5624 CPUtime=342.35
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1101 0 0 0 34234 1 0 0 25 0 1 0 198321174 5758976 1085 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551691 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1406 1085 66 132 0 1271 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 5624

[startup+402.474 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21881
/proc/meminfo: memFree=787040/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=5760 CPUtime=402.37
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1139 0 0 0 40235 2 0 0 25 0 1 0 198321174 5898240 1123 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1440 1123 66 132 0 1305 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 5760

[startup+462.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21881
/proc/meminfo: memFree=786912/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=6036 CPUtime=462.38
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1188 0 0 0 46236 2 0 0 25 0 1 0 198321174 6180864 1172 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551328 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1509 1172 66 132 0 1374 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 6036

[startup+522.525 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21881
/proc/meminfo: memFree=786720/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=6184 CPUtime=522.39
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1227 0 0 0 52237 2 0 0 25 0 1 0 198321174 6332416 1211 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1546 1211 66 132 0 1411 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 6184

[startup+582.554 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21881
/proc/meminfo: memFree=786784/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=6316 CPUtime=582.41
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1241 0 0 0 58238 3 0 0 25 0 1 0 198321174 6467584 1225 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134552545 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1579 1225 66 132 0 1444 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 6316

[startup+642.584 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21881
/proc/meminfo: memFree=786656/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=6316 CPUtime=642.42
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1254 0 0 0 64239 3 0 0 25 0 1 0 198321174 6467584 1238 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551356 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1579 1238 66 132 0 1444 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 6316

[startup+702.616 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=786400/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=6592 CPUtime=702.44
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1320 0 0 0 70241 3 0 0 25 0 1 0 198321174 6750208 1304 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1648 1304 66 132 0 1513 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 6592

[startup+762.641 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=786208/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=6740 CPUtime=762.45
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1369 0 0 0 76241 4 0 0 25 0 1 0 198321174 6901760 1353 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1685 1353 66 132 0 1550 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 6740

[startup+822.669 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=786144/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=6884 CPUtime=822.47
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1402 0 0 0 82243 4 0 0 25 0 1 0 198321174 7049216 1386 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1721 1386 66 132 0 1586 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 6884

[startup+882.691 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=786080/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=6884 CPUtime=882.47
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1402 0 0 0 88243 4 0 0 25 0 1 0 198321174 7049216 1386 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1721 1386 66 132 0 1586 0
Current children cumulated CPU time (s) 882.47
Current children cumulated vsize (KiB) 6884

[startup+942.712 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=786016/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=7032 CPUtime=942.48
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1420 0 0 0 94244 4 0 0 25 0 1 0 198321174 7200768 1404 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1758 1404 66 132 0 1623 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 7032

[startup+1002.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=785952/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=7032 CPUtime=1002.48
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1436 0 0 0 100244 4 0 0 25 0 1 0 198321174 7200768 1420 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1758 1420 66 132 0 1623 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 7032

[startup+1062.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=785888/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=7180 CPUtime=1062.51
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1447 0 0 0 106246 5 0 0 25 0 1 0 198321174 7352320 1431 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1795 1431 66 132 0 1660 0
Current children cumulated CPU time (s) 1062.51
Current children cumulated vsize (KiB) 7180

[startup+1122.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=785696/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=7456 CPUtime=1122.52
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1513 0 0 0 112247 5 0 0 25 0 1 0 198321174 7634944 1497 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1864 1497 66 132 0 1729 0
Current children cumulated CPU time (s) 1122.52
Current children cumulated vsize (KiB) 7456

[startup+1182.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=785568/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=7456 CPUtime=1182.53
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1536 0 0 0 118248 5 0 0 25 0 1 0 198321174 7634944 1520 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1864 1520 66 132 0 1729 0
Current children cumulated CPU time (s) 1182.53
Current children cumulated vsize (KiB) 7456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=785504/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=7604 CPUtime=1200.04
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1540 0 0 0 119999 5 0 0 25 0 1 0 198321174 7786496 1524 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1901 1524 66 132 0 1766 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 7604

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

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

[startup+1200.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21883
/proc/meminfo: memFree=785504/2055920 swapFree=4192812/4192956
[pid=21880] ppid=21878 vsize=7604 CPUtime=1200.04
/proc/21880/stat : 21880 (minimarch) R 21878 21880 20288 0 -1 4194304 1540 0 0 0 119999 5 0 0 25 0 1 0 198321174 7786496 1524 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/21880/statm: 1901 1524 66 132 0 1766 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 7604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.34
CPU time (s): 1200.06
CPU user time (s): 1200
CPU system time (s): 0.06099
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 7604

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

runsolver used 1.2768 second user time and 2.6566 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Feb 18 07:27:43 UTC 2007

IDJOB= 294139
IDBENCH= 19881
IDSOLVER= 110
FILE ID= node3/294139-1171783663

PBS_JOBID= 3839295

Free space on /tmp= 66551 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1109841921-18.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294139-1171783663/minimarch /tmp/evaluation/294139-1171783663/instance-294139-1171783663.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-294139-1171783663 -o ROOT/results/node3/solver-294139-1171783663 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294139-1171783663/minimarch /tmp/evaluation/294139-1171783663/instance-294139-1171783663.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  dbe7e3fe1e7b58d06fc02e720d4baf80

RANDOM SEED= 151388837

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        792128 kB
Buffers:         57732 kB
Cached:        1073788 kB
SwapCached:          0 kB
Active:         538900 kB
Inactive:       647236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        792128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:          73500 kB
Slab:            63224 kB
Committed_AS:   936004 kB
PageTables:       1656 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= 66551 MiB

End job on node3 on Sun Feb 18 07:47:46 UTC 2007