Trace number 1729366

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.04 1200.73

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
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 variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
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:  1296                                                 |
0.00/0.00	c |  Number of clauses:    95904                                                |
0.09/0.11	c |  Parsing time:         0.11         s                                       |
4.38/4.45	c ============================[ Search Statistics ]==============================
4.38/4.45	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.38/4.45	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.38/4.45	c ===============================================================================
4.38/4.45	c |         0 |     972    94608   563760 |    31536        0    nan |  0.000 % |
4.48/4.50	c |       100 |     972    94608   563760 |    34689      100     92 |  0.000 % |
4.48/4.53	c |       250 |     972    94608   563760 |    38158      250     79 |  0.000 % |
4.48/4.55	c |       475 |     972    94608   563760 |    41974      475     84 |  0.000 % |
4.48/4.58	c |       812 |     972    94608   563760 |    46171      812     76 |  0.000 % |
4.59/4.64	c |      1318 |     972    94608   563760 |    50789     1318     83 |  0.000 % |
4.69/4.70	c |      2077 |     972    94608   563760 |    55867     2077     78 |  0.000 % |
4.79/4.80	c |      3218 |     972    94608   563760 |    61454     3218     78 |  0.000 % |
4.89/4.94	c |      4927 |     972    94608   563760 |    67600     4927     75 |  0.000 % |
5.09/5.15	c |      7490 |     972    94608   563760 |    74360     7490     75 |  0.000 % |
5.49/5.55	c |     11334 |     972    94608   563760 |    81796    11334     78 |  0.000 % |
6.39/6.46	c |     17100 |     972    94608   563760 |    89975    17100     84 |  0.000 % |
7.98/8.04	c |     25750 |     972    94608   563760 |    98973    25750     88 |  0.000 % |
11.38/11.45	c |     38724 |     972    94608   563760 |   108870    38724     94 |  0.000 % |
19.47/19.54	c |     58185 |     972    94608   563760 |   119757    58185    102 |  0.000 % |
31.97/32.06	c |     87379 |     972    94608   563760 |   131733    87379    105 |  0.000 % |
59.65/59.73	c |    131168 |     972    94608   563760 |   144907   131168    109 |  0.000 % |
90.33/90.42	c |    196854 |     972    94608   563760 |   159397    64991    118 |  0.000 % |
143.51/143.68	c |    295380 |     972    94608   563760 |   175337    20578    107 |  0.000 % |
259.54/259.70	c |    443173 |     972    94608   563760 |   192871   168371    115 |  0.000 % |
446.25/446.54	c |    664856 |     972    94608   563760 |   212158    41037     98 |  0.000 % |
844.11/844.68	c |    997381 |     972    94608   563760 |   233374   182636    112 |  0.000 % |
1150.03/1150.74	c |   1496169 |     972    94608   563760 |   256711    37586     85 |  0.000 % |

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-1729366-1240748466/watcher-1729366-1240748466 -o /tmp/evaluation-result-1729366-1240748466/solver-1729366-1240748466 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1729366-1240748466.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.99 0.97 0.98 3/65 23432
/proc/meminfo: memFree=1749048/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=1724 CPUtime=0
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 293 0 0 0 0 0 0 0 20 0 1 0 102875610 1765376 279 1992294400 134512640 135048876 4294956208 18446744073709551615 134700013 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 431 287 44 130 0 298 0

[startup+0.091225 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 23432
/proc/meminfo: memFree=1749048/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=7328 CPUtime=0.08
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 1687 0 0 0 8 0 0 0 21 0 1 0 102875610 7503872 1673 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 1832 1674 50 130 0 1699 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7328

[startup+0.101225 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 23432
/proc/meminfo: memFree=1749048/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=7724 CPUtime=0.09
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 1816 0 0 0 9 0 0 0 21 0 1 0 102875610 7909376 1802 1992294400 134512640 135048876 4294956208 18446744073709551615 134515312 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 1931 1803 50 130 0 1798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7724

[startup+0.301265 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 23432
/proc/meminfo: memFree=1749048/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=8476 CPUtime=0.29
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 1961 0 0 0 29 0 0 0 22 0 1 0 102875610 8679424 1947 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 2119 1947 62 130 0 1986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8476

[startup+0.701346 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 23432
/proc/meminfo: memFree=1749048/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=8476 CPUtime=0.69
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 1961 0 0 0 69 0 0 0 25 0 1 0 102875610 8679424 1947 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 2119 1947 62 130 0 1986 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8476

[startup+1.50151 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1741488/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=10324 CPUtime=1.48
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 2446 0 0 0 148 0 0 0 25 0 1 0 102875610 10571776 2432 1992294400 134512640 135048876 4294956208 18446744073709551615 134529369 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 2581 2432 62 130 0 2448 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10324

[startup+3.10184 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1733360/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=22644 CPUtime=3.08
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 5546 0 0 0 307 1 0 0 25 0 1 0 102875610 23187456 5532 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 5661 5532 62 130 0 5528 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22644

[startup+6.30148 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1727728/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=21428 CPUtime=6.29
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 5561 0 0 0 627 2 0 0 25 0 1 0 102875610 21942272 5269 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 5357 5269 67 130 0 5224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21428

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1719408/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=31204 CPUtime=12.68
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 7968 0 0 0 1264 4 0 0 25 0 1 0 102875610 31952896 7676 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 7801 7676 67 130 0 7668 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31204

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1703472/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=46384 CPUtime=25.47
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 11763 0 0 0 2540 7 0 0 25 0 1 0 102875610 47497216 11471 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 11596 11471 67 130 0 11463 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 46384

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1682160/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=67692 CPUtime=51.06
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 17089 0 0 0 5094 12 0 0 25 0 1 0 102875610 69316608 16797 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 16923 16797 67 130 0 16790 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 67692

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1668720/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=80768 CPUtime=102.23
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 20318 0 0 0 10208 15 0 0 25 0 1 0 102875610 82706432 20026 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 20192 20026 67 130 0 20059 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 80768

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1658288/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=91080 CPUtime=162.2
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 22901 0 0 0 16201 19 0 0 25 0 1 0 102875610 93265920 22609 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 22770 22609 67 130 0 22637 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 91080

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1658288/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=91080 CPUtime=222.17
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 22901 0 0 0 22198 19 0 0 25 0 1 0 102875610 93265920 22609 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 22770 22609 67 130 0 22637 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 91080

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1640688/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=108932 CPUtime=282.13
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 27379 0 0 0 28190 23 0 0 25 0 1 0 102875610 111546368 27087 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 27233 27087 67 130 0 27100 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 108932

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1639856/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=109328 CPUtime=342.1
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 27490 0 0 0 34186 24 0 0 25 0 1 0 102875610 111951872 27198 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 27332 27198 67 130 0 27199 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 109328

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1639856/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=109328 CPUtime=402.07
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 27490 0 0 0 40183 24 0 0 25 0 1 0 102875610 111951872 27198 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 27332 27198 67 130 0 27199 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 109328

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1636528/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=112580 CPUtime=462.04
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 28296 0 0 0 46179 25 0 0 25 0 1 0 102875610 115281920 28004 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 28145 28004 67 130 0 28012 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 112580

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1636528/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=112580 CPUtime=522.01
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 28298 0 0 0 52176 25 0 0 25 0 1 0 102875610 115281920 28006 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 28145 28006 67 130 0 28012 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 112580

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1636464/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=112580 CPUtime=581.98
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 28298 0 0 0 58173 25 0 0 25 0 1 0 102875610 115281920 28006 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 28145 28006 67 130 0 28012 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 112580

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1634992/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=114068 CPUtime=641.95
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 28663 0 0 0 64170 25 0 0 25 0 1 0 102875610 116805632 28371 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 28517 28371 67 130 0 28384 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 114068

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1632048/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=117380 CPUtime=701.91
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 29377 0 0 0 70165 26 0 0 25 0 1 0 102875610 120197120 29085 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 29345 29085 67 130 0 29212 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 117380

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1632048/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=117380 CPUtime=761.87
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 29380 0 0 0 76161 26 0 0 25 0 1 0 102875610 120197120 29088 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 29345 29088 67 130 0 29212 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 117380

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1632048/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=117380 CPUtime=821.82
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 29382 0 0 0 82156 26 0 0 25 0 1 0 102875610 120197120 29090 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 29345 29090 67 130 0 29212 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 117380

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1619184/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=130052 CPUtime=881.78
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 32582 0 0 0 88150 28 0 0 25 0 1 0 102875610 133173248 32290 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 32513 32290 67 130 0 32380 0
Current children cumulated CPU time (s) 881.78
Current children cumulated vsize (KiB) 130052

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1619184/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=130052 CPUtime=941.76
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 32582 0 0 0 94148 28 0 0 25 0 1 0 102875610 133173248 32290 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 32513 32290 67 130 0 32380 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 130052

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1619120/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=130052 CPUtime=1001.72
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 32584 0 0 0 100144 28 0 0 25 0 1 0 102875610 133173248 32292 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 32513 32292 67 130 0 32380 0
Current children cumulated CPU time (s) 1001.72
Current children cumulated vsize (KiB) 130052

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23433
/proc/meminfo: memFree=1619120/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=130052 CPUtime=1061.68
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 32584 0 0 0 106140 28 0 0 25 0 1 0 102875610 133173248 32292 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 32513 32292 67 130 0 32380 0
Current children cumulated CPU time (s) 1061.68
Current children cumulated vsize (KiB) 130052

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23435
/proc/meminfo: memFree=1618928/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=130052 CPUtime=1121.65
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 32585 0 0 0 112137 28 0 0 25 0 1 0 102875610 133173248 32293 1992294400 134512640 135048876 4294956208 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 32513 32293 67 130 0 32380 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 130052

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23435
/proc/meminfo: memFree=1618928/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=130052 CPUtime=1181.62
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 32585 0 0 0 118134 28 0 0 25 0 1 0 102875610 133173248 32293 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 32513 32293 67 130 0 32380 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 130052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23435
/proc/meminfo: memFree=1618864/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=130052 CPUtime=1200.01
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 32585 0 0 0 119973 28 0 0 25 0 1 0 102875610 133173248 32293 1992294400 134512640 135048876 4294956208 18446744073709551615 134548211 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 32513 32293 67 130 0 32380 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 130052

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 23435
/proc/meminfo: memFree=1618864/2055920 swapFree=4181412/4192956
[pid=23432] ppid=23430 vsize=130052 CPUtime=1200.01
/proc/23432/stat : 23432 (minisat_noasser) R 23430 23432 23333 0 -1 4194304 32585 0 0 0 119973 28 0 0 25 0 1 0 102875610 133173248 32293 1992294400 134512640 135048876 4294956208 18446744073709551615 134548211 0 0 4096 3 0 0 0 17 0 0 0
/proc/23432/statm: 32513 32293 67 130 0 32380 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 130052

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.73
CPU time (s): 1200.04
CPU user time (s): 1199.74
CPU system time (s): 0.305953
CPU usage (%): 99.9432
Max. virtual memory (cumulated for all children) (KiB): 130052

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

runsolver used 1.52277 second user time and 2.76958 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-26 14:21:07
IDJOB=1729366
IDBENCH=24701
IDSOLVER=556
FILE ID=node80/1729366-1240748466
PBS_JOBID= 9187061
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= ef7f419fe4e145465fe8ec684a206f9b
RANDOM SEED=33835208

node80.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.270
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.270
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:       1749464 kB
Buffers:         29508 kB
Cached:         206228 kB
SwapCached:       5460 kB
Active:          32992 kB
Inactive:       210624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749464 kB
SwapTotal:     4192956 kB
SwapFree:      4181412 kB
Dirty:            3376 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            48780 kB
Committed_AS:   359376 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= 66156 MiB
End job on node80 at 2009-04-26 14:41:09