Trace number 1729093

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.07 1200.41

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
Bench CategoryCRAFTED (crafted 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 variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Number of variables:           363                                         |
0.00/0.01	c |  Number of clauses:            9559                                         |
0.00/0.01	c |  Parse time:                   0.01 s                                       |
0.09/0.12	c |  Simplification time:          0.11 s                                       |
0.09/0.12	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |       100 |     242     9196    48642 |     3371      100     34 |  0.002 % |
0.09/0.12	c |       250 |     242     9196    48642 |     3709      250     34 |  0.001 % |
0.09/0.13	c |       475 |     242     9196    48642 |     4079      475     32 |  0.002 % |
0.09/0.13	c |       812 |     242     9196    48642 |     4487      812     32 |  0.001 % |
0.09/0.14	c |      1318 |     242     9196    48642 |     4936     1318     34 |  0.001 % |
0.09/0.16	c |      2077 |     242     9196    48642 |     5430     2077     35 |  0.001 % |
0.09/0.18	c |      3216 |     242     9196    48642 |     5973     3216     35 |  0.001 % |
0.19/0.22	c |      4924 |     242     9196    48642 |     6570     4924     36 |  0.001 % |
0.29/0.30	c |      7486 |     242     9196    48642 |     7227     4148     36 |  0.001 % |
0.39/0.41	c |     11330 |     242     9196    48642 |     7950     4341     36 |  0.001 % |
0.49/0.57	c |     17096 |     242     9196    48642 |     8745     6073     36 |  0.001 % |
0.79/0.83	c |     25745 |     242     9196    48642 |     9620     5900     33 |  0.001 % |
1.19/1.23	c |     38719 |     242     9196    48642 |    10582     9153     39 |  0.001 % |
1.89/1.93	c |     58180 |     242     9196    48642 |    11640     7279     36 |  0.001 % |
2.79/2.89	c |     87372 |     242     9196    48642 |    12804     7162     38 |  0.001 % |
4.39/4.48	c |    131161 |     242     9196    48642 |    14085    12332     38 |  0.001 % |
6.99/7.02	c |    196845 |     242     9196    48642 |    15493     7163     41 |  0.001 % |
10.99/11.05	c |    295371 |     242     9196    48642 |    17042    12249     36 |  0.001 % |
17.18/17.28	c |    443160 |     242     9196    48642 |    18747    14404     42 |  0.001 % |
27.68/27.76	c |    664843 |     242     9196    48642 |    20622    10120     40 |  0.001 % |
43.58/43.64	c |    997368 |     242     9196    48642 |    22684    11312     43 |  0.001 % |
69.08/69.16	c |   1496156 |     242     9196    48642 |    24952    13767     35 |  0.002 % |
109.46/109.59	c |   2244338 |     242     9196    48642 |    27447    14565     44 |  0.001 % |
172.04/172.17	c |   3366612 |     242     9196    48642 |    30192    14780     34 |  0.002 % |
274.92/275.08	c |   5050023 |     242     9196    48642 |    33211    19122     43 |  0.001 % |
426.97/427.11	c |   7575139 |     242     9196    48642 |    36533    27662     42 |  0.001 % |
692.10/692.35	c |  11362814 |     242     9196    48642 |    40186    28976     43 |  0.001 % |
1070.39/1070.77	c |  17044326 |     242     9196    48642 |    44205    40250     45 |  0.001 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729093-1240745153/watcher-1729093-1240745153 -o /tmp/evaluation-result-1729093-1240745153/solver-1729093-1240745153 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1729093-1240745153.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): 1800 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: 2.21 2.24 1.68 3/65 24511
/proc/meminfo: memFree=1478528/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=7600 CPUtime=0
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 102545283 7782400 206 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 1900 206 63 219 0 1678 0

[startup+0.023824 s]
/proc/loadavg: 2.21 2.24 1.68 3/65 24511
/proc/meminfo: memFree=1478528/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=7876 CPUtime=0.02
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 381 0 0 0 2 0 0 0 20 0 1 0 102545283 8065024 365 1992294400 4194304 5092341 548682068832 18446744073709551615 4219798 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 1969 365 87 219 0 1747 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7876

[startup+0.101833 s]
/proc/loadavg: 2.21 2.24 1.68 3/65 24511
/proc/meminfo: memFree=1478528/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=8296 CPUtime=0.09
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 556 0 0 0 9 0 0 0 20 0 1 0 102545283 8495104 540 1992294400 4194304 5092341 548682068832 18446744073709551615 4219711 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 2074 540 88 219 0 1852 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8296

[startup+0.301853 s]
/proc/loadavg: 2.21 2.24 1.68 3/65 24511
/proc/meminfo: memFree=1478528/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=8296 CPUtime=0.29
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 1078 0 0 0 29 0 0 0 22 0 1 0 102545283 8495104 603 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 2074 603 101 219 0 1852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8296

[startup+0.701894 s]
/proc/loadavg: 2.21 2.24 1.68 3/65 24511
/proc/meminfo: memFree=1478528/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=13488 CPUtime=0.69
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 1615 0 0 0 69 0 0 0 25 0 1 0 102545283 13811712 1140 1992294400 4194304 5092341 548682068832 18446744073709551615 4241086 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 3372 1140 101 219 0 3150 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13488

[startup+1.50198 s]
/proc/loadavg: 2.21 2.24 1.68 2/66 24512
/proc/meminfo: memFree=1472504/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=18776 CPUtime=1.49
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 2271 0 0 0 149 0 0 0 25 0 1 0 102545283 19226624 1796 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 4694 1796 101 219 0 4472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18776

[startup+3.10115 s]
/proc/loadavg: 2.21 2.24 1.68 2/66 24512
/proc/meminfo: memFree=1471416/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=18776 CPUtime=3.09
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 2353 0 0 0 309 0 0 0 25 0 1 0 102545283 19226624 1878 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 4694 1878 101 219 0 4472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18776

[startup+6.30148 s]
/proc/loadavg: 2.11 2.22 1.68 2/66 24512
/proc/meminfo: memFree=1470264/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=18776 CPUtime=6.29
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 2582 0 0 0 629 0 0 0 25 0 1 0 102545283 19226624 2107 1992294400 4194304 5092341 548682068832 18446744073709551615 4249564 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 4694 2107 101 219 0 4472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18776

[startup+12.7011 s]
/proc/loadavg: 2.02 2.20 1.68 2/66 24512
/proc/meminfo: memFree=1468216/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=18776 CPUtime=12.68
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 3212 0 0 0 1268 0 0 0 25 0 1 0 102545283 19226624 2737 1992294400 4194304 5092341 548682068832 18446744073709551615 4248022 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 4694 2737 101 219 0 4472 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18776

[startup+25.5015 s]
/proc/loadavg: 1.79 2.14 1.66 2/66 24512
/proc/meminfo: memFree=1465016/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=18776 CPUtime=25.49
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 3874 0 0 0 2548 1 0 0 25 0 1 0 102545283 19226624 3399 1992294400 4194304 5092341 548682068832 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 4694 3399 101 219 0 4472 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18776

[startup+51.1012 s]
/proc/loadavg: 1.52 2.04 1.65 2/66 24512
/proc/meminfo: memFree=1458360/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=24232 CPUtime=51.08
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 7226 0 0 0 5105 3 0 0 25 0 1 0 102545283 24813568 5036 1992294400 4194304 5092341 548682068832 18446744073709551615 4241101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 6058 5036 101 219 0 5836 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24232

[startup+102.306 s]
/proc/loadavg: 1.22 1.88 1.61 2/66 24512
/proc/meminfo: memFree=1456440/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=24232 CPUtime=102.27
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 7751 0 0 0 10224 3 0 0 25 0 1 0 102545283 24813568 5561 1992294400 4194304 5092341 548682068832 18446744073709551615 4252133 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 6058 5561 101 219 0 5836 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24232

[startup+162.302 s]
/proc/loadavg: 1.08 1.72 1.57 2/66 24512
/proc/meminfo: memFree=1447864/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=32304 CPUtime=162.24
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 16033 0 0 0 16218 6 0 0 25 0 1 0 102545283 33079296 7640 1992294400 4194304 5092341 548682068832 18446744073709551615 4248837 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 8076 7640 101 219 0 7854 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32304

[startup+222.301 s]
/proc/loadavg: 1.03 1.58 1.53 2/66 24512
/proc/meminfo: memFree=1442552/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=37588 CPUtime=222.23
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 17357 0 0 0 22216 7 0 0 25 0 1 0 102545283 38490112 8964 1992294400 4194304 5092341 548682068832 18446744073709551615 4241492 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 9397 8964 101 219 0 9175 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 37588

[startup+282.301 s]
/proc/loadavg: 1.01 1.48 1.50 2/66 24512
/proc/meminfo: memFree=1442488/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=37588 CPUtime=282.21
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 17361 0 0 0 28214 7 0 0 25 0 1 0 102545283 38490112 8968 1992294400 4194304 5092341 548682068832 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 9397 8968 101 219 0 9175 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 37588

[startup+342.302 s]
/proc/loadavg: 1.00 1.39 1.46 2/66 24512
/proc/meminfo: memFree=1442488/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=37588 CPUtime=342.19
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 17362 0 0 0 34212 7 0 0 25 0 1 0 102545283 38490112 8969 1992294400 4194304 5092341 548682068832 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 9397 8969 101 219 0 9175 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 37588

[startup+402.302 s]
/proc/loadavg: 1.00 1.31 1.43 2/66 24512
/proc/meminfo: memFree=1442424/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=37588 CPUtime=402.18
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 17365 0 0 0 40211 7 0 0 25 0 1 0 102545283 38490112 8972 1992294400 4194304 5092341 548682068832 18446744073709551615 4262500 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 9397 8972 101 219 0 9175 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 37588

[startup+462.301 s]
/proc/loadavg: 1.00 1.25 1.40 2/66 24512
/proc/meminfo: memFree=1436920/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=45376 CPUtime=462.16
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 18719 0 0 0 46209 7 0 0 25 0 1 0 102545283 46465024 10326 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 11344 10326 101 219 0 11122 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 45376

[startup+522.301 s]
/proc/loadavg: 1.00 1.20 1.37 2/66 24512
/proc/meminfo: memFree=1436920/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=45376 CPUtime=522.14
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 18721 0 0 0 52207 7 0 0 25 0 1 0 102545283 46465024 10328 1992294400 4194304 5092341 548682068832 18446744073709551615 4240661 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 11344 10328 101 219 0 11122 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 45376

[startup+582.302 s]
/proc/loadavg: 1.00 1.16 1.35 2/66 24512
/proc/meminfo: memFree=1436856/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=45376 CPUtime=582.12
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 18721 0 0 0 58205 7 0 0 25 0 1 0 102545283 46465024 10328 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 11344 10328 101 219 0 11122 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 45376

[startup+642.302 s]
/proc/loadavg: 1.00 1.13 1.32 2/66 24512
/proc/meminfo: memFree=1434808/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=51108 CPUtime=642.12
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 19224 0 0 0 64204 8 0 0 25 0 1 0 102545283 52334592 10831 1992294400 4194304 5092341 548682068832 18446744073709551615 4241101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 12777 10831 101 219 0 12555 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 51108

[startup+702.301 s]
/proc/loadavg: 1.00 1.11 1.30 2/66 24512
/proc/meminfo: memFree=1434104/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=51108 CPUtime=702.09
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 19388 0 0 0 70201 8 0 0 25 0 1 0 102545283 52334592 10995 1992294400 4194304 5092341 548682068832 18446744073709551615 4241089 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 12777 10995 101 219 0 12555 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 51108

[startup+762.305 s]
/proc/loadavg: 1.00 1.08 1.28 2/66 24512
/proc/meminfo: memFree=1433720/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=51108 CPUtime=762.08
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 19500 0 0 0 76200 8 0 0 25 0 1 0 102545283 52334592 11107 1992294400 4194304 5092341 548682068832 18446744073709551615 4241075 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 12777 11107 101 219 0 12555 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 51108

[startup+822.302 s]
/proc/loadavg: 1.00 1.07 1.26 2/66 24514
/proc/meminfo: memFree=1428536/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=51108 CPUtime=822.06
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 20790 0 0 0 82197 9 0 0 25 0 1 0 102545283 52334592 12397 1992294400 4194304 5092341 548682068832 18446744073709551615 4244387 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 12777 12397 101 219 0 12555 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 51108

[startup+882.302 s]
/proc/loadavg: 1.00 1.05 1.24 2/66 24514
/proc/meminfo: memFree=1428536/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=51108 CPUtime=882.04
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 20791 0 0 0 88195 9 0 0 25 0 1 0 102545283 52334592 12398 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 12777 12398 101 219 0 12555 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 51108

[startup+942.301 s]
/proc/loadavg: 1.00 1.04 1.22 2/66 24514
/proc/meminfo: memFree=1424632/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=55064 CPUtime=942.02
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 21749 0 0 0 94193 9 0 0 25 0 1 0 102545283 56385536 13356 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 13766 13356 101 219 0 13544 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 55064

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.20 2/66 24514
/proc/meminfo: memFree=1424696/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=55064 CPUtime=1002
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 21749 0 0 0 100191 9 0 0 25 0 1 0 102545283 56385536 13356 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 13766 13356 101 219 0 13544 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 55064

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.19 2/66 24514
/proc/meminfo: memFree=1424696/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=55064 CPUtime=1062
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 21751 0 0 0 106190 10 0 0 25 0 1 0 102545283 56385536 13358 1992294400 4194304 5092341 548682068832 18446744073709551615 4249850 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 13766 13358 101 219 0 13544 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 55064

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/66 24514
/proc/meminfo: memFree=1424504/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=65588 CPUtime=1121.97
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 23795 0 0 0 112187 10 0 0 25 0 1 0 102545283 67162112 13360 1992294400 4194304 5092341 548682068832 18446744073709551615 4251641 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 16397 13360 101 219 0 16175 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 65588

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/66 24514
/proc/meminfo: memFree=1424568/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=65588 CPUtime=1181.96
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 23795 0 0 0 118185 11 0 0 25 0 1 0 102545283 67162112 13360 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 16397 13360 101 219 0 16175 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 65588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.16 2/66 24514
/proc/meminfo: memFree=1424568/2055920 swapFree=4181316/4192956
[pid=24511] ppid=24509 vsize=65588 CPUtime=1200.06
/proc/24511/stat : 24511 (minisat) R 24509 24511 24130 0 -1 4194304 23797 0 0 0 119995 11 0 0 25 0 1 0 102545283 67162112 13362 1992294400 4194304 5092341 548682068832 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/24511/statm: 16397 13362 101 219 0 16175 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 65588

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.41
CPU time (s): 1200.07
CPU user time (s): 1199.96
CPU system time (s): 0.117982
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 66744

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

runsolver used 1.3228 second user time and 2.98855 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-26 13:25:53
IDJOB=1729093
IDBENCH=24692
IDSOLVER=546
FILE ID=node79/1729093-1240745153
PBS_JOBID= 9186989
Free space on /tmp= 66164 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729093-1240745153/watcher-1729093-1240745153 -o /tmp/evaluation-result-1729093-1240745153/solver-1729093-1240745153 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1729093-1240745153.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=2101893657

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1478944 kB
Buffers:         62228 kB
Cached:         437812 kB
SwapCached:       5880 kB
Active:         210356 kB
Inactive:       297912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478944 kB
SwapTotal:     4192956 kB
SwapFree:      4181316 kB
Dirty:            1088 kB
Writeback:           0 kB
Mapped:          13536 kB
Slab:            54684 kB
Committed_AS:   384136 kB
PageTables:       1384 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= 66164 MiB
End job on node79 at 2009-04-26 13:45:55