Trace number 3274268

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) 1300.03 1300.01

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x30.cnf
MD5SUMb4a3233c98b6a02fd9143f926d90025d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.182971
Satisfiable
(Un)Satisfiability was proved
Number of variables720
Number of clauses27360
Sum of the clauses size107280
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21080
Number of clauses of size 30
Number of clauses of size 426280
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:  720                                                  |
0.00/0.00	c |  Number of clauses:    27360                                                |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.29/0.31	c ============================[ Search Statistics ]==============================
0.29/0.31	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.31	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.31	c ===============================================================================
0.29/0.31	c |         0 |     540    26640   157680 |     8880        0    nan |  0.000 % |
0.29/0.32	c |       100 |     540    26640   157680 |     9768      100     29 |  0.000 % |
0.29/0.32	c |       251 |     540    26640   157680 |    10744      251     35 |  0.000 % |
0.29/0.32	c |       476 |     540    26640   157680 |    11819      476     46 |  0.000 % |
0.29/0.33	c |       813 |     540    26640   157680 |    13001      813     56 |  0.000 % |
0.29/0.34	c |      1320 |     540    26640   157680 |    14301     1320     60 |  0.000 % |
0.29/0.36	c |      2079 |     540    26640   157680 |    15731     2079     65 |  0.000 % |
0.29/0.38	c |      3219 |     540    26640   157680 |    17304     3219     68 |  0.000 % |
0.39/0.43	c |      4927 |     540    26640   157680 |    19035     4927     75 |  0.000 % |
0.49/0.52	c |      7490 |     540    26640   157680 |    20938     7490     79 |  0.000 % |
0.59/0.69	c |     11334 |     540    26640   157680 |    23032    11334     87 |  0.000 % |
0.99/1.05	c |     17100 |     540    26640   157680 |    25335    17100     96 |  0.000 % |
1.39/1.45	c |     25749 |     540    26640   157680 |    27869    12085    102 |  0.000 % |
2.19/2.28	c |     38723 |     540    26640   157680 |    30656    25059    103 |  0.000 % |
4.00/4.01	c |     58185 |     540    26640   157680 |    33721    25859    117 |  0.000 % |
7.09/7.15	c |     87379 |     540    26640   157680 |    37093    13907    115 |  0.000 % |
12.20/12.22	c |    131168 |     540    26640   157680 |    40803    33215    125 |  0.000 % |
20.49/20.51	c |    196852 |     540    26640   157680 |    44883    17911    120 |  0.000 % |
36.79/36.89	c |    295378 |     540    26640   157680 |    49372    23788    132 |  0.000 % |
66.00/66.01	c |    443168 |     540    26640   157680 |    54309    39110    136 |  0.000 % |
104.30/104.38	c |    664851 |     540    26640   157680 |    59740    21147    134 |  0.000 % |
180.89/180.90	c |    997376 |     540    26640   157680 |    65714    48055    145 |  0.000 % |
292.79/292.80	c |   1496165 |     540    26640   157680 |    72285    40946    145 |  0.000 % |
437.80/437.82	c |   2244351 |     540    26640   157680 |    79514    50929    136 |  0.000 % |
712.71/712.78	c |   3366625 |     540    26640   157680 |    87465    44618    140 |  0.000 % |
1137.81/1137.84	c |   5050038 |     540    26640   157680 |    96212    39315    146 |  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-3274268-1303602257/watcher-3274268-1303602257 -o /tmp/evaluation-result-3274268-1303602257/solver-3274268-1303602257 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274268-1303602257.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 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: 3.71 3.90 3.08 4/189 20562
/proc/meminfo: memFree=15515716/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=2740 CPUtime=0 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 512 0 0 0 0 0 0 0 24 0 1 0 471824551 2805760 468 33554432000 134512640 135048876 4288805456 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 685 469 50 131 0 552 0

[startup+0.0103321 s]
/proc/loadavg: 3.71 3.90 3.08 4/189 20562
/proc/meminfo: memFree=15515716/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=3336 CPUtime=0 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 639 0 0 0 0 0 0 0 24 0 1 0 471824551 3416064 595 33554432000 134512640 135048876 4288805456 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 834 595 50 131 0 701 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3336

[startup+0.100316 s]
/proc/loadavg: 3.71 3.90 3.08 4/189 20562
/proc/meminfo: memFree=15515716/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=5376 CPUtime=0.09 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 1164 0 0 0 9 0 0 0 25 0 1 0 471824551 5505024 1120 33554432000 134512640 135048876 4288805456 18446744073709551615 134531306 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 1344 1120 62 131 0 1211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5376

[startup+0.30028 s]
/proc/loadavg: 3.71 3.90 3.08 4/189 20562
/proc/meminfo: memFree=15515716/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=7636 CPUtime=0.29 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 1743 0 0 0 29 0 0 0 25 0 1 0 471824551 7819264 1699 33554432000 134512640 135048876 4288805456 18446744073709551615 134529398 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 1909 1699 62 131 0 1776 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7636

[startup+0.700209 s]
/proc/loadavg: 3.71 3.90 3.08 4/189 20562
/proc/meminfo: memFree=15515716/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=9404 CPUtime=0.69 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 2251 0 0 0 69 0 0 0 25 0 1 0 471824551 9629696 2128 33554432000 134512640 135048876 4288805456 18446744073709551615 134553557 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 2351 2128 67 131 0 2218 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9404

[startup+1.50007 s]
/proc/loadavg: 3.71 3.90 3.08 5/190 20563
/proc/meminfo: memFree=15488436/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=15688 CPUtime=1.49 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 3845 0 0 0 149 0 0 0 25 0 1 0 471824551 16064512 3722 33554432000 134512640 135048876 4288805456 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 3922 3722 67 131 0 3789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15688

[startup+3.10078 s]
/proc/loadavg: 3.71 3.90 3.08 5/190 20563
/proc/meminfo: memFree=15476656/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=19020 CPUtime=3.1 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 4651 0 0 0 309 1 0 0 25 0 1 0 471824551 19476480 4528 33554432000 134512640 135048876 4288805456 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 4755 4528 67 131 0 4622 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 19020

[startup+6.30021 s]
/proc/loadavg: 3.73 3.91 3.09 4/185 20580
/proc/meminfo: memFree=15473356/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=21924 CPUtime=6.3 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 5404 0 0 0 629 1 0 0 25 0 1 0 471824551 22450176 5281 33554432000 134512640 135048876 4288805456 18446744073709551615 134553589 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 5481 5281 67 131 0 5348 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 21924

[startup+12.7001 s]
/proc/loadavg: 3.67 3.89 3.09 4/185 20634
/proc/meminfo: memFree=15442836/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=27336 CPUtime=12.7 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 6745 0 0 0 1269 1 0 0 25 0 1 0 471824551 27992064 6622 33554432000 134512640 135048876 4288805456 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 6834 6622 67 131 0 6701 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 27336

[startup+25.5008 s]
/proc/loadavg: 3.68 3.88 3.09 5/190 20698
/proc/meminfo: memFree=15326896/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=29132 CPUtime=25.5 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 7175 0 0 0 2549 1 0 0 25 0 1 0 471824551 29831168 7052 33554432000 134512640 135048876 4288805456 18446744073709551615 134548048 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 7283 7052 67 131 0 7150 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 29132

[startup+51.1002 s]
/proc/loadavg: 3.79 3.89 3.12 5/190 20699
/proc/meminfo: memFree=15177424/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=38092 CPUtime=51.09 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 9404 0 0 0 5108 1 0 0 25 0 1 0 471824551 39006208 9281 33554432000 134512640 135048876 4288805456 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 9523 9281 67 131 0 9390 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38092

[startup+102.306 s]
/proc/loadavg: 3.91 3.90 3.16 5/190 20700
/proc/meminfo: memFree=15098884/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=42784 CPUtime=102.3 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 10593 0 0 0 10228 2 0 0 25 0 1 0 471824551 43810816 10470 33554432000 134512640 135048876 4288805456 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 10696 10470 67 131 0 10563 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42784

[startup+162.3 s]
/proc/loadavg: 3.96 3.92 3.21 5/190 20702
/proc/meminfo: memFree=14993360/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=50872 CPUtime=162.29 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 12589 0 0 0 16227 2 0 0 25 0 1 0 471824551 52092928 12466 33554432000 134512640 135048876 4288805456 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 12718 12466 67 131 0 12585 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 50872

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.26 5/190 20704
/proc/meminfo: memFree=14898860/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=53368 CPUtime=222.3 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 13198 0 0 0 22228 2 0 0 25 0 1 0 471824551 54648832 13075 33554432000 134512640 135048876 4288805456 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 13342 13075 67 131 0 13209 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 53368

[startup+282.301 s]
/proc/loadavg: 3.99 3.94 3.30 5/190 20705
/proc/meminfo: memFree=14853572/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=54820 CPUtime=282.3 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 13559 0 0 0 28228 2 0 0 25 0 1 0 471824551 56135680 13436 33554432000 134512640 135048876 4288805456 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 13705 13436 67 131 0 13572 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 54820

[startup+342.3 s]
/proc/loadavg: 3.99 3.95 3.34 5/190 20707
/proc/meminfo: memFree=14808172/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=58780 CPUtime=342.3 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 14540 0 0 0 34228 2 0 0 25 0 1 0 471824551 60190720 14417 33554432000 134512640 135048876 4288805456 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 14695 14417 67 131 0 14562 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 58780

[startup+402.301 s]
/proc/loadavg: 3.99 3.95 3.38 5/190 20708
/proc/meminfo: memFree=14764388/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=59984 CPUtime=402.29 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 14865 0 0 0 40227 2 0 0 25 0 1 0 471824551 61423616 14742 33554432000 134512640 135048876 4288805456 18446744073709551615 134546794 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 14996 14742 67 131 0 14863 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 59984

[startup+462.301 s]
/proc/loadavg: 3.99 3.96 3.41 5/190 20710
/proc/meminfo: memFree=14707948/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=64964 CPUtime=462.29 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 16106 0 0 0 46227 2 0 0 25 0 1 0 471824551 66523136 15983 33554432000 134512640 135048876 4288805456 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 16241 15983 67 131 0 16108 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 64964

[startup+522.3 s]
/proc/loadavg: 4.05 3.98 3.46 5/190 20712
/proc/meminfo: memFree=14679284/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=68264 CPUtime=522.3 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 16913 0 0 0 52227 3 0 0 25 0 1 0 471824551 69902336 16790 33554432000 134512640 135048876 4288805456 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 17066 16790 67 131 0 16933 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 68264

[startup+582.301 s]
/proc/loadavg: 4.02 3.98 3.48 5/190 20713
/proc/meminfo: memFree=14654588/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=70388 CPUtime=582.3 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 17450 0 0 0 58227 3 0 0 25 0 1 0 471824551 72077312 17327 33554432000 134512640 135048876 4288805456 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 17597 17327 67 131 0 17464 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 70388

[startup+642.301 s]
/proc/loadavg: 4.00 3.98 3.51 5/190 20715
/proc/meminfo: memFree=14627892/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=70388 CPUtime=642.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 17452 0 0 0 64228 3 0 0 25 0 1 0 471824551 72077312 17329 33554432000 134512640 135048876 4288805456 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 17597 17329 67 131 0 17464 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 70388

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.54 5/190 20716
/proc/meminfo: memFree=14595012/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=70388 CPUtime=702.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 17452 0 0 0 70228 3 0 0 25 0 1 0 471824551 72077312 17329 33554432000 134512640 135048876 4288805456 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 17597 17329 67 131 0 17464 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 70388

[startup+762.306 s]
/proc/loadavg: 4.00 3.98 3.57 5/190 20718
/proc/meminfo: memFree=14552320/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=76180 CPUtime=762.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 18893 0 0 0 76228 3 0 0 25 0 1 0 471824551 78008320 18758 33554432000 134512640 135048876 4288805456 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 19045 18758 67 131 0 18912 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 76180

[startup+822.301 s]
/proc/loadavg: 4.00 3.98 3.59 5/190 20720
/proc/meminfo: memFree=14520060/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=77412 CPUtime=822.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 19270 0 0 0 82228 3 0 0 25 0 1 0 471824551 79269888 19097 33554432000 134512640 135048876 4288805456 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 19353 19097 67 131 0 19220 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 77412

[startup+882.301 s]
/proc/loadavg: 4.00 3.98 3.61 5/190 20721
/proc/meminfo: memFree=14489660/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=78580 CPUtime=882.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 19634 0 0 0 88228 3 0 0 25 0 1 0 471824551 80465920 19375 33554432000 134512640 135048876 4288805456 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 19645 19375 67 131 0 19512 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 78580

[startup+942.3 s]
/proc/loadavg: 4.00 3.98 3.64 5/190 20723
/proc/meminfo: memFree=14466072/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=78976 CPUtime=942.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 19744 0 0 0 94228 3 0 0 25 0 1 0 471824551 80871424 19485 33554432000 134512640 135048876 4288805456 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 19744 19485 67 131 0 19611 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 78976

[startup+1002.3 s]
/proc/loadavg: 4.00 3.98 3.66 5/190 20724
/proc/meminfo: memFree=14441616/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=78976 CPUtime=1002.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 19744 0 0 0 100228 3 0 0 25 0 1 0 471824551 80871424 19485 33554432000 134512640 135048876 4288805456 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 19744 19485 67 131 0 19611 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 78976

[startup+1062.3 s]
/proc/loadavg: 4.08 4.00 3.68 5/190 20735
/proc/meminfo: memFree=14375584/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=78976 CPUtime=1062.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 19744 0 0 0 106228 3 0 0 25 0 1 0 471824551 80871424 19485 33554432000 134512640 135048876 4288805456 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 19744 19485 67 131 0 19611 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 78976

[startup+1122.3 s]
/proc/loadavg: 4.03 4.00 3.70 5/190 20737
/proc/meminfo: memFree=14351004/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=78976 CPUtime=1122.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 19744 0 0 0 112228 3 0 0 25 0 1 0 471824551 80871424 19485 33554432000 134512640 135048876 4288805456 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 19744 19485 67 131 0 19611 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 78976

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 20738
/proc/meminfo: memFree=14324308/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=85028 CPUtime=1182.31 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 21203 0 0 0 118227 4 0 0 25 0 1 0 471824551 87068672 20944 33554432000 134512640 135048876 4288805456 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 21257 20944 67 131 0 21124 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 85028

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/190 20743
/proc/meminfo: memFree=14300788/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=88152 CPUtime=1242.32 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 21987 0 0 0 124228 4 0 0 25 0 1 0 471824551 90267648 21728 33554432000 134512640 135048876 4288805456 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 22038 21728 67 131 0 21905 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 88152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.74 3/186 20746
/proc/meminfo: memFree=14598156/32950928 swapFree=67111528/67111528
[pid=20562] ppid=20560 vsize=89992 CPUtime=1300.02 cores=5,7
/proc/20562/stat : 20562 (minisat_noasser) R 20560 20562 20355 0 -1 4202496 22432 0 0 0 129998 4 0 0 25 0 1 0 471824551 92151808 22173 33554432000 134512640 135048876 4288805456 18446744073709551615 134548061 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20562/statm: 22498 22173 67 131 0 22365 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 89992

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.99
CPU system time (s): 0.047992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 89992

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

runsolver used 2.03569 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-24 01:44:18
IDJOB=3274268
IDBENCH=83160
IDSOLVER=1676
FILE ID=node122/3274268-1303602257
RUNJOBID= node122-1303600951-20376
PBS_JOBID= 13150619
Free space on /tmp= 70808 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x30.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274268-1303602257/watcher-3274268-1303602257 -o /tmp/evaluation-result-3274268-1303602257/solver-3274268-1303602257 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274268-1303602257.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b4a3233c98b6a02fd9143f926d90025d
RANDOM SEED=718620854

node122.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.820
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.64
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.820
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	: 5332.75
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15515996 kB
Buffers:       1777552 kB
Cached:       15024396 kB
SwapCached:          0 kB
Active:        5490384 kB
Inactive:     11391960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15515996 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10016 kB
Writeback:           0 kB
AnonPages:       79804 kB
Mapped:          15816 kB
Slab:           488960 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   265748 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= 70800 MiB
End job on node122 at 2011-04-24 02:06:00