Trace number 1785002

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) 5000.28 5002.45

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
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 variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

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:  186624                                               |
0.00/0.00	c |  Number of clauses:    3086912                                              |
8.69/8.75	c |  Parsing time:         8.49         s                                       |
51.26/51.31	c ============================[ Search Statistics ]==============================
51.26/51.31	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.26/51.31	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.26/51.31	c ===============================================================================
51.26/51.31	c |         0 |   77666  2283232  5204116 |   761077        0    nan |  0.000 % |
51.76/51.83	c |       102 |   77666  2283232  5204116 |   837185      102     90 | 35.665 % |
51.86/51.94	c |       252 |   77666  2283232  5204116 |   920903      252    101 | 35.665 % |
52.06/52.12	c |       477 |   77666  2283232  5204116 |  1012993      477     95 | 35.665 % |
52.46/52.56	c |       814 |   77666  2283232  5204116 |  1114293      814     87 | 35.665 % |
53.16/53.21	c |      1320 |   77666  2283232  5204116 |  1225722     1320     99 | 35.665 % |
54.56/54.63	c |      2079 |   77666  2283232  5204116 |  1348294     2079    126 | 35.665 % |
57.56/57.60	c |      3218 |   77666  2283232  5204116 |  1483124     3218    182 | 35.665 % |
63.35/63.49	c |      4926 |   77666  2283232  5204116 |  1631436     4926    236 | 35.665 % |
69.75/69.80	c |      7488 |   77666  2283232  5204116 |  1794580     7488    289 | 35.665 % |
81.45/81.58	c |     11335 |   77666  2283232  5204116 |  1974038    11335    310 | 35.665 % |
100.34/100.47	c |     17104 |   77666  2283232  5204116 |  2171442    17104    335 | 35.665 % |
131.23/131.40	c |     25753 |   77666  2283232  5204116 |  2388586    25753    373 | 35.665 % |
180.10/180.29	c |     38728 |   77666  2283232  5204116 |  2627445    38728    400 | 35.665 % |
255.96/256.15	c |     58189 |   77666  2283232  5204116 |  2890189    58189    425 | 35.665 % |
388.21/388.48	c |     87382 |   77666  2283232  5204116 |  3179208    87382    439 | 35.665 % |
605.18/605.57	c |    131173 |   77666  2283232  5204116 |  3497129   131173    434 | 35.665 % |
991.50/992.08	c |    196857 |   77666  2283232  5204116 |  3846842   196857    488 | 35.665 % |
1631.65/1632.50	c |    295383 |   77666  2283232  5204116 |  4231527   295383    534 | 35.665 % |
2362.18/2363.40	c |    443172 |   77666  2283232  5204116 |  4654679   443172    456 | 35.665 % |
4337.73/4339.77	c |    664855 |   77666  2283232  5204116 |  5120147   664855    501 | 35.665 % |

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-1785002-1241881429/watcher-1785002-1241881429 -o /tmp/evaluation-result-1785002-1241881429/solver-1785002-1241881429 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785002-1241881429.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 1.08 1.02 1.01 3/65 23338
/proc/meminfo: memFree=1530120/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=2748 CPUtime=0
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 560 0 0 0 0 0 0 0 18 0 1 0 216176446 2813952 546 1992294400 134512640 135048876 4294956208 18446744073709551615 134524841 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 687 547 49 130 0 554 0

[startup+0.0707259 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 23338
/proc/meminfo: memFree=1530120/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=22736 CPUtime=0.06
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 4689 0 0 0 5 1 0 0 18 0 1 0 216176446 23281664 4650 1992294400 134512640 135048876 4294956208 18446744073709551615 134549405 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 5684 4659 50 130 0 5551 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22736

[startup+0.10173 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 23338
/proc/meminfo: memFree=1530120/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=23264 CPUtime=0.1
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 5072 0 0 0 8 2 0 0 18 0 1 0 216176446 23822336 5032 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 5816 5033 50 130 0 5683 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 23264

[startup+0.301752 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 23338
/proc/meminfo: memFree=1530120/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=27512 CPUtime=0.29
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 6095 0 0 0 27 2 0 0 19 0 1 0 216176446 28172288 6055 1992294400 134512640 135048876 4294956208 18446744073709551615 134531039 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 6878 6056 50 130 0 6745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27512

[startup+0.701799 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 23338
/proc/meminfo: memFree=1530120/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=35684 CPUtime=0.69
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 8000 0 0 0 65 4 0 0 23 0 1 0 216176446 36540416 7960 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 8921 7960 50 130 0 8788 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35684

[startup+1.50189 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 23339
/proc/meminfo: memFree=1492928/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=51000 CPUtime=1.49
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 11547 0 0 0 143 6 0 0 25 0 1 0 216176446 52224000 11507 1992294400 134512640 135048876 4294956208 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 12750 11507 50 130 0 12617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51000

[startup+3.10107 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 23339
/proc/meminfo: memFree=1473472/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=77628 CPUtime=3.09
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 18533 0 0 0 299 10 0 0 25 0 1 0 216176446 79491072 18493 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 19407 18493 50 130 0 19274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77628

[startup+6.30144 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 23339
/proc/meminfo: memFree=1417344/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=133812 CPUtime=6.29
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 32046 0 0 0 609 20 0 0 25 0 1 0 216176446 137023488 32006 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 33453 32007 50 130 0 33320 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133812

[startup+12.7012 s]
/proc/loadavg: 1.13 1.03 1.01 2/66 23339
/proc/meminfo: memFree=1366464/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=172976 CPUtime=12.69
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 41000 0 0 0 1243 26 0 0 25 0 1 0 216176446 177127424 40960 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 43244 40960 63 130 0 43111 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 172976

[startup+25.5017 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 23339
/proc/meminfo: memFree=1366464/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=172976 CPUtime=25.47
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 41000 0 0 0 2521 26 0 0 25 0 1 0 216176446 177127424 40960 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 43244 40960 63 130 0 43111 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 172976

[startup+51.1016 s]
/proc/loadavg: 1.07 1.03 1.01 2/66 23339
/proc/meminfo: memFree=1330880/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=213568 CPUtime=51.06
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 50039 0 0 0 5075 31 0 0 25 0 1 0 216176446 218693632 49798 1992294400 134512640 135048876 4294956208 18446744073709551615 134680265 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 53392 49798 63 130 0 53259 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 213568

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 23339
/proc/meminfo: memFree=1347776/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=186956 CPUtime=102.25
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 52414 0 0 0 10191 34 0 0 25 0 1 0 216176446 191442944 45656 1992294400 134512640 135048876 4294956208 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 46739 45656 67 130 0 46606 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 186956

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 23339
/proc/meminfo: memFree=1322496/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=212464 CPUtime=162.2
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 58777 0 0 0 16180 40 0 0 25 0 1 0 216176446 217563136 52019 1992294400 134512640 135048876 4294956208 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 53116 52019 67 130 0 52983 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 212464

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 23339
/proc/meminfo: memFree=1292928/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=241724 CPUtime=222.18
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 66095 0 0 0 22170 48 0 0 25 0 1 0 216176446 247525376 59337 1992294400 134512640 135048876 4294956208 18446744073709551615 134546799 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 60431 59337 67 130 0 60298 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 241724

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23339
/proc/meminfo: memFree=1268224/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=266796 CPUtime=282.16
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 72347 0 0 0 28161 55 0 0 25 0 1 0 216176446 273199104 65589 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 66699 65589 67 130 0 66566 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 266796

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23339
/proc/meminfo: memFree=1244800/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=289764 CPUtime=342.13
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 78113 0 0 0 34152 61 0 0 25 0 1 0 216176446 296718336 71355 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 72441 71355 67 130 0 72308 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 289764

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23339
/proc/meminfo: memFree=1222080/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=312600 CPUtime=402.11
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 83830 0 0 0 40144 67 0 0 25 0 1 0 216176446 320102400 77072 1992294400 134512640 135048876 4294956208 18446744073709551615 134546820 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 78150 77072 67 130 0 78017 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 312600

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23339
/proc/meminfo: memFree=1202176/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=332448 CPUtime=462.08
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 88749 0 0 0 46136 72 0 0 25 0 1 0 216176446 340426752 81991 1992294400 134512640 135048876 4294956208 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 83112 81991 67 130 0 82979 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 332448

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23339
/proc/meminfo: memFree=1182272/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=352520 CPUtime=522.05
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 93767 0 0 0 52127 78 0 0 25 0 1 0 216176446 360980480 87009 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 88130 87009 67 130 0 87997 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 352520

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23339
/proc/meminfo: memFree=1162304/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=372188 CPUtime=582
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 98698 0 0 0 58116 84 0 0 25 0 1 0 216176446 381120512 91940 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 93047 91940 67 130 0 92914 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 372188

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23339
/proc/meminfo: memFree=1136640/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=397668 CPUtime=641.96
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 105044 0 0 0 64106 90 0 0 25 0 1 0 216176446 407212032 98286 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 99417 98286 67 130 0 99284 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 397668


################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=109440/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=1421992 CPUtime=4060.41
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 360956 0 0 0 405685 356 0 0 25 0 1 0 216176446 1456119808 354198 1992294400 134512640 135048876 4294956208 18446744073709551615 134546847 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 355498 354198 67 130 0 355365 0
Current children cumulated CPU time (s) 4060.41
Current children cumulated vsize (KiB) 1421992

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=95040/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=1436396 CPUtime=4120.39
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 364579 0 0 0 411679 360 0 0 25 0 1 0 216176446 1470869504 357821 1992294400 134512640 135048876 4294956208 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 359099 357821 67 130 0 358966 0
Current children cumulated CPU time (s) 4120.39
Current children cumulated vsize (KiB) 1436396

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=79360/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=1451868 CPUtime=4180.38
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 368451 0 0 0 417673 365 0 0 25 0 1 0 216176446 1486712832 361693 1992294400 134512640 135048876 4294956208 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 362967 361693 67 130 0 362834 0
Current children cumulated CPU time (s) 4180.38
Current children cumulated vsize (KiB) 1451868

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=64512/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=1466816 CPUtime=4240.36
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 372192 0 0 0 423667 369 0 0 25 0 1 0 216176446 1502019584 365434 1992294400 134512640 135048876 4294956208 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 366704 365434 67 130 0 366571 0
Current children cumulated CPU time (s) 4240.36
Current children cumulated vsize (KiB) 1466816

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=50816/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=1480328 CPUtime=4300.34
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 375573 0 0 0 429661 373 0 0 25 0 1 0 216176446 1515855872 368815 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 370082 368815 67 130 0 369949 0
Current children cumulated CPU time (s) 4300.34
Current children cumulated vsize (KiB) 1480328

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=37632/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=1493604 CPUtime=4360.32
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 378893 0 0 0 435656 376 0 0 25 0 1 0 216176446 1529450496 372135 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 373401 372135 67 130 0 373268 0
Current children cumulated CPU time (s) 4360.32
Current children cumulated vsize (KiB) 1493604

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=24640/2055920 swapFree=4081820/4192956
[pid=23338] ppid=23336 vsize=1506408 CPUtime=4420.3
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 382105 0 0 0 441651 379 0 0 25 0 1 0 216176446 1542561792 375347 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 376602 375347 67 130 0 376469 0
Current children cumulated CPU time (s) 4420.3
Current children cumulated vsize (KiB) 1506408

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=16320/2055920 swapFree=4088304/4192956
[pid=23338] ppid=23336 vsize=1521204 CPUtime=4480.29
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 385799 0 0 0 447645 384 0 0 25 0 1 0 216176446 1557712896 379041 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 380301 379041 67 130 0 380168 0
Current children cumulated CPU time (s) 4480.29
Current children cumulated vsize (KiB) 1521204

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=16128/2055920 swapFree=4103512/4192956
[pid=23338] ppid=23336 vsize=1536408 CPUtime=4540.27
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 389616 0 0 0 453639 388 0 0 25 0 1 0 216176446 1573281792 382858 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 384102 382858 67 130 0 383969 0
Current children cumulated CPU time (s) 4540.27
Current children cumulated vsize (KiB) 1536408

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=15808/2055920 swapFree=4115800/4192956
[pid=23338] ppid=23336 vsize=1548824 CPUtime=4600.25
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 392715 0 0 0 459634 391 0 0 25 0 1 0 216176446 1585995776 385957 1992294400 134512640 135048876 4294956208 18446744073709551615 134547006 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 387206 385957 67 130 0 387073 0
Current children cumulated CPU time (s) 4600.25
Current children cumulated vsize (KiB) 1548824

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=14976/2055920 swapFree=4126760/4192956
[pid=23338] ppid=23336 vsize=1561940 CPUtime=4660.23
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 395674 0 0 0 465629 394 0 0 25 0 1 0 216176446 1599426560 388916 1992294400 134512640 135048876 4294956208 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 390485 388916 67 130 0 390352 0
Current children cumulated CPU time (s) 4660.23
Current children cumulated vsize (KiB) 1561940

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=14912/2055920 swapFree=4140304/4192956
[pid=23338] ppid=23336 vsize=1575464 CPUtime=4720.22
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 399056 0 0 0 471624 398 0 0 25 0 1 0 216176446 1613275136 392298 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 393866 392298 67 130 0 393733 0
Current children cumulated CPU time (s) 4720.22
Current children cumulated vsize (KiB) 1575464

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=16064/2055920 swapFree=4152372/4192956
[pid=23338] ppid=23336 vsize=1586572 CPUtime=4780.19
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 401849 0 0 0 477618 401 0 0 25 0 1 0 216176446 1624649728 395091 1992294400 134512640 135048876 4294956208 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 396643 395091 67 130 0 396510 0
Current children cumulated CPU time (s) 4780.19
Current children cumulated vsize (KiB) 1586572

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=16320/2055920 swapFree=4155400/4192956
[pid=23338] ppid=23336 vsize=1598584 CPUtime=4840.17
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 404857 0 0 0 483613 404 0 0 25 0 1 0 216176446 1636950016 398099 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 399646 398099 67 130 0 399513 0
Current children cumulated CPU time (s) 4840.17
Current children cumulated vsize (KiB) 1598584

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=15552/2055920 swapFree=4155400/4192956
[pid=23338] ppid=23336 vsize=1610200 CPUtime=4900.15
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 407770 0 0 0 489608 407 0 0 25 0 1 0 216176446 1648844800 401012 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 402550 401012 67 130 0 402417 0
Current children cumulated CPU time (s) 4900.15
Current children cumulated vsize (KiB) 1610200

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=15872/2055920 swapFree=4155400/4192956
[pid=23338] ppid=23336 vsize=1621956 CPUtime=4960.13
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 410718 0 0 0 495603 410 0 0 25 0 1 0 216176446 1660882944 403960 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 405489 403960 67 130 0 405356 0
Current children cumulated CPU time (s) 4960.13
Current children cumulated vsize (KiB) 1621956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=15040/2055920 swapFree=4155400/4192956
[pid=23338] ppid=23336 vsize=1630536 CPUtime=5000.02
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4194304 412840 0 0 0 499589 413 0 0 25 0 1 0 216176446 1669668864 406082 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 407634 406082 67 130 0 407501 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1630536

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

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

[startup+5002.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23347
/proc/meminfo: memFree=15040/2055920 swapFree=4155400/4192956
[pid=23338] ppid=23336 vsize=0 CPUtime=5000.22
/proc/23338/stat : 23338 (minisat_noasser) R 23336 23338 23177 0 -1 4195332 412840 0 0 0 499589 433 0 0 25 0 1 0 216176446 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/23338/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.45
CPU time (s): 5000.28
CPU user time (s): 4995.9
CPU system time (s): 4.38033
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 1630536

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

runsolver used 4.18136 second user time and 14.0169 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-09 17:03:58
IDJOB=1785002
IDBENCH=24669
IDSOLVER=639
FILE ID=node74/1785002-1241881429
PBS_JOBID= 9264679
Free space on /tmp= 103032 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785002-1241881429/watcher-1785002-1241881429 -o /tmp/evaluation-result-1785002-1241881429/solver-1785002-1241881429 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785002-1241881429.cnf

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

MD5SUM BENCH= f935103d71f7bb9e8d8051793d20ec02
RANDOM SEED=1995966914

node74.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.233
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.233
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:       1530536 kB
Buffers:         36328 kB
Cached:         315568 kB
SwapCached:     104588 kB
Active:         192636 kB
Inactive:       266288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530536 kB
SwapTotal:     4192956 kB
SwapFree:      4081820 kB
Dirty:           53848 kB
Writeback:           0 kB
Mapped:          14240 kB
Slab:            52228 kB
Committed_AS:   760016 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103032 MiB
End job on node74 at 2009-05-09 18:27:22