Trace number 3275484

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.03 4999.91

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_11_100_s.cnf
MD5SUMc6e549f9708971f42573991eb7f6cef3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01084
Satisfiable
(Un)Satisfiability was proved
Number of variables1300
Number of clauses2355
Sum of the clauses size6888
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2177
Number of clauses of size 32178
Number of clauses of size 40
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:  1300                                                 |
0.00/0.00	c |  Number of clauses:    2355                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     693     1936     7091 |      645        0    nan |  0.000 % |
0.00/0.01	c |       100 |     693     1936     7091 |      709      100     86 |  1.847 % |
0.00/0.02	c |       251 |     693     1936     7091 |      780      251     85 |  1.846 % |
0.00/0.03	c |       476 |     693     1936     7091 |      858      476     81 |  1.846 % |
0.03/0.04	c |       813 |     693     1936     7091 |      944      813     75 |  1.846 % |
0.03/0.07	c |      1319 |     693     1936     7091 |     1039      796     75 |  1.846 % |
0.10/0.11	c |      2078 |     693     1936     7091 |     1143      980     78 |  1.846 % |
0.10/0.14	c |      3217 |     693     1936     7091 |     1257      783     49 |  1.846 % |
0.20/0.20	c |      4925 |     693     1936     7091 |     1383     1071     69 |  1.846 % |
0.20/0.23	c |      7487 |     693     1936     7091 |     1521     1804     18 |  1.846 % |
0.30/0.39	c |     11332 |     693     1936     7091 |     1673     1285     81 |  1.846 % |
0.60/0.62	c |     17099 |     693     1936     7091 |     1841     1700     75 |  1.846 % |
0.90/0.94	c |     25750 |     693     1936     7091 |     2025     1611     82 |  1.846 % |
1.30/1.31	c |     38725 |     693     1936     7091 |     2227     1281     64 |  1.846 % |
1.90/1.90	c |     58187 |     693     1936     7091 |     2450     1987     71 |  1.846 % |
2.80/2.88	c |     87379 |     693     1936     7091 |     2695     1528     71 |  1.846 % |
4.70/4.78	c |    131169 |     693     1936     7091 |     2965     1855     74 |  1.846 % |
6.80/6.83	c |    196854 |     693     1936     7091 |     3261     2318     63 |  1.846 % |
9.20/9.21	c |    295381 |     693     1936     7091 |     3587     2616     20 |  1.846 % |
12.50/12.50	c |    443171 |     693     1936     7091 |     3946     2948     31 |  1.846 % |
17.30/17.31	c |    664855 |     693     1936     7091 |     4341     3612     28 |  1.846 % |
26.80/26.84	c |    997380 |     693     1936     7091 |     4775     3216     30 |  1.846 % |
39.90/39.91	c |   1496168 |     693     1936     7091 |     5253     2791     23 |  1.846 % |
59.60/59.65	c |   2244350 |     693     1936     7091 |     5778     5010     22 |  1.846 % |
93.80/93.84	c |   3366624 |     693     1936     7091 |     6356     6001     30 |  1.846 % |
136.00/136.04	c |   5050035 |     693     1936     7091 |     6991     3608     22 |  1.846 % |
212.80/212.88	c |   7575153 |     693     1936     7091 |     7691     4193     40 |  1.846 % |
334.00/334.08	c |  11362829 |     693     1936     7091 |     8460     6140     35 |  1.846 % |
534.70/534.79	c |  17044341 |     693     1936     7091 |     9306     5847     25 |  1.846 % |
837.81/837.86	c |  25566610 |     693     1936     7091 |    10236     6766     22 |  1.846 % |
1388.43/1388.43	c |  38350014 |     693     1936     7091 |    11260     6128     47 |  1.846 % |
2117.24/2117.27	c |  57525119 |     693     1936     7091 |    12386     9692     28 |  1.846 % |
3421.57/3421.54	c |  86287777 |     693     1936     7091 |    13625     7492     41 |  1.846 % |

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3275484-1303650277/watcher-3275484-1303650277 -o /tmp/evaluation-result-3275484-1303650277/solver-3275484-1303650277 -C 5000 -W 5100 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3275484-1303650277.cnf 

running on 4 cores: 0,2,4,6

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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 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.09 1.02 1.01 2/177 730
/proc/meminfo: memFree=17131980/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=2000 CPUtime=0 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 219 0 0 0 0 0 0 0 25 0 1 0 476627381 2048000 175 33554432000 134512640 135048876 4286910272 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 500 175 62 131 0 367 0

[startup+0.033504 s]
/proc/loadavg: 1.09 1.02 1.01 2/177 730
/proc/meminfo: memFree=17131980/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=2364 CPUtime=0.03 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 308 0 0 0 3 0 0 0 25 0 1 0 476627381 2420736 264 33554432000 134512640 135048876 4286910272 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 591 264 66 131 0 458 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2364

[startup+0.100567 s]
/proc/loadavg: 1.09 1.02 1.01 2/177 730
/proc/meminfo: memFree=17131980/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=2628 CPUtime=0.1 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 371 0 0 0 10 0 0 0 25 0 1 0 476627381 2691072 327 33554432000 134512640 135048876 4286910272 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 657 327 66 131 0 524 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2628

[startup+0.300521 s]
/proc/loadavg: 1.09 1.02 1.01 2/177 730
/proc/meminfo: memFree=17131980/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=2892 CPUtime=0.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 430 0 0 0 30 0 0 0 25 0 1 0 476627381 2961408 386 33554432000 134512640 135048876 4286910272 18446744073709551615 134548095 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 723 386 66 131 0 590 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2892

[startup+0.700407 s]
/proc/loadavg: 1.09 1.02 1.01 2/177 730
/proc/meminfo: memFree=17131980/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=3156 CPUtime=0.7 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 507 0 0 0 70 0 0 0 25 0 1 0 476627381 3231744 463 33554432000 134512640 135048876 4286910272 18446744073709551615 134547265 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 789 463 66 131 0 656 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3156

[startup+1.50026 s]
/proc/loadavg: 1.09 1.02 1.01 3/178 731
/proc/meminfo: memFree=17129616/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=3420 CPUtime=1.5 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 565 0 0 0 150 0 0 0 25 0 1 0 476627381 3502080 521 33554432000 134512640 135048876 4286910272 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 855 521 66 131 0 722 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 3420

[startup+3.10098 s]
/proc/loadavg: 1.16 1.03 1.01 3/178 731
/proc/meminfo: memFree=17128876/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=3680 CPUtime=3.1 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 644 0 0 0 310 0 0 0 25 0 1 0 476627381 3768320 600 33554432000 134512640 135048876 4286910272 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 920 600 66 131 0 787 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 3680

[startup+6.30042 s]
/proc/loadavg: 1.16 1.03 1.01 3/178 731
/proc/meminfo: memFree=17128008/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=4008 CPUtime=6.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 723 0 0 0 630 0 0 0 25 0 1 0 476627381 4104192 679 33554432000 134512640 135048876 4286910272 18446744073709551615 134553675 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 1002 679 66 131 0 869 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4008

[startup+12.7003 s]
/proc/loadavg: 1.29 1.06 1.02 3/178 732
/proc/meminfo: memFree=17126392/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=4272 CPUtime=12.7 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 787 0 0 0 1270 0 0 0 25 0 1 0 476627381 4374528 743 33554432000 134512640 135048876 4286910272 18446744073709551615 134546949 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 1068 743 67 131 0 935 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 4272

[startup+25.5011 s]
/proc/loadavg: 1.40 1.09 1.03 3/178 732
/proc/meminfo: memFree=17121148/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=4644 CPUtime=25.5 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 867 0 0 0 2550 0 0 0 25 0 1 0 476627381 4755456 823 33554432000 134512640 135048876 4286910272 18446744073709551615 134552768 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 1161 823 67 131 0 1028 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 4644

[startup+51.1005 s]
/proc/loadavg: 1.60 1.17 1.05 3/178 733
/proc/meminfo: memFree=17119524/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=5400 CPUtime=51.1 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 1068 0 0 0 5110 0 0 0 25 0 1 0 476627381 5529600 1024 33554432000 134512640 135048876 4286910272 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 1350 1024 67 131 0 1217 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 5400

[startup+102.307 s]
/proc/loadavg: 1.88 1.32 1.11 3/178 734
/proc/meminfo: memFree=17115056/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=6512 CPUtime=102.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 1347 0 0 0 10230 0 0 0 25 0 1 0 476627381 6668288 1303 33554432000 134512640 135048876 4286910272 18446744073709551615 134548743 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 1628 1303 67 131 0 1495 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 6512

[startup+162.301 s]
/proc/loadavg: 1.95 1.43 1.16 3/178 736
/proc/meminfo: memFree=17109580/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=8808 CPUtime=162.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 1915 0 0 0 16230 0 0 0 25 0 1 0 476627381 9019392 1871 33554432000 134512640 135048876 4286910272 18446744073709551615 134546822 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 2202 1871 67 131 0 2069 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 8808

[startup+222.3 s]
/proc/loadavg: 1.98 1.54 1.21 3/178 737
/proc/meminfo: memFree=17107072/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=9096 CPUtime=222.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 1982 0 0 0 22230 0 0 0 25 0 1 0 476627381 9314304 1938 33554432000 134512640 135048876 4286910272 18446744073709551615 134547265 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 2274 1938 67 131 0 2141 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 9096

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.26 3/178 739
/proc/meminfo: memFree=17104452/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=9252 CPUtime=282.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 2013 0 0 0 28230 0 0 0 25 0 1 0 476627381 9474048 1969 33554432000 134512640 135048876 4286910272 18446744073709551615 134552422 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 2313 1969 67 131 0 2180 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 9252

[startup+342.3 s]
/proc/loadavg: 1.99 1.69 1.30 3/178 741
/proc/meminfo: memFree=17101688/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=10044 CPUtime=342.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 2205 0 0 0 34230 0 0 0 25 0 1 0 476627381 10285056 2161 33554432000 134512640 135048876 4286910272 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 2511 2161 67 131 0 2378 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 10044

[startup+402.301 s]
/proc/loadavg: 1.99 1.74 1.34 3/178 742
/proc/meminfo: memFree=17101044/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=10360 CPUtime=402.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 2297 0 0 0 40230 0 0 0 25 0 1 0 476627381 10608640 2253 33554432000 134512640 135048876 4286910272 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 2590 2253 67 131 0 2457 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 10360

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.38 3/178 744
/proc/meminfo: memFree=17094948/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=10436 CPUtime=462.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 2309 0 0 0 46230 0 0 0 25 0 1 0 476627381 10686464 2265 33554432000 134512640 135048876 4286910272 18446744073709551615 134546862 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 2609 2265 67 131 0 2476 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 10436

[startup+522.301 s]
/proc/loadavg: 2.03 1.83 1.42 3/178 745
/proc/meminfo: memFree=17093068/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=10728 CPUtime=522.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 2444 0 0 0 52230 0 0 0 25 0 1 0 476627381 10985472 2336 33554432000 134512640 135048876 4286910272 18446744073709551615 134548061 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 2682 2336 67 131 0 2549 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 10728

[startup+582.301 s]
/proc/loadavg: 2.01 1.86 1.45 3/178 747
/proc/meminfo: memFree=17092912/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=11004 CPUtime=582.3 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 2511 0 0 0 58230 0 0 0 25 0 1 0 476627381 11268096 2403 33554432000 134512640 135048876 4286910272 18446744073709551615 134552475 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 2751 2403 67 131 0 2618 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 11004


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

[startup+4062.31 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 868
/proc/meminfo: memFree=17043660/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19164 CPUtime=4062.39 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 6674 0 0 0 406237 2 0 0 25 0 1 0 476627381 19623936 4393 33554432000 134512640 135048876 4286910272 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4791 4393 67 131 0 4658 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 19164

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 869
/proc/meminfo: memFree=17043624/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19164 CPUtime=4122.39 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 6675 0 0 0 412237 2 0 0 25 0 1 0 476627381 19623936 4394 33554432000 134512640 135048876 4286910272 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4791 4394 67 131 0 4658 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 19164

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 871
/proc/meminfo: memFree=17034316/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19164 CPUtime=4182.39 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 6675 0 0 0 418237 2 0 0 25 0 1 0 476627381 19623936 4394 33554432000 134512640 135048876 4286910272 18446744073709551615 134546785 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4791 4394 67 131 0 4658 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 19164

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 874
/proc/meminfo: memFree=17034028/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19164 CPUtime=4242.39 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 6675 0 0 0 424237 2 0 0 25 0 1 0 476627381 19623936 4394 33554432000 134512640 135048876 4286910272 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4791 4394 67 131 0 4658 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 19164

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 875
/proc/meminfo: memFree=17030152/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19164 CPUtime=4302.39 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 6676 0 0 0 430237 2 0 0 25 0 1 0 476627381 19623936 4395 33554432000 134512640 135048876 4286910272 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4791 4395 67 131 0 4658 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 19164

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 877
/proc/meminfo: memFree=17026292/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19164 CPUtime=4362.39 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 6676 0 0 0 436237 2 0 0 25 0 1 0 476627381 19623936 4395 33554432000 134512640 135048876 4286910272 18446744073709551615 134558150 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4791 4395 67 131 0 4658 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 19164

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 878
/proc/meminfo: memFree=17023528/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19932 CPUtime=4422.4 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7024 0 0 0 442237 3 0 0 25 0 1 0 476627381 20410368 4603 33554432000 134512640 135048876 4286910272 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4983 4603 67 131 0 4850 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 19932

[startup+4482.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 880
/proc/meminfo: memFree=17022520/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19932 CPUtime=4482.4 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7056 0 0 0 448237 3 0 0 25 0 1 0 476627381 20410368 4606 33554432000 134512640 135048876 4286910272 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4983 4606 67 131 0 4850 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 19932

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 882
/proc/meminfo: memFree=17022604/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19932 CPUtime=4542.4 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7079 0 0 0 454237 3 0 0 25 0 1 0 476627381 20410368 4606 33554432000 134512640 135048876 4286910272 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4983 4606 67 131 0 4850 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 19932

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 883
/proc/meminfo: memFree=17022060/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19932 CPUtime=4602.41 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7079 0 0 0 460238 3 0 0 25 0 1 0 476627381 20410368 4606 33554432000 134512640 135048876 4286910272 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4983 4606 67 131 0 4850 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 19932

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 885
/proc/meminfo: memFree=17022152/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19932 CPUtime=4662.41 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7079 0 0 0 466238 3 0 0 25 0 1 0 476627381 20410368 4606 33554432000 134512640 135048876 4286910272 18446744073709551615 134546878 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4983 4606 67 131 0 4850 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 19932

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 886
/proc/meminfo: memFree=17021992/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19932 CPUtime=4722.41 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7079 0 0 0 472238 3 0 0 25 0 1 0 476627381 20410368 4606 33554432000 134512640 135048876 4286910272 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4983 4606 67 131 0 4850 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 19932

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 888
/proc/meminfo: memFree=17022080/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19932 CPUtime=4782.41 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7079 0 0 0 478238 3 0 0 25 0 1 0 476627381 20410368 4606 33554432000 134512640 135048876 4286910272 18446744073709551615 134545952 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4983 4606 67 131 0 4850 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 19932

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 890
/proc/meminfo: memFree=17021808/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=19932 CPUtime=4842.41 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7079 0 0 0 484238 3 0 0 25 0 1 0 476627381 20410368 4606 33554432000 134512640 135048876 4286910272 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 4983 4606 67 131 0 4850 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 19932

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 891
/proc/meminfo: memFree=17021884/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=20124 CPUtime=4902.41 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7122 0 0 0 490238 3 0 0 25 0 1 0 476627381 20606976 4649 33554432000 134512640 135048876 4286910272 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 5031 4649 67 131 0 4898 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 20124

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 893
/proc/meminfo: memFree=17022096/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=20024 CPUtime=4962.41 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7215 0 0 0 496238 3 0 0 25 0 1 0 476627381 20504576 4629 33554432000 134512640 135048876 4286910272 18446744073709551615 134546096 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 5006 4629 67 131 0 4873 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 20024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 923
/proc/meminfo: memFree=17113372/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=20128 CPUtime=5000.01 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7313 0 0 0 499998 3 0 0 25 0 1 0 476627381 20611072 4655 33554432000 134512640 135048876 4286910272 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 5032 4655 67 131 0 4899 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 20128

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

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

[startup+4999.9 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 923
/proc/meminfo: memFree=17113372/32950928 swapFree=67111528/67111528
[pid=730] ppid=728 vsize=20128 CPUtime=5000.01 cores=0,2,4,6
/proc/730/stat : 730 (minisat_noasser) R 728 730 32422 0 -1 4202496 7313 0 0 0 499998 3 0 0 25 0 1 0 476627381 20611072 4655 33554432000 134512640 135048876 4286910272 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/730/statm: 5032 4655 67 131 0 4899 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 20128

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.99
CPU system time (s): 0.037994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 20268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.99
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7313
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= 3
involuntary context switches= 13259

runsolver used 7.45986 second user time and 15.2757 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-24 15:04:37
IDJOB=3275484
IDBENCH=83190
IDSOLVER=1678
FILE ID=node125/3275484-1303650277
RUNJOBID= node125-1303650269-683
PBS_JOBID= 13150723
Free space on /tmp= 73264 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_11_100_s.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275484-1303650277/watcher-3275484-1303650277 -o /tmp/evaluation-result-3275484-1303650277/solver-3275484-1303650277 -C 5000 -W 5100 -M 15500 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3275484-1303650277.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c6e549f9708971f42573991eb7f6cef3
RANDOM SEED=857604733

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17132128 kB
Buffers:       2189972 kB
Cached:       13027232 kB
SwapCached:          0 kB
Active:        7591764 kB
Inactive:      7699580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17132128 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3456 kB
Writeback:           0 kB
AnonPages:       73516 kB
Mapped:          15220 kB
Slab:           465400 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   217236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73260 MiB
End job on node125 at 2011-04-24 16:27:59