Trace number 3276269

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

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.19/0.29	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 % |
0.99/1.08	c |    131167 |     170      632     2432 |      968      652     30 |  0.002 % |
1.59/1.64	c |    196852 |     170      632     2432 |     1064      702     28 |  0.002 % |
2.49/2.52	c |    295379 |     170      632     2432 |     1171     1092     25 |  0.002 % |
3.89/3.95	c |    443168 |     170      632     2432 |     1288      811     26 |  0.002 % |
5.80/5.89	c |    664853 |     170      632     2432 |     1417     1162     24 |  0.002 % |
9.09/9.10	c |    997379 |     170      632     2432 |     1558      811     19 |  0.002 % |
13.59/13.63	c |   1496167 |     170      632     2432 |     1714     1552     30 |  0.002 % |
20.90/20.91	c |   2244349 |     170      632     2432 |     1886     1275     24 |  0.002 % |
32.60/32.68	c |   3366623 |     170      632     2432 |     2075     1841     29 |  0.002 % |
51.20/51.26	c |   5050034 |     170      632     2432 |     2282     2036     26 |  0.002 % |
78.80/78.82	c |   7575150 |     170      632     2432 |     2510     1689     27 |  0.002 % |
121.20/121.22	c |  11362826 |     170      632     2432 |     2761     2532     26 |  0.002 % |
185.10/185.15	c |  17044339 |     170      632     2432 |     3038     2473     27 |  0.002 % |
286.01/286.09	c |  25566608 |     170      632     2432 |     3341     2083     29 |  0.002 % |
446.41/446.44	c |  38350012 |     170      632     2432 |     3676     2335     33 |  0.002 % |
685.42/685.42	c |  57525118 |     170      632     2432 |     4043     1923     32 |  0.002 % |
1063.43/1063.48	c |  86287776 |     170      632     2432 |     4447     2760     33 |  0.002 % |
1675.36/1675.39	c | 129431765 |     170      632     2432 |     4892     4011     29 |  0.002 % |
2642.99/2642.91	c | 194147748 |     170      632     2432 |     5382     3496     27 |  0.002 % |
4197.55/4197.44	c | 291221722 |     170      632     2432 |     5920     4768     25 |  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-3276269-1303668213/watcher-3276269-1303668213 -o /tmp/evaluation-result-3276269-1303668213/solver-3276269-1303668213 -C 5000 -W 5100 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3276269-1303668213.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.03 2/173 14710
/proc/meminfo: memFree=20333552/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=1848 CPUtime=0 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 155 0 0 0 0 0 0 0 25 0 1 0 478420953 1892352 111 33554432000 134512640 135048876 4291611280 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 462 112 66 131 0 329 0

[startup+0.10413 s]
/proc/loadavg: 0.92 0.98 1.03 2/173 14710
/proc/meminfo: memFree=20333552/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=1848 CPUtime=0.1 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 174 0 0 0 10 0 0 0 25 0 1 0 478420953 1892352 130 33554432000 134512640 135048876 4291611280 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 462 130 66 131 0 329 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1848

[startup+0.201109 s]
/proc/loadavg: 0.92 0.98 1.03 2/173 14710
/proc/meminfo: memFree=20333552/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=1848 CPUtime=0.19 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 183 0 0 0 19 0 0 0 25 0 1 0 478420953 1892352 139 33554432000 134512640 135048876 4291611280 18446744073709551615 134545993 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 462 139 66 131 0 329 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1848

[startup+0.3011 s]
/proc/loadavg: 0.92 0.98 1.03 2/173 14710
/proc/meminfo: memFree=20333552/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=1976 CPUtime=0.29 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 194 0 0 0 29 0 0 0 25 0 1 0 478420953 2023424 150 33554432000 134512640 135048876 4291611280 18446744073709551615 134552848 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 494 150 66 131 0 361 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1976

[startup+0.701017 s]
/proc/loadavg: 0.92 0.98 1.03 2/173 14710
/proc/meminfo: memFree=20333552/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=1976 CPUtime=0.69 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 215 0 0 0 69 0 0 0 25 0 1 0 478420953 2023424 171 33554432000 134512640 135048876 4291611280 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 494 171 66 131 0 361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1976

[startup+1.50087 s]
/proc/loadavg: 0.92 0.98 1.03 3/178 14715
/proc/meminfo: memFree=20332528/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=2108 CPUtime=1.49 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 242 0 0 0 149 0 0 0 25 0 1 0 478420953 2158592 198 33554432000 134512640 135048876 4291611280 18446744073709551615 134552613 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 527 198 66 131 0 394 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2108

[startup+3.10056 s]
/proc/loadavg: 0.92 0.98 1.03 3/178 14715
/proc/meminfo: memFree=20331536/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=2228 CPUtime=3.09 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 277 0 0 0 309 0 0 0 25 0 1 0 478420953 2281472 233 33554432000 134512640 135048876 4291611280 18446744073709551615 134548768 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 557 233 66 131 0 424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2228

[startup+6.30095 s]
/proc/loadavg: 1.01 1.00 1.04 3/178 14716
/proc/meminfo: memFree=20331892/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=2348 CPUtime=6.3 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 296 0 0 0 630 0 0 0 25 0 1 0 478420953 2404352 252 33554432000 134512640 135048876 4291611280 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 587 252 66 131 0 454 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 2348

[startup+12.7007 s]
/proc/loadavg: 1.09 1.02 1.04 3/178 14716
/proc/meminfo: memFree=20331660/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=2612 CPUtime=12.7 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 345 0 0 0 1270 0 0 0 25 0 1 0 478420953 2674688 301 33554432000 134512640 135048876 4291611280 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 653 301 66 131 0 520 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2612

[startup+25.5003 s]
/proc/loadavg: 1.29 1.06 1.06 3/178 14718
/proc/meminfo: memFree=20331504/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=2868 CPUtime=25.5 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 421 0 0 0 2550 0 0 0 25 0 1 0 478420953 2936832 377 33554432000 134512640 135048876 4291611280 18446744073709551615 134553584 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 717 377 66 131 0 584 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2868

[startup+51.1004 s]
/proc/loadavg: 1.53 1.14 1.08 3/178 14720
/proc/meminfo: memFree=20330916/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=3124 CPUtime=51.1 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 474 0 0 0 5110 0 0 0 25 0 1 0 478420953 3198976 430 33554432000 134512640 135048876 4291611280 18446744073709551615 134680194 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 781 430 66 131 0 648 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 3124

[startup+102.301 s]
/proc/loadavg: 1.95 1.30 1.14 3/178 14721
/proc/meminfo: memFree=20329992/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=3368 CPUtime=102.3 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 563 0 0 0 10230 0 0 0 25 0 1 0 478420953 3448832 519 33554432000 134512640 135048876 4291611280 18446744073709551615 134552440 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 842 519 66 131 0 709 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3368

[startup+162.301 s]
/proc/loadavg: 1.98 1.43 1.19 3/178 14777
/proc/meminfo: memFree=20319592/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=3596 CPUtime=162.3 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 607 0 0 0 16230 0 0 0 25 0 1 0 478420953 3682304 563 33554432000 134512640 135048876 4291611280 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 899 563 66 131 0 766 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 3596

[startup+222.306 s]
/proc/loadavg: 1.99 1.53 1.24 3/178 14778
/proc/meminfo: memFree=20276696/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=3844 CPUtime=222.31 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 664 0 0 0 22231 0 0 0 25 0 1 0 478420953 3936256 620 33554432000 134512640 135048876 4291611280 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 961 620 66 131 0 828 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 3844

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.28 3/178 14780
/proc/meminfo: memFree=20231656/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=3924 CPUtime=282.3 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 694 0 0 0 28230 0 0 0 25 0 1 0 478420953 4018176 650 33554432000 134512640 135048876 4291611280 18446744073709551615 134552756 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 981 650 66 131 0 848 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3924

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.32 3/178 14781
/proc/meminfo: memFree=20200016/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=4184 CPUtime=342.3 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 767 0 0 0 34230 0 0 0 25 0 1 0 478420953 4284416 723 33554432000 134512640 135048876 4291611280 18446744073709551615 134551598 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 1046 723 66 131 0 913 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4184

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.37 3/178 14783
/proc/meminfo: memFree=20200092/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=4300 CPUtime=402.31 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 784 0 0 0 40231 0 0 0 25 0 1 0 478420953 4403200 740 33554432000 134512640 135048876 4291611280 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 1075 740 66 131 0 942 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 4300

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.40 3/178 14785
/proc/meminfo: memFree=20199824/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=4432 CPUtime=462.31 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 810 0 0 0 46231 0 0 0 25 0 1 0 478420953 4538368 766 33554432000 134512640 135048876 4291611280 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 1108 766 66 131 0 975 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 4432

[startup+522.3 s]
/proc/loadavg: 1.99 1.82 1.44 3/178 14786
/proc/meminfo: memFree=20199684/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=4564 CPUtime=522.31 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 837 0 0 0 52231 0 0 0 25 0 1 0 478420953 4673536 793 33554432000 134512640 135048876 4291611280 18446744073709551615 134546561 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 1141 793 66 131 0 1008 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 4564

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.47 3/178 14788
/proc/meminfo: memFree=20193468/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=4564 CPUtime=582.31 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 851 0 0 0 58231 0 0 0 25 0 1 0 478420953 4673536 807 33554432000 134512640 135048876 4291611280 18446744073709551615 134546924 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14710/statm: 1141 807 66 131 0 1008 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 4564


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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14918
/proc/meminfo: memFree=19436884/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6448 CPUtime=4002.45 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1330 0 0 0 400242 3 0 0 25 0 1 0 478420953 6602752 1286 33554432000 134512640 135048876 4291611280 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1612 1286 66 131 0 1479 0
Current children cumulated CPU time (s) 4002.45
Current children cumulated vsize (KiB) 6448

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14920
/proc/meminfo: memFree=19432276/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6448 CPUtime=4062.46 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1330 0 0 0 406243 3 0 0 25 0 1 0 478420953 6602752 1286 33554432000 134512640 135048876 4291611280 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1612 1286 66 131 0 1479 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 6448

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14921
/proc/meminfo: memFree=19428784/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6448 CPUtime=4122.45 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1330 0 0 0 412242 3 0 0 25 0 1 0 478420953 6602752 1286 33554432000 134512640 135048876 4291611280 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1612 1286 66 131 0 1479 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 6448

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14923
/proc/meminfo: memFree=19425668/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6448 CPUtime=4182.45 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1330 0 0 0 418242 3 0 0 25 0 1 0 478420953 6602752 1286 33554432000 134512640 135048876 4291611280 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1612 1286 66 131 0 1479 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 6448

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14924
/proc/meminfo: memFree=19423044/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6600 CPUtime=4242.45 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1367 0 0 0 424242 3 0 0 25 0 1 0 478420953 6758400 1323 33554432000 134512640 135048876 4291611280 18446744073709551615 134546931 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1650 1323 66 131 0 1517 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 6600

[startup+4302.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 14926
/proc/meminfo: memFree=19419800/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6732 CPUtime=4302.45 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1368 0 0 0 430242 3 0 0 25 0 1 0 478420953 6893568 1324 33554432000 134512640 135048876 4291611280 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1683 1324 66 131 0 1550 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 6732

[startup+4362.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/178 14928
/proc/meminfo: memFree=19416060/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6812 CPUtime=4362.45 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1401 0 0 0 436242 3 0 0 25 0 1 0 478420953 6975488 1357 33554432000 134512640 135048876 4291611280 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1703 1357 66 131 0 1570 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 6812

[startup+4422.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 14929
/proc/meminfo: memFree=19413556/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6812 CPUtime=4422.46 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1419 0 0 0 442243 3 0 0 25 0 1 0 478420953 6975488 1375 33554432000 134512640 135048876 4291611280 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1703 1375 66 131 0 1570 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 6812

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 14931
/proc/meminfo: memFree=19410684/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6964 CPUtime=4482.46 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1429 0 0 0 448243 3 0 0 25 0 1 0 478420953 7131136 1385 33554432000 134512640 135048876 4291611280 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1741 1385 66 131 0 1608 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 6964

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 14932
/proc/meminfo: memFree=19406072/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6964 CPUtime=4542.46 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1429 0 0 0 454243 3 0 0 25 0 1 0 478420953 7131136 1385 33554432000 134512640 135048876 4291611280 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1741 1385 66 131 0 1608 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 6964

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 14934
/proc/meminfo: memFree=19403696/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6964 CPUtime=4602.46 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1435 0 0 0 460243 3 0 0 25 0 1 0 478420953 7131136 1391 33554432000 134512640 135048876 4291611280 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1741 1391 66 131 0 1608 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 6964

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 14936
/proc/meminfo: memFree=19400576/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6964 CPUtime=4662.47 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1440 0 0 0 466244 3 0 0 25 0 1 0 478420953 7131136 1396 33554432000 134512640 135048876 4291611280 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1741 1396 66 131 0 1608 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 6964

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 14937
/proc/meminfo: memFree=19396716/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=6964 CPUtime=4722.47 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1455 0 0 0 472244 3 0 0 25 0 1 0 478420953 7131136 1411 33554432000 134512640 135048876 4291611280 18446744073709551615 134546916 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1741 1411 66 131 0 1608 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 6964

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 14939
/proc/meminfo: memFree=19392352/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=7108 CPUtime=4782.47 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1464 0 0 0 478243 4 0 0 25 0 1 0 478420953 7278592 1420 33554432000 134512640 135048876 4291611280 18446744073709551615 134552479 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1777 1420 66 131 0 1644 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 7108

[startup+4842.31 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 14940
/proc/meminfo: memFree=19388988/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=7108 CPUtime=4842.48 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1470 0 0 0 484244 4 0 0 25 0 1 0 478420953 7278592 1426 33554432000 134512640 135048876 4291611280 18446744073709551615 134682461 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1777 1426 66 131 0 1644 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 7108

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 14942
/proc/meminfo: memFree=19386476/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=7108 CPUtime=4902.48 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1470 0 0 0 490244 4 0 0 25 0 1 0 478420953 7278592 1426 33554432000 134512640 135048876 4291611280 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1777 1426 66 131 0 1644 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 7108

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14944
/proc/meminfo: memFree=19383604/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=7108 CPUtime=4962.48 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1490 0 0 0 496244 4 0 0 25 0 1 0 478420953 7278592 1446 33554432000 134512640 135048876 4291611280 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1777 1446 66 131 0 1644 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 7108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 14945
/proc/meminfo: memFree=19381852/32950928 swapFree=67111524/67111528
[pid=14710] ppid=14707 vsize=7108 CPUtime=5000.09 cores=0,2,4,6
/proc/14710/stat : 14710 (minisat_noasser) R 14707 14710 14676 0 -1 4202496 1490 0 0 0 500005 4 0 0 25 0 1 0 478420953 7278592 1446 33554432000 134512640 135048876 4291611280 18446744073709551615 134553035 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14710/statm: 1777 1446 66 131 0 1644 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 7108

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): 4999.91
CPU time (s): 5000.1
CPU user time (s): 5000.05
CPU system time (s): 0.044993
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 7108

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

runsolver used 7.48586 second user time and 15.2487 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-24 20:03:33
IDJOB=3276269
IDBENCH=87811
IDSOLVER=1678
FILE ID=node127/3276269-1303668213
RUNJOBID= node127-1303668213-14694
PBS_JOBID= 13150769
Free space on /tmp= 71436 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-3276269-1303668213/watcher-3276269-1303668213 -o /tmp/evaluation-result-3276269-1303668213/solver-3276269-1303668213 -C 5000 -W 5100 -M 15500 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3276269-1303668213.cnf

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

MD5SUM BENCH= 53a7d1541ad9c0dde902ec3a505ae8fc
RANDOM SEED=277168023

node127.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.823
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20333832 kB
Buffers:       2390392 kB
Cached:        9613612 kB
SwapCached:          4 kB
Active:        8227500 kB
Inactive:      3840300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20333832 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:       63536 kB
Mapped:          13708 kB
Slab:           483912 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184120 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= 71424 MiB
End job on node127 at 2011-04-24 21:26:55