Trace number 3275059

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/rbsat/random/forced/
rbsat-v945c61409gyes5.cnf
MD5SUMccc3b90e7796ba48b01939580fe6357c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.19036
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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:  945                                                  |
0.00/0.00	c |  Number of clauses:    61409                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.49/0.53	c ============================[ Search Statistics ]==============================
0.49/0.53	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.53	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.53	c ===============================================================================
0.49/0.53	c |         0 |     900    57731   166871 |    19243        0    nan |  0.000 % |
0.49/0.53	c |       104 |     900    57731   166871 |    21168      104    130 |  0.000 % |
0.49/0.54	c |       254 |     900    57731   166871 |    23284      254    128 |  0.000 % |
0.49/0.56	c |       481 |     900    57731   166871 |    25613      481    122 |  0.000 % |
0.49/0.58	c |       821 |     900    57731   166871 |    28174      821    112 |  0.000 % |
0.59/0.62	c |      1327 |     900    57731   166871 |    30992     1327    115 |  0.000 % |
0.59/0.69	c |      2086 |     900    57731   166871 |    34091     2086    113 |  0.000 % |
0.79/0.83	c |      3227 |     900    57731   166871 |    37500     3227    108 |  0.000 % |
1.00/1.01	c |      4938 |     900    57731   166871 |    41250     4938    101 |  0.000 % |
1.29/1.37	c |      7501 |     900    57731   166871 |    45375     7501     99 |  0.000 % |
1.99/2.09	c |     11345 |     900    57731   166871 |    49913    11345     98 |  0.000 % |
3.49/3.57	c |     17111 |     900    57731   166871 |    54904    17111     98 |  0.000 % |
5.99/6.06	c |     25760 |     900    57731   166871 |    60394    25760    102 |  0.000 % |
10.59/10.64	c |     38737 |     900    57731   166871 |    66434    38737    102 |  0.000 % |
21.39/21.49	c |     58198 |     900    57731   166871 |    73077    58198    106 |  0.000 % |
34.49/34.59	c |     87391 |     900    57731   166871 |    80385    30580    105 |  0.000 % |
50.39/50.43	c |    131182 |     900    57731   166871 |    88424    74371    108 |  0.000 % |
72.79/72.85	c |    196866 |     900    57731   166871 |    97266    69067    101 |  0.000 % |
105.29/105.33	c |    295395 |     900    57731   166871 |   106993    89796     88 |  0.000 % |
154.60/154.61	c |    443184 |     900    57731   166871 |   117692    62269     88 |  0.000 % |
242.39/242.49	c |    664869 |     900    57731   166871 |   129461    87435     89 |  0.000 % |
369.10/369.10	c |    997394 |     900    57731   166871 |   142407    94809     91 |  0.000 % |
618.80/618.83	c |   1496183 |     900    57731   166871 |   156648   104317     86 |  0.000 % |
980.12/980.17	c |   2244369 |     900    57731   166871 |   172313    40238     84 |  0.000 % |
1526.23/1526.26	c |   3366643 |     900    57731   166871 |   189544   111737     79 |  0.000 % |
2379.85/2379.89	c |   5050055 |     900    57731   166871 |   208499   119408     78 |  0.000 % |
3908.88/3908.80	c |   7575172 |     900    57731   166871 |   229349    54153     78 |  0.000 % |

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-3275059-1303635259/watcher-3275059-1303635259 -o /tmp/evaluation-result-3275059-1303635259/solver-3275059-1303635259 -C 5000 -W 5000 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3275059-1303635259.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): 5000 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: 0.08 0.02 0.01 3/177 2479
/proc/meminfo: memFree=14543416/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=2160 CPUtime=0 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 393 0 0 0 0 0 0 0 23 0 1 0 475124679 2211840 349 33554432000 134512640 135048876 4289110224 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 540 349 50 131 0 407 0

[startup+0.00811011 s]
/proc/loadavg: 0.08 0.02 0.01 3/177 2479
/proc/meminfo: memFree=14543416/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=2712 CPUtime=0 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 548 0 0 0 0 0 0 0 23 0 1 0 475124679 2777088 504 33554432000 134512640 135048876 4289110224 18446744073709551615 134556880 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 678 505 50 131 0 545 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2712

[startup+0.101043 s]
/proc/loadavg: 0.08 0.02 0.01 3/177 2479
/proc/meminfo: memFree=14543416/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=5368 CPUtime=0.09 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 1154 0 0 0 9 0 0 0 23 0 1 0 475124679 5496832 1110 33554432000 134512640 135048876 4289110224 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 1342 1110 62 131 0 1209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5368

[startup+0.301096 s]
/proc/loadavg: 0.08 0.02 0.01 3/177 2479
/proc/meminfo: memFree=14543416/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=6340 CPUtime=0.29 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 1419 0 0 0 29 0 0 0 25 0 1 0 475124679 6492160 1375 33554432000 134512640 135048876 4289110224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 1585 1375 62 131 0 1452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6340

[startup+0.70105 s]
/proc/loadavg: 0.08 0.02 0.01 3/177 2479
/proc/meminfo: memFree=14543416/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=5928 CPUtime=0.69 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 1476 0 0 0 69 0 0 0 25 0 1 0 475124679 6070272 1288 33554432000 134512640 135048876 4289110224 18446744073709551615 134546624 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 1482 1288 67 131 0 1349 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5928

[startup+1.50091 s]
/proc/loadavg: 0.23 0.05 0.02 3/178 2480
/proc/meminfo: memFree=14536100/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=8608 CPUtime=1.49 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 2131 0 0 0 149 0 0 0 25 0 1 0 475124679 8814592 1943 33554432000 134512640 135048876 4289110224 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 2152 1943 67 131 0 2019 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8608

[startup+3.10063 s]
/proc/loadavg: 0.23 0.05 0.02 3/178 2480
/proc/meminfo: memFree=14531760/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=11784 CPUtime=3.09 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 2927 0 0 0 309 0 0 0 25 0 1 0 475124679 12066816 2739 33554432000 134512640 135048876 4289110224 18446744073709551615 134548061 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 2946 2739 67 131 0 2813 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11784

[startup+6.30095 s]
/proc/loadavg: 0.23 0.05 0.02 3/178 2480
/proc/meminfo: memFree=14522672/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=17204 CPUtime=6.29 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 4308 0 0 0 629 0 0 0 25 0 1 0 475124679 17616896 4120 33554432000 134512640 135048876 4289110224 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 4301 4120 67 131 0 4168 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17204

[startup+12.7008 s]
/proc/loadavg: 0.50 0.11 0.04 3/178 2480
/proc/meminfo: memFree=14512820/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=25032 CPUtime=12.69 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 6215 0 0 0 1269 0 0 0 25 0 1 0 475124679 25632768 6027 33554432000 134512640 135048876 4289110224 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 6258 6027 67 131 0 6125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25032

[startup+25.5006 s]
/proc/loadavg: 0.73 0.18 0.06 3/178 2480
/proc/meminfo: memFree=14498424/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=36768 CPUtime=25.49 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 9135 0 0 0 2548 1 0 0 25 0 1 0 475124679 37650432 8947 33554432000 134512640 135048876 4289110224 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 9192 8947 67 131 0 9059 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36768

[startup+51.1012 s]
/proc/loadavg: 1.24 0.34 0.11 3/178 2481
/proc/meminfo: memFree=14487952/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=43288 CPUtime=51.09 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 10765 0 0 0 5108 1 0 0 25 0 1 0 475124679 44326912 10577 33554432000 134512640 135048876 4289110224 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 10822 10577 67 131 0 10689 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 43288

[startup+102.306 s]
/proc/loadavg: 1.69 0.61 0.22 3/178 2482
/proc/meminfo: memFree=14474052/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=53392 CPUtime=102.29 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 13215 0 0 0 10228 1 0 0 25 0 1 0 475124679 54673408 13027 33554432000 134512640 135048876 4289110224 18446744073709551615 134546847 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 13348 13027 67 131 0 13215 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 53392

[startup+162.301 s]
/proc/loadavg: 1.89 0.86 0.33 3/178 2484
/proc/meminfo: memFree=14462976/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=58952 CPUtime=162.29 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 14525 0 0 0 16227 2 0 0 25 0 1 0 475124679 60366848 14337 33554432000 134512640 135048876 4289110224 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 14738 14337 67 131 0 14605 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 58952

[startup+222.301 s]
/proc/loadavg: 1.99 1.08 0.43 3/178 2486
/proc/meminfo: memFree=14451528/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=65436 CPUtime=222.29 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 16138 0 0 0 22227 2 0 0 25 0 1 0 475124679 67006464 15950 33554432000 134512640 135048876 4289110224 18446744073709551615 134553675 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 16359 15950 67 131 0 16226 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 65436

[startup+282.3 s]
/proc/loadavg: 1.99 1.25 0.53 3/178 2487
/proc/meminfo: memFree=14445164/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=71420 CPUtime=282.29 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 17639 0 0 0 28226 3 0 0 25 0 1 0 475124679 73134080 17451 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 17855 17451 67 131 0 17722 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 71420

[startup+342.301 s]
/proc/loadavg: 1.99 1.38 0.62 3/178 2489
/proc/meminfo: memFree=14438432/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=73272 CPUtime=342.3 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 18043 0 0 0 34227 3 0 0 25 0 1 0 475124679 75030528 17855 33554432000 134512640 135048876 4289110224 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 18318 17855 67 131 0 18185 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 73272

[startup+402.301 s]
/proc/loadavg: 1.99 1.49 0.70 3/178 2517
/proc/meminfo: memFree=14400216/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=74172 CPUtime=402.3 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 18221 0 0 0 40227 3 0 0 25 0 1 0 475124679 75952128 18033 33554432000 134512640 135048876 4289110224 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 18543 18033 67 131 0 18410 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 74172

[startup+462.301 s]
/proc/loadavg: 1.99 1.58 0.78 3/178 2528
/proc/meminfo: memFree=14350736/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=84156 CPUtime=462.3 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 20622 0 0 0 46226 4 0 0 25 0 1 0 475124679 86175744 20434 33554432000 134512640 135048876 4289110224 18446744073709551615 134551681 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 21039 20434 67 131 0 20906 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 84156

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 0.85 3/178 2530
/proc/meminfo: memFree=14314372/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=92000 CPUtime=522.3 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 22515 0 0 0 52225 5 0 0 25 0 1 0 475124679 94208000 22327 33554432000 134512640 135048876 4289110224 18446744073709551615 134546882 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 23000 22327 67 131 0 22867 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 92000

[startup+582.3 s]
/proc/loadavg: 1.99 1.71 0.92 3/178 2531
/proc/meminfo: memFree=14283976/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=92948 CPUtime=582.3 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 22742 0 0 0 58225 5 0 0 25 0 1 0 475124679 95178752 22546 33554432000 134512640 135048876 4289110224 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 23237 22546 67 131 0 23104 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 92948


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

[startup+4062.31 s]
/proc/loadavg: 2.06 2.02 1.93 3/178 2637
/proc/meminfo: memFree=13902340/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=149520 CPUtime=4062.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 35988 0 0 0 406228 11 0 0 25 0 1 0 475124679 153108480 35732 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37380 35732 67 131 0 37247 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 149520

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/178 2639
/proc/meminfo: memFree=13902308/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=149600 CPUtime=4122.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36020 0 0 0 412228 11 0 0 25 0 1 0 475124679 153190400 35764 33554432000 134512640 135048876 4289110224 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37400 35764 67 131 0 37267 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 149600

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 2640
/proc/meminfo: memFree=13902660/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=149600 CPUtime=4182.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36020 0 0 0 418228 11 0 0 25 0 1 0 475124679 153190400 35764 33554432000 134512640 135048876 4289110224 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37400 35764 67 131 0 37267 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 149600

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 2645
/proc/meminfo: memFree=13902536/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=149600 CPUtime=4242.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36020 0 0 0 424228 11 0 0 25 0 1 0 475124679 153190400 35764 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37400 35764 67 131 0 37267 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 149600

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2646
/proc/meminfo: memFree=13902004/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150088 CPUtime=4302.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36135 0 0 0 430228 11 0 0 25 0 1 0 475124679 153690112 35879 33554432000 134512640 135048876 4289110224 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37522 35879 67 131 0 37389 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 150088

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2648
/proc/meminfo: memFree=13901612/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4362.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36268 0 0 0 436228 11 0 0 25 0 1 0 475124679 154271744 36012 33554432000 134512640 135048876 4289110224 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36012 67 131 0 37531 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 150656

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2650
/proc/meminfo: memFree=13901452/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4422.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36269 0 0 0 442228 11 0 0 25 0 1 0 475124679 154271744 36013 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36013 67 131 0 37531 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 150656

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2651
/proc/meminfo: memFree=13901312/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4482.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36269 0 0 0 448228 11 0 0 25 0 1 0 475124679 154271744 36013 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36013 67 131 0 37531 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 150656

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2653
/proc/meminfo: memFree=13901020/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4542.39 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36272 0 0 0 454228 11 0 0 25 0 1 0 475124679 154271744 36016 33554432000 134512640 135048876 4289110224 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36016 67 131 0 37531 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 150656

[startup+4602.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 2654
/proc/meminfo: memFree=13900740/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4602.4 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36272 0 0 0 460229 11 0 0 25 0 1 0 475124679 154271744 36016 33554432000 134512640 135048876 4289110224 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36016 67 131 0 37531 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 150656

[startup+4662.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 2656
/proc/meminfo: memFree=13900588/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4662.41 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36282 0 0 0 466229 12 0 0 25 0 1 0 475124679 154271744 36026 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36026 67 131 0 37531 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 150656

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2658
/proc/meminfo: memFree=13900692/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4722.41 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36285 0 0 0 472229 12 0 0 25 0 1 0 475124679 154271744 36029 33554432000 134512640 135048876 4289110224 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36029 67 131 0 37531 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 150656

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2659
/proc/meminfo: memFree=13900412/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4782.41 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36294 0 0 0 478229 12 0 0 25 0 1 0 475124679 154271744 36038 33554432000 134512640 135048876 4289110224 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36038 67 131 0 37531 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 150656

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2661
/proc/meminfo: memFree=13900492/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4842.41 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36294 0 0 0 484229 12 0 0 25 0 1 0 475124679 154271744 36038 33554432000 134512640 135048876 4289110224 18446744073709551615 134546964 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36038 67 131 0 37531 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 150656

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2662
/proc/meminfo: memFree=13900220/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150656 CPUtime=4902.41 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36294 0 0 0 490229 12 0 0 25 0 1 0 475124679 154271744 36038 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37664 36038 67 131 0 37531 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 150656

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2664
/proc/meminfo: memFree=13899948/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=150736 CPUtime=4962.41 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 36315 0 0 0 496229 12 0 0 25 0 1 0 475124679 154353664 36059 33554432000 134512640 135048876 4289110224 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 37684 36059 67 131 0 37551 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 150736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2665
/proc/meminfo: memFree=13888268/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=162352 CPUtime=5000.01 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 39202 0 0 0 499988 13 0 0 25 0 1 0 475124679 166248448 38946 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 40588 38946 67 131 0 40455 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 162352

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.00 2.00 1.93 3/178 2665
/proc/meminfo: memFree=13888268/32950928 swapFree=67111528/67111528
[pid=2479] ppid=2477 vsize=162352 CPUtime=5000.01 cores=0,2,4,6
/proc/2479/stat : 2479 (minisat_noasser) R 2477 2479 2414 0 -1 4202496 39202 0 0 0 499988 13 0 0 25 0 1 0 475124679 166248448 38946 33554432000 134512640 135048876 4289110224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2479/statm: 40588 38946 67 131 0 40455 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 162352

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.89
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39202
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= 5
involuntary context switches= 7717

runsolver used 8.23875 second user time and 16.0986 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-24 10:54:19
IDJOB=3275059
IDBENCH=71354
IDSOLVER=1678
FILE ID=node120/3275059-1303635259
RUNJOBID= node120-1303635250-2432
PBS_JOBID= 13150728
Free space on /tmp= 72152 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes5.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275059-1303635259/watcher-3275059-1303635259 -o /tmp/evaluation-result-3275059-1303635259/solver-3275059-1303635259 -C 5000 -W 5000 -M 15500 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3275059-1303635259.cnf

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

MD5SUM BENCH= ccc3b90e7796ba48b01939580fe6357c
RANDOM SEED=1968658123

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.75
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.809
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.82
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.809
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:      14543580 kB
Buffers:       2462020 kB
Cached:       15299588 kB
SwapCached:          0 kB
Active:       10517408 kB
Inactive:      7323724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14543580 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:       78712 kB
Mapped:          15572 kB
Slab:           503916 kB
PageTables:       4600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   223832 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= 72148 MiB
End job on node120 at 2011-04-24 12:17:41