Trace number 315706

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.45

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark217.784
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

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:  509512                                               |
0.00/0.00	|  Number of clauses:    1529045                                              |
6.09/6.14	|  Parsing time:         5.94         s                                       |
33.78/33.86	============================[ Search Statistics ]==============================
33.78/33.86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.78/33.86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.78/33.86	===============================================================================
33.78/33.86	|         0 |  131906   828723  2827553 |   276241        0    nan |  0.000 % |
35.18/35.20	|       100 |  131905   828723  2827553 |   303865       99     30 |  0.261 % |
36.78/36.82	|       250 |  131905   828723  2827553 |   334251      249    111 |  0.261 % |
41.38/41.46	|       477 |  131905   828723  2827553 |   367676      476    101 |  0.261 % |
46.08/46.19	|       814 |  131905   827983  2825010 |   404444      812    142 |  0.262 % |
51.87/51.96	|      1323 |  131903   827400  2823417 |   444888     1320    104 |  0.262 % |
59.97/60.09	|      2083 |  131903   826849  2821916 |   489377     2079    104 |  0.262 % |
78.46/78.53	|      3223 |  131900   824897  2815459 |   538315     3216     94 |  0.263 % |
101.36/101.45	|      4931 |  131895   824332  2813905 |   592147     4920     87 |  0.263 % |
141.05/141.14	|      7493 |  131894   821395  2804011 |   651361     7472    108 |  0.264 % |
191.93/192.01	|     11337 |  131890   819347  2797763 |   716498    11290     84 |  0.264 % |
275.21/275.36	|     17107 |  131885   815904  2786661 |   788147    17055     96 |  0.265 % |
397.57/397.78	|     25756 |  131881   813239  2777872 |   866962    25700    112 |  0.266 % |
605.81/606.06	|     38731 |  131873   809501  2766227 |   953658    38653    107 |  0.268 % |
961.91/962.25	|     58192 |  131866   805858  2754904 |  1049024    58092    121 |  0.269 % |

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/node5/watcher-315706-1172657756 -o ROOT/results/node5/solver-315706-1172657756 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315706-1172657756/minimarch /tmp/evaluation/315706-1172657756/instance-315706-1172657756.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 0.99 3/77 31042
/proc/meminfo: memFree=605856/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=2296 CPUtime=0
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 466 0 0 0 0 0 0 0 18 0 1 0 285730463 2351104 450 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 574 450 51 132 0 439 0

[startup+0.0419779 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31042
/proc/meminfo: memFree=605856/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=5688 CPUtime=0.03
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 1268 0 0 0 3 0 0 0 18 0 1 0 285730463 5824512 1252 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 1422 1253 51 132 0 1287 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5688

[startup+0.10199 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31042
/proc/meminfo: memFree=605856/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=10800 CPUtime=0.09
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 2436 0 0 0 8 1 0 0 18 0 1 0 285730463 11059200 2420 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 2700 2420 51 132 0 2565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10800

[startup+0.302013 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31042
/proc/meminfo: memFree=605856/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=28856 CPUtime=0.29
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 6229 0 0 0 26 3 0 0 19 0 1 0 285730463 29548544 6213 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134526272 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 7214 6213 51 132 0 7079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28856

[startup+0.709117 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31042
/proc/meminfo: memFree=605856/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=55904 CPUtime=0.69
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 13244 0 0 0 62 7 0 0 24 0 1 0 285730463 57245696 13228 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 13976 13229 51 132 0 13841 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55904

[startup+1.50114 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31043
/proc/meminfo: memFree=531800/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=119560 CPUtime=1.49
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 27195 0 0 0 133 16 0 0 25 0 1 0 285730463 122429440 27179 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 29890 27180 51 132 0 29755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119560

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31043
/proc/meminfo: memFree=470104/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=149736 CPUtime=3.09
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 33930 0 0 0 289 20 0 0 25 0 1 0 285730463 153329664 33914 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 37434 33914 51 132 0 37299 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 149736

[startup+6.30169 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31043
/proc/meminfo: memFree=470168/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=149732 CPUtime=6.29
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 33943 0 0 0 609 20 0 0 25 0 1 0 285730463 153325568 33927 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531532 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 37433 33927 62 132 0 37298 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149732

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 3/78 31043
/proc/meminfo: memFree=409752/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=217972 CPUtime=12.69
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 50663 0 0 0 1241 28 0 0 25 0 1 0 285730463 223203328 50647 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134550350 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 54493 50647 62 132 0 54358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 217972

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 31043
/proc/meminfo: memFree=334296/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=294600 CPUtime=25.48
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 67894 0 0 0 2511 37 0 0 25 0 1 0 285730463 301670400 67878 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134550353 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 73650 67878 62 132 0 73515 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 294600

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 31043
/proc/meminfo: memFree=358424/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=51.07
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 71976 0 0 0 5067 40 0 0 25 0 1 0 285730463 267083776 61865 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 61865 67 132 0 65071 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 260824

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 31043
/proc/meminfo: memFree=358488/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=102.27
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 71976 0 0 0 10186 41 0 0 25 0 1 0 285730463 267083776 61865 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 61865 67 132 0 65071 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 260824

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=358424/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=162.24
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 71985 0 0 0 16183 41 0 0 25 0 1 0 285730463 267083776 61874 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 61874 67 132 0 65071 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 260824

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=358296/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=222.23
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 71997 0 0 0 22181 42 0 0 25 0 1 0 285730463 267083776 61886 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 61886 67 132 0 65071 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 260824

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=358104/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=282.21
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 72033 0 0 0 28179 42 0 0 25 0 1 0 285730463 267083776 61922 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 61922 67 132 0 65071 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 260824

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=357912/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=342.19
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 72085 0 0 0 34176 43 0 0 25 0 1 0 285730463 267083776 61974 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134552473 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 61974 67 132 0 65071 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 260824

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=357720/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=402.17
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 72141 0 0 0 40174 43 0 0 25 0 1 0 285730463 267083776 62030 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 62030 67 132 0 65071 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 260824

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=357656/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=462.16
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 72159 0 0 0 46172 44 0 0 25 0 1 0 285730463 267083776 62048 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 62048 67 132 0 65071 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 260824

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=357592/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=260824 CPUtime=522.14
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 72162 0 0 0 52170 44 0 0 25 0 1 0 285730463 267083776 62051 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65206 62051 67 132 0 65071 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 260824

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=356376/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=262148 CPUtime=582.12
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 72482 0 0 0 58167 45 0 0 25 0 1 0 285730463 268439552 62371 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551345 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65537 62371 67 132 0 65402 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 262148

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=355416/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=263072 CPUtime=642.11
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 72714 0 0 0 64165 46 0 0 25 0 1 0 285730463 269385728 62603 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 65768 62603 67 132 0 65633 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 263072

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=354200/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=264372 CPUtime=702.09
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 73025 0 0 0 70162 47 0 0 25 0 1 0 285730463 270716928 62914 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 66093 62914 67 132 0 65958 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 264372

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=353304/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=265296 CPUtime=762.07
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 73242 0 0 0 76160 47 0 0 25 0 1 0 285730463 271663104 63131 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 66324 63131 67 132 0 66189 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 265296

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=348184/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=270504 CPUtime=822.05
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 74526 0 0 0 82155 50 0 0 25 0 1 0 285730463 276996096 64415 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 67626 64415 67 132 0 67491 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 270504

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=347288/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=271304 CPUtime=882.04
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 74739 0 0 0 88153 51 0 0 25 0 1 0 285730463 277815296 64628 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 67826 64628 67 132 0 67691 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 271304

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=346968/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=271568 CPUtime=942.02
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 74820 0 0 0 94151 51 0 0 25 0 1 0 285730463 278085632 64709 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 67892 64709 67 132 0 67757 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 271568

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=345880/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=272792 CPUtime=1002
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 75104 0 0 0 100148 52 0 0 25 0 1 0 285730463 279339008 64993 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 68198 64993 67 132 0 68063 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 272792

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=343704/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=275036 CPUtime=1061.98
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 75640 0 0 0 106145 53 0 0 25 0 1 0 285730463 281636864 65529 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 68759 65529 67 132 0 68624 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 275036

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=342680/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=275964 CPUtime=1121.96
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 75896 0 0 0 112143 53 0 0 25 0 1 0 285730463 282587136 65785 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 68991 65785 67 132 0 68856 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 275964

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=341848/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=276760 CPUtime=1181.95
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 76102 0 0 0 118141 54 0 0 25 0 1 0 285730463 283402240 65991 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134557503 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 69190 65991 67 132 0 69055 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 276760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31043
/proc/meminfo: memFree=341784/2055920 swapFree=4192812/4192956
[pid=31042] ppid=31040 vsize=276892 CPUtime=1200.05
/proc/31042/stat : 31042 (minimarch) R 31040 31042 30064 0 -1 4194304 76118 0 0 0 119951 54 0 0 25 0 1 0 285730463 283537408 66007 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134550924 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 69223 66007 67 132 0 69088 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 276892

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.45
CPU time (s): 1200.1
CPU user time (s): 1199.51
CPU system time (s): 0.58591
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 299672

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

runsolver used 1.42778 second user time and 2.95155 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Wed Feb 28 10:15:56 UTC 2007

IDJOB= 315706
IDBENCH= 20423
IDSOLVER= 110
FILE ID= node5/315706-1172657756

PBS_JOBID= 3980947

Free space on /tmp= 66325 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= /tmp/evaluation/315706-1172657756/minimarch /tmp/evaluation/315706-1172657756/instance-315706-1172657756.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-315706-1172657756 -o ROOT/results/node5/solver-315706-1172657756 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315706-1172657756/minimarch /tmp/evaluation/315706-1172657756/instance-315706-1172657756.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  7cc30e40be8c690e76c3fb158623be61

RANDOM SEED= 716885122

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:        606264 kB
Buffers:         56196 kB
Cached:        1268716 kB
SwapCached:          0 kB
Active:         515660 kB
Inactive:       853196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        606264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           29800 kB
Writeback:           0 kB
Mapped:          62904 kB
Slab:            66388 kB
Committed_AS:   969736 kB
PageTables:       1692 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= 66325 MiB

End job on node5 on Wed Feb 28 10:35:59 UTC 2007