Trace number 3274829

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

General information on the benchmark

NameSAT02/handmade/zhang-lintao/
xor-chain/x1_80.shuffled.cnf
MD5SUM53a7d1541ad9c0dde902ec3a505ae8fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of clauses634
Sum of the clauses size1900
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3632
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:  238                                                  |
0.00/0.00	c |  Number of clauses:    634                                                  |
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 |     170      632     2432 |      210        0    nan |  0.000 % |
0.00/0.00	c |       100 |     170      632     2432 |      231      100     32 |  0.002 % |
0.00/0.00	c |       250 |     170      632     2432 |      254      250     24 |  0.002 % |
0.00/0.00	c |       475 |     170      632     2432 |      280      284     26 |  0.002 % |
0.00/0.00	c |       813 |     170      632     2432 |      308      279     17 |  0.002 % |
0.00/0.01	c |      1319 |     170      632     2432 |      339      358     20 |  0.002 % |
0.00/0.01	c |      2078 |     170      632     2432 |      373      260     14 |  0.002 % |
0.00/0.02	c |      3217 |     170      632     2432 |      410      442     17 |  0.002 % |
0.00/0.03	c |      4925 |     170      632     2432 |      451      395     18 |  0.002 % |
0.00/0.05	c |      7488 |     170      632     2432 |      496      296     16 |  0.002 % |
0.00/0.08	c |     11333 |     170      632     2432 |      546      361     18 |  0.002 % |
0.10/0.12	c |     17099 |     170      632     2432 |      601      440     19 |  0.002 % |
0.10/0.18	c |     25748 |     170      632     2432 |      661      587     22 |  0.002 % |
0.20/0.28	c |     38723 |     170      632     2432 |      727      406     21 |  0.002 % |
0.39/0.46	c |     58185 |     170      632     2432 |      800      707     30 |  0.002 % |
0.59/0.69	c |     87377 |     170      632     2432 |      880      758     28 |  0.002 % |
1.10/1.10	c |    131167 |     170      632     2432 |      968      652     30 |  0.002 % |
1.59/1.68	c |    196852 |     170      632     2432 |     1064      702     28 |  0.002 % |
2.49/2.59	c |    295379 |     170      632     2432 |     1171     1092     25 |  0.002 % |
4.00/4.08	c |    443168 |     170      632     2432 |     1288      811     26 |  0.002 % |
6.10/6.13	c |    664853 |     170      632     2432 |     1417     1162     24 |  0.002 % |
9.30/9.36	c |    997379 |     170      632     2432 |     1558      811     19 |  0.002 % |
13.99/14.03	c |   1496167 |     170      632     2432 |     1714     1552     30 |  0.002 % |
21.50/21.59	c |   2244349 |     170      632     2432 |     1886     1275     24 |  0.002 % |
33.79/33.82	c |   3366623 |     170      632     2432 |     2075     1841     29 |  0.002 % |
53.10/53.14	c |   5050034 |     170      632     2432 |     2282     2036     26 |  0.002 % |
81.70/81.75	c |   7575150 |     170      632     2432 |     2510     1689     27 |  0.002 % |
124.89/124.99	c |  11362826 |     170      632     2432 |     2761     2532     26 |  0.002 % |
191.69/191.72	c |  17044339 |     170      632     2432 |     3038     2473     27 |  0.002 % |
297.39/297.44	c |  25566608 |     170      632     2432 |     3341     2083     29 |  0.002 % |
465.90/465.96	c |  38350012 |     170      632     2432 |     3676     2335     33 |  0.002 % |
717.60/717.60	c |  57525118 |     170      632     2432 |     4043     1923     32 |  0.002 % |
1115.52/1115.59	c |  86287776 |     170      632     2432 |     4447     2760     33 |  0.002 % |

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-3274829-1303610399/watcher-3274829-1303610399 -o /tmp/evaluation-result-3274829-1303610399/solver-3274829-1303610399 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274829-1303610399.cnf 

running on 2 cores: 0,2

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: 2.76 2.92 2.80 2/174 27018
/proc/meminfo: memFree=26033488/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=1844 CPUtime=0 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 156 0 0 0 0 0 0 0 22 0 1 0 551270573 1888256 113 33554432000 134512640 135048876 4291714192 18446744073709551615 134552686 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 461 113 66 131 0 328 0

[startup+0.0907431 s]
/proc/loadavg: 2.76 2.92 2.80 2/174 27018
/proc/meminfo: memFree=26033488/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=1844 CPUtime=0.09 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 173 0 0 0 9 0 0 0 22 0 1 0 551270573 1888256 130 33554432000 134512640 135048876 4291714192 18446744073709551615 134558157 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 461 130 66 131 0 328 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1844

[startup+0.10074 s]
/proc/loadavg: 2.76 2.92 2.80 2/174 27018
/proc/meminfo: memFree=26033488/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=1844 CPUtime=0.1 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 173 0 0 0 10 0 0 0 22 0 1 0 551270573 1888256 130 33554432000 134512640 135048876 4291714192 18446744073709551615 134552780 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 461 130 66 131 0 328 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1844

[startup+0.300704 s]
/proc/loadavg: 2.76 2.92 2.80 2/174 27018
/proc/meminfo: memFree=26033488/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=1972 CPUtime=0.29 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 195 0 0 0 29 0 0 0 23 0 1 0 551270573 2019328 152 33554432000 134512640 135048876 4291714192 18446744073709551615 134546105 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 493 152 66 131 0 360 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1972

[startup+0.70063 s]
/proc/loadavg: 2.76 2.92 2.80 2/174 27018
/proc/meminfo: memFree=26033488/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=1972 CPUtime=0.69 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 214 0 0 0 69 0 0 0 25 0 1 0 551270573 2019328 171 33554432000 134512640 135048876 4291714192 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 493 171 66 131 0 360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1972

[startup+1.50048 s]
/proc/loadavg: 2.86 2.94 2.81 5/190 27044
/proc/meminfo: memFree=26016156/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=2104 CPUtime=1.49 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 241 0 0 0 149 0 0 0 25 0 1 0 551270573 2154496 198 33554432000 134512640 135048876 4291714192 18446744073709551615 134552674 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 526 198 66 131 0 393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2104

[startup+3.10026 s]
/proc/loadavg: 2.86 2.94 2.81 5/190 27044
/proc/meminfo: memFree=26014296/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=2224 CPUtime=3.09 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 276 0 0 0 309 0 0 0 25 0 1 0 551270573 2277376 233 33554432000 134512640 135048876 4291714192 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 556 233 66 131 0 423 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2224

[startup+6.3006 s]
/proc/loadavg: 2.86 2.94 2.81 5/190 27044
/proc/meminfo: memFree=26010924/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=2344 CPUtime=6.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 288 0 0 0 630 0 0 0 25 0 1 0 551270573 2400256 245 33554432000 134512640 135048876 4291714192 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 586 245 66 131 0 453 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 2344

[startup+12.7004 s]
/proc/loadavg: 3.03 2.97 2.82 5/190 27044
/proc/meminfo: memFree=25997360/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=2608 CPUtime=12.7 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 344 0 0 0 1270 0 0 0 25 0 1 0 551270573 2670592 301 33554432000 134512640 135048876 4291714192 18446744073709551615 134546543 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 652 301 66 131 0 519 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2608

[startup+25.5001 s]
/proc/loadavg: 3.18 3.01 2.83 5/190 27044
/proc/meminfo: memFree=25987328/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=2864 CPUtime=25.5 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 414 0 0 0 2550 0 0 0 25 0 1 0 551270573 2932736 371 33554432000 134512640 135048876 4291714192 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 716 371 66 131 0 583 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2864

[startup+51.1005 s]
/proc/loadavg: 3.46 3.08 2.86 5/190 27072
/proc/meminfo: memFree=25935388/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=2996 CPUtime=51.1 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 470 0 0 0 5110 0 0 0 25 0 1 0 551270573 3067904 427 33554432000 134512640 135048876 4291714192 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 749 427 66 131 0 616 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 2996

[startup+102.307 s]
/proc/loadavg: 3.78 3.24 2.93 5/190 27082
/proc/meminfo: memFree=25841068/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=3364 CPUtime=102.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 561 0 0 0 10230 0 0 0 25 0 1 0 551270573 3444736 518 33554432000 134512640 135048876 4291714192 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 841 518 66 131 0 708 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3364

[startup+162.301 s]
/proc/loadavg: 3.92 3.37 2.99 5/190 27584
/proc/meminfo: memFree=25666216/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=3592 CPUtime=162.29 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 606 0 0 0 16229 0 0 0 25 0 1 0 551270573 3678208 563 33554432000 134512640 135048876 4291714192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 898 563 66 131 0 765 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3592

[startup+222.307 s]
/proc/loadavg: 3.97 3.48 3.05 5/190 27586
/proc/meminfo: memFree=25562800/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=3840 CPUtime=222.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 656 0 0 0 22230 0 0 0 25 0 1 0 551270573 3932160 613 33554432000 134512640 135048876 4291714192 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 960 613 66 131 0 827 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 3840

[startup+282.301 s]
/proc/loadavg: 3.99 3.58 3.11 5/190 27587
/proc/meminfo: memFree=25498788/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=3920 CPUtime=282.29 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 686 0 0 0 28229 0 0 0 25 0 1 0 551270573 4014080 643 33554432000 134512640 135048876 4291714192 18446744073709551615 134557840 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 980 643 66 131 0 847 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3920

[startup+342.301 s]
/proc/loadavg: 3.99 3.65 3.16 5/190 27589
/proc/meminfo: memFree=25442848/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4180 CPUtime=342.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 766 0 0 0 34230 0 0 0 25 0 1 0 551270573 4280320 723 33554432000 134512640 135048876 4291714192 18446744073709551615 134547282 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1045 723 66 131 0 912 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4180

[startup+402.301 s]
/proc/loadavg: 4.12 3.74 3.22 5/190 27590
/proc/meminfo: memFree=25395452/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4296 CPUtime=402.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 770 0 0 0 40230 0 0 0 25 0 1 0 551270573 4399104 727 33554432000 134512640 135048876 4291714192 18446744073709551615 134552739 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1074 727 66 131 0 941 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4296

[startup+462.301 s]
/proc/loadavg: 4.04 3.79 3.27 5/190 27592
/proc/meminfo: memFree=25334188/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4296 CPUtime=462.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 795 0 0 0 46230 0 0 0 25 0 1 0 551270573 4399104 752 33554432000 134512640 135048876 4291714192 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1074 752 66 131 0 941 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 4296

[startup+522.301 s]
/proc/loadavg: 4.06 3.84 3.31 5/190 27594
/proc/meminfo: memFree=25280100/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4428 CPUtime=522.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 828 0 0 0 52230 0 0 0 25 0 1 0 551270573 4534272 785 33554432000 134512640 135048876 4291714192 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1107 785 66 131 0 974 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 4428

[startup+582.301 s]
/proc/loadavg: 4.02 3.86 3.36 5/190 27595
/proc/meminfo: memFree=25235436/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4560 CPUtime=582.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 849 0 0 0 58230 0 0 0 25 0 1 0 551270573 4669440 806 33554432000 134512640 135048876 4291714192 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1140 806 66 131 0 1007 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 4560

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.39 5/190 27597
/proc/meminfo: memFree=25195248/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4560 CPUtime=642.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 861 0 0 0 64230 0 0 0 25 0 1 0 551270573 4669440 818 33554432000 134512640 135048876 4291714192 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1140 818 66 131 0 1007 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 4560

[startup+702.301 s]
/proc/loadavg: 4.00 3.90 3.43 5/190 27598
/proc/meminfo: memFree=25160368/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4560 CPUtime=702.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 861 0 0 0 70230 0 0 0 25 0 1 0 551270573 4669440 818 33554432000 134512640 135048876 4291714192 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1140 818 66 131 0 1007 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 4560

[startup+762.301 s]
/proc/loadavg: 4.00 3.92 3.46 5/190 27600
/proc/meminfo: memFree=25113604/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4824 CPUtime=762.31 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 898 0 0 0 76231 0 0 0 25 0 1 0 551270573 4939776 855 33554432000 134512640 135048876 4291714192 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1206 855 66 131 0 1073 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 4824

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.49 5/190 27602
/proc/meminfo: memFree=25064000/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4824 CPUtime=822.3 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 923 0 0 0 82230 0 0 0 25 0 1 0 551270573 4939776 880 33554432000 134512640 135048876 4291714192 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1206 880 66 131 0 1073 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 4824

[startup+882.307 s]
/proc/loadavg: 4.00 3.94 3.52 5/190 27603
/proc/meminfo: memFree=25014988/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4968 CPUtime=882.31 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 937 0 0 0 88231 0 0 0 25 0 1 0 551270573 5087232 894 33554432000 134512640 135048876 4291714192 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1242 894 66 131 0 1109 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 4968

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.55 5/190 27605
/proc/meminfo: memFree=24974516/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4968 CPUtime=942.31 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 945 0 0 0 94231 0 0 0 25 0 1 0 551270573 5087232 902 33554432000 134512640 135048876 4291714192 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1242 902 66 131 0 1109 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 4968

[startup+1002.3 s]
/proc/loadavg: 4.04 3.97 3.58 5/190 27606
/proc/meminfo: memFree=24936444/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4968 CPUtime=1002.31 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 948 0 0 0 100231 0 0 0 25 0 1 0 551270573 5087232 905 33554432000 134512640 135048876 4291714192 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1242 905 66 131 0 1109 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 4968

[startup+1062.3 s]
/proc/loadavg: 4.07 3.99 3.61 5/190 27608
/proc/meminfo: memFree=24896736/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=4968 CPUtime=1062.31 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 963 0 0 0 106231 0 0 0 25 0 1 0 551270573 5087232 920 33554432000 134512640 135048876 4291714192 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1242 920 66 131 0 1109 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 4968

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.64 5/190 27610
/proc/meminfo: memFree=24869928/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=5080 CPUtime=1122.31 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 981 0 0 0 112231 0 0 0 25 0 1 0 551270573 5201920 938 33554432000 134512640 135048876 4291714192 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1270 938 66 131 0 1137 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 5080

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.65 5/190 27611
/proc/meminfo: memFree=24830092/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=5236 CPUtime=1182.32 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 1025 0 0 0 118231 1 0 0 25 0 1 0 551270573 5361664 982 33554432000 134512640 135048876 4291714192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1309 982 66 131 0 1176 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 5236

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.67 5/190 27613
/proc/meminfo: memFree=24798328/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=5236 CPUtime=1242.32 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 1025 0 0 0 124231 1 0 0 25 0 1 0 551270573 5361664 982 33554432000 134512640 135048876 4291714192 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1309 982 66 131 0 1176 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 5236



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.69 5/190 27614
/proc/meminfo: memFree=24778708/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=5380 CPUtime=1300.03 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 1034 0 0 0 130002 1 0 0 25 0 1 0 551270573 5509120 991 33554432000 134512640 135048876 4291714192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1345 991 66 131 0 1212 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 5380

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.69 5/190 27614
/proc/meminfo: memFree=24778708/32950928 swapFree=67071984/67111528
[pid=27018] ppid=27016 vsize=5380 CPUtime=1300.03 cores=0,2
/proc/27018/stat : 27018 (minisat_noasser) R 27016 27018 25767 0 -1 4202496 1034 0 0 0 130002 1 0 0 25 0 1 0 551270573 5509120 991 33554432000 134512640 135048876 4291714192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27018/statm: 1345 991 66 131 0 1212 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 5380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300.02
CPU system time (s): 0.015997
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 5380

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

runsolver used 2.04669 second user time and 5.04723 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-24 03:59:59
IDJOB=3274829
IDBENCH=87811
IDSOLVER=1676
FILE ID=node116/3274829-1303610399
RUNJOBID= node116-1303610399-27001
PBS_JOBID= 13150580
Free space on /tmp= 72616 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT02/handmade/zhang-lintao/xor-chain/x1_80.shuffled.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274829-1303610399/watcher-3274829-1303610399 -o /tmp/evaluation-result-3274829-1303610399/solver-3274829-1303610399 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274829-1303610399.cnf

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

MD5SUM BENCH= 53a7d1541ad9c0dde902ec3a505ae8fc
RANDOM SEED=563362992

node116.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.826
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.826
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.15
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.826
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.826
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.826
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.77
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.826
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.826
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.826
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:      26033636 kB
Buffers:       1831988 kB
Cached:        4632548 kB
SwapCached:       9728 kB
Active:        2993404 kB
Inactive:      3510112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26033636 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            3212 kB
Writeback:           0 kB
AnonPages:       32704 kB
Mapped:          13492 kB
Slab:           350316 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186784 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= 72668 MiB
End job on node116 at 2011-04-24 04:21:41