Trace number 1729101

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
SAT07 reference solver: minisat SAT 2007? (TO) 1200.05 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 This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  363                                                  |
0.00/0.00	c |  Number of clauses:    9559                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.09/0.15	c ============================[ Search Statistics ]==============================
0.09/0.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.15	c ===============================================================================
0.09/0.15	c |         0 |     242     9196    48642 |     3065        0    nan |  0.000 % |
0.09/0.15	c |       100 |     242     9196    48642 |     3371      100     35 |  0.002 % |
0.09/0.16	c |       250 |     242     9196    48642 |     3709      250     30 |  0.001 % |
0.09/0.16	c |       476 |     242     9196    48642 |     4079      476     30 |  0.001 % |
0.09/0.17	c |       814 |     242     9196    48642 |     4487      814     32 |  0.002 % |
0.09/0.19	c |      1320 |     242     9196    48642 |     4936     1320     33 |  0.001 % |
0.19/0.22	c |      2081 |     242     9196    48642 |     5430     2081     32 |  0.001 % |
0.19/0.27	c |      3222 |     242     9196    48642 |     5973     3222     35 |  0.002 % |
0.29/0.35	c |      4931 |     242     9196    48642 |     6570     4931     36 |  0.001 % |
0.39/0.48	c |      7496 |     242     9196    48642 |     7227     4171     37 |  0.001 % |
0.59/0.69	c |     11340 |     242     9196    48642 |     7950     4343     37 |  0.001 % |
1.00/1.06	c |     17106 |     242     9196    48642 |     8745     6090     39 |  0.001 % |
1.59/1.62	c |     25756 |     242     9196    48642 |     9620     5892     38 |  0.001 % |
2.59/2.65	c |     38732 |     242     9196    48642 |    10582     9160     40 |  0.001 % |
4.29/4.37	c |     58194 |     242     9196    48642 |    11640     7282     39 |  0.001 % |
6.99/7.00	c |     87386 |     242     9196    48642 |    12804     7129     37 |  0.002 % |
10.89/10.92	c |    131176 |     242     9196    48642 |    14085    12223     42 |  0.001 % |
17.68/17.76	c |    196862 |     242     9196    48642 |    15493    14081     42 |  0.001 % |
29.59/29.69	c |    295388 |     242     9196    48642 |    17042    11310     42 |  0.002 % |
48.58/48.66	c |    443178 |     242     9196    48642 |    18747    13437     37 |  0.002 % |
77.77/77.83	c |    664861 |     242     9196    48642 |    20622    18418     39 |  0.002 % |
126.26/126.40	c |    997386 |     242     9196    48642 |    22684    19446     42 |  0.001 % |
210.73/210.83	c |   1496175 |     242     9196    48642 |    24952    17093     41 |  0.001 % |
333.79/333.93	c |   2244357 |     242     9196    48642 |    27447    13508     38 |  0.002 % |
530.73/530.90	c |   3366634 |     242     9196    48642 |    30192    19128     36 |  0.001 % |
913.62/913.91	c |   5050045 |     242     9196    48642 |    33211    25215     44 |  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-1729101-1240745222/watcher-1729101-1240745222 -o /tmp/evaluation-result-1729101-1240745222/solver-1729101-1240745222 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1729101-1240745222.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: 0.92 0.98 0.99 3/64 21562
/proc/meminfo: memFree=1728448/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=1988 CPUtime=0
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 102555046 2035712 172 1992294400 134512640 135048876 4294956192 18446744073709551615 134556897 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 497 172 50 130 0 364 0

[startup+0.0344741 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21562
/proc/meminfo: memFree=1728448/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=2512 CPUtime=0.03
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 334 0 0 0 3 0 0 0 18 0 1 0 102555046 2572288 320 1992294400 134512640 135048876 4294956192 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 628 320 62 130 0 495 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2512

[startup+0.101484 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21562
/proc/meminfo: memFree=1728448/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=3776 CPUtime=0.09
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 664 0 0 0 9 0 0 0 18 0 1 0 102555046 3866624 650 1992294400 134512640 135048876 4294956192 18446744073709551615 134521195 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 944 650 62 130 0 811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3776

[startup+0.301513 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21562
/proc/meminfo: memFree=1728448/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=3776 CPUtime=0.29
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 703 0 0 0 29 0 0 0 19 0 1 0 102555046 3866624 658 1992294400 134512640 135048876 4294956192 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 944 658 66 130 0 811 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3776

[startup+0.701569 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21562
/proc/meminfo: memFree=1728448/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=4304 CPUtime=0.69
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 809 0 0 0 69 0 0 0 22 0 1 0 102555046 4407296 764 1992294400 134512640 135048876 4294956192 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 1076 764 66 130 0 943 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4304

[startup+1.50268 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1725560/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=4728 CPUtime=1.49
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 912 0 0 0 149 0 0 0 25 0 1 0 102555046 4841472 867 1992294400 134512640 135048876 4294956192 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 1182 867 66 130 0 1049 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4728

[startup+3.10191 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1724856/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=5256 CPUtime=3.09
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 1052 0 0 0 309 0 0 0 25 0 1 0 102555046 5382144 1007 1992294400 134512640 135048876 4294956192 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 1314 1007 66 130 0 1181 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5256

[startup+6.30137 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1724152/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=5652 CPUtime=6.29
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 1146 0 0 0 629 0 0 0 25 0 1 0 102555046 5787648 1101 1992294400 134512640 135048876 4294956192 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 1413 1101 66 130 0 1280 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5652

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1723136/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=6640 CPUtime=12.68
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 1390 0 0 0 1268 0 0 0 25 0 1 0 102555046 6799360 1345 1992294400 134512640 135048876 4294956192 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 1660 1345 66 130 0 1527 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6640

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1722368/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=7304 CPUtime=25.49
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 1570 0 0 0 2548 1 0 0 25 0 1 0 102555046 7479296 1525 1992294400 134512640 135048876 4294956192 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 1826 1525 66 130 0 1693 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7304

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1721728/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=8112 CPUtime=51.08
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 1747 0 0 0 5107 1 0 0 25 0 1 0 102555046 8306688 1702 1992294400 134512640 135048876 4294956192 18446744073709551615 134546820 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 2028 1702 66 130 0 1895 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8112

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1720320/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=9480 CPUtime=102.26
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 2092 0 0 0 10225 1 0 0 25 0 1 0 102555046 9707520 2047 1992294400 134512640 135048876 4294956192 18446744073709551615 134552674 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 2370 2047 66 130 0 2237 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9480

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1719168/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=10560 CPUtime=162.24
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 2358 0 0 0 16222 2 0 0 25 0 1 0 102555046 10813440 2313 1992294400 134512640 135048876 4294956192 18446744073709551615 134547181 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 2640 2313 66 130 0 2507 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10560

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1718400/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=11264 CPUtime=222.22
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 2530 0 0 0 22220 2 0 0 25 0 1 0 102555046 11534336 2485 1992294400 134512640 135048876 4294956192 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 2816 2485 66 130 0 2683 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 11264

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1717760/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=11976 CPUtime=282.21
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 2695 0 0 0 28218 3 0 0 25 0 1 0 102555046 12263424 2650 1992294400 134512640 135048876 4294956192 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 2994 2650 66 130 0 2861 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 11976

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1717184/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=12544 CPUtime=342.19
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 2834 0 0 0 34216 3 0 0 25 0 1 0 102555046 12845056 2789 1992294400 134512640 135048876 4294956192 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3136 2789 66 130 0 3003 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 12544

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1716608/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=13116 CPUtime=402.18
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 2967 0 0 0 40214 4 0 0 25 0 1 0 102555046 13430784 2922 1992294400 134512640 135048876 4294956192 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3279 2922 66 130 0 3146 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 13116

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1716096/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=13540 CPUtime=462.15
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3087 0 0 0 46211 4 0 0 25 0 1 0 102555046 13864960 3042 1992294400 134512640 135048876 4294956192 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3385 3042 66 130 0 3252 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 13540

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1715648/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=14000 CPUtime=522.14
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3187 0 0 0 52210 4 0 0 25 0 1 0 102555046 14336000 3142 1992294400 134512640 135048876 4294956192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3500 3142 66 130 0 3367 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 14000

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21563
/proc/meminfo: memFree=1714816/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=14976 CPUtime=582.12
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3409 0 0 0 58208 4 0 0 25 0 1 0 102555046 15335424 3364 1992294400 134512640 135048876 4294956192 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3744 3364 66 130 0 3611 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 14976

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1714240/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=15268 CPUtime=642.1
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3480 0 0 0 64206 4 0 0 25 0 1 0 102555046 15634432 3435 1992294400 134512640 135048876 4294956192 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3817 3435 66 130 0 3684 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 15268

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1714112/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=15432 CPUtime=702.09
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3528 0 0 0 70204 5 0 0 25 0 1 0 102555046 15802368 3483 1992294400 134512640 135048876 4294956192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3858 3483 66 130 0 3725 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 15432

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1714112/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=15592 CPUtime=762.07
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3537 0 0 0 76202 5 0 0 25 0 1 0 102555046 15966208 3492 1992294400 134512640 135048876 4294956192 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3898 3492 66 130 0 3765 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 15592

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1714048/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=15592 CPUtime=822.05
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3547 0 0 0 82200 5 0 0 25 0 1 0 102555046 15966208 3502 1992294400 134512640 135048876 4294956192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3898 3502 66 130 0 3765 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 15592

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1713856/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=15752 CPUtime=882.02
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3587 0 0 0 88197 5 0 0 25 0 1 0 102555046 16130048 3542 1992294400 134512640 135048876 4294956192 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 3938 3542 66 130 0 3805 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 15752

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1713024/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=16556 CPUtime=942.02
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3793 0 0 0 94196 6 0 0 25 0 1 0 102555046 16953344 3748 1992294400 134512640 135048876 4294956192 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 4139 3748 66 130 0 4006 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 16556

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1712704/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=16888 CPUtime=1002
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3878 0 0 0 100194 6 0 0 25 0 1 0 102555046 17293312 3833 1992294400 134512640 135048876 4294956192 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 4222 3833 66 130 0 4089 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 16888

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1712384/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=17216 CPUtime=1061.98
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 3951 0 0 0 106192 6 0 0 25 0 1 0 102555046 17629184 3906 1992294400 134512640 135048876 4294956192 18446744073709551615 134547243 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 4304 3906 66 130 0 4171 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 17216

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1712128/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=17508 CPUtime=1121.96
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 4006 0 0 0 112190 6 0 0 25 0 1 0 102555046 17928192 3961 1992294400 134512640 135048876 4294956192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 4377 3961 66 130 0 4244 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 17508

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1712128/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=17508 CPUtime=1181.95
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 4008 0 0 0 118188 7 0 0 25 0 1 0 102555046 17928192 3963 1992294400 134512640 135048876 4294956192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 4377 3963 66 130 0 4244 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 17508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21565
/proc/meminfo: memFree=1712128/2055920 swapFree=4181336/4192956
[pid=21562] ppid=21560 vsize=17508 CPUtime=1200.04
/proc/21562/stat : 21562 (minisat_noasser) R 21560 21562 21312 0 -1 4194304 4008 0 0 0 119997 7 0 0 25 0 1 0 102555046 17928192 3963 1992294400 134512640 135048876 4294956192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21562/statm: 4377 3963 66 130 0 4244 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 17508

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.05
CPU user time (s): 1199.98
CPU system time (s): 0.073988
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 17508

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

runsolver used 1.00685 second user time and 2.36164 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-26 13:27:02
IDJOB=1729101
IDBENCH=24692
IDSOLVER=556
FILE ID=node29/1729101-1240745222
PBS_JOBID= 9187031
Free space on /tmp= 66420 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729101-1240745222/watcher-1729101-1240745222 -o /tmp/evaluation-result-1729101-1240745222/solver-1729101-1240745222 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1729101-1240745222.cnf

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

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=1621329932

node29.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.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:       1728928 kB
Buffers:         31456 kB
Cached:         217580 kB
SwapCached:       5488 kB
Active:          26000 kB
Inactive:       230912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728928 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            56000 kB
Committed_AS:   436600 kB
PageTables:       1468 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= 66420 MiB
End job on node29 at 2009-04-26 13:47:04