Trace number 1732825

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
VARSAT-crafted 2009-03-22? (TO) 1200.09 1200.42

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  55                                                   |
0.00/0.00	c |  Number of clauses:    139590                                               |
0.29/0.33	c |  Parsing time:         0.28         s                                       |
0.29/0.33	c |  Timeout:              43200 s
0.29/0.33	c |  Random Seed:          1906016507.000000
0.29/0.33	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.29/0.33	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.33	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.33	c |                                                                             |
684.50/684.74	c ============================[ Search Statistics ]==============================
684.50/684.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
684.50/684.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
684.50/684.74	c ===============================================================================
684.50/684.74	c |         0 |      55   139590  1667160 |    46530        0    nan |  0.000 % |
687.60/687.87	c |       100 |      55   139590  1667160 |    51183      100     20 |  0.034 % |
690.80/691.01	c |       250 |      55   139590  1667160 |    56301      250     18 |  0.034 % |
693.90/694.14	c |       475 |      55   139590  1667160 |    61931      475     18 |  0.034 % |
697.00/697.27	c |       812 |      55   139590  1667160 |    68124      812     17 |  0.034 % |
700.19/700.44	c |      1319 |      55   139590  1667160 |    74937     1319     17 |  0.034 % |
704.40/704.60	c |      2080 |      55   139590  1667160 |    82430     2080     17 |  0.034 % |
710.50/710.73	c |      3219 |      55   139590  1667160 |    90673     3219     18 |  0.034 % |
715.30/715.50	c |      4927 |      55   139590  1667160 |    99741     4927     18 |  0.034 % |
720.99/721.21	c |      7491 |      55   139590  1667160 |   109715     7491     18 |  0.034 % |
724.69/724.99	c |     11335 |      55   139590  1667160 |   120686    11335     17 |  0.034 % |
732.70/732.94	c |     17101 |      55   139590  1667160 |   132755    17101     17 |  0.034 % |
742.99/743.24	c |     25751 |      55   139590  1667160 |   146031    25751     18 |  0.034 % |
750.88/751.16	c |     38726 |      55   139590  1667160 |   160634    38726     17 |  0.034 % |
763.38/763.64	c |     58187 |      55   139590  1667160 |   176697    58187     17 |  0.034 % |
791.58/791.84	c |     87379 |      55   139590  1667160 |   194367    87379     16 |  0.034 % |
854.46/854.70	c |    131170 |      55   139590  1667160 |   213804   131170     16 |  0.034 % |
948.43/948.77	c |    196854 |      55   139590  1667160 |   235184   196854     16 |  0.067 % |
1077.40/1077.78	c |    295380 |      54   139518  1666872 |   258702    47441     15 |  1.852 % |

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732825-1240783549/watcher-1732825-1240783549 -o /tmp/evaluation-result-1732825-1240783549/solver-1732825-1240783549 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1906016507 HOME/instance-1732825-1240783549.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.93 1.01 1.10 3/64 9466
/proc/meminfo: memFree=1696000/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=2412 CPUtime=0
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 466 0 0 0 0 0 0 0 18 0 1 0 106383004 2469888 451 1992294400 4194304 5102648 548682068768 18446744073709551615 4489780 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 603 451 87 221 0 379 0

[startup+0.0406 s]
/proc/loadavg: 0.93 1.01 1.10 3/64 9466
/proc/meminfo: memFree=1696000/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=8072 CPUtime=0.03
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 1782 0 0 0 3 0 0 0 18 0 1 0 106383004 8265728 1767 1992294400 4194304 5102648 548682068768 18446744073709551615 4227122 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 2018 1767 87 221 0 1794 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8072

[startup+0.102605 s]
/proc/loadavg: 0.93 1.01 1.10 3/64 9466
/proc/meminfo: memFree=1696000/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=16812 CPUtime=0.09
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 3893 0 0 0 8 1 0 0 18 0 1 0 106383004 17215488 3878 1992294400 4194304 5102648 548682068768 18446744073709551615 4227122 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 4203 3878 87 221 0 3979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16812

[startup+0.30262 s]
/proc/loadavg: 0.93 1.01 1.10 3/64 9466
/proc/meminfo: memFree=1696000/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=48272 CPUtime=0.29
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 10364 0 0 0 25 4 0 0 19 0 1 0 106383004 49430528 10349 1992294400 4194304 5102648 548682068768 18446744073709551615 4279972 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 12068 10349 87 221 0 11844 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48272

[startup+0.702655 s]
/proc/loadavg: 0.93 1.01 1.10 3/64 9466
/proc/meminfo: memFree=1696000/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=0.69
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 64 5 0 0 22 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56368

[startup+1.50173 s]
/proc/loadavg: 0.93 1.01 1.10 2/65 9467
/proc/meminfo: memFree=1650680/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=1.49
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 144 5 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56368

[startup+3.10187 s]
/proc/loadavg: 0.93 1.01 1.10 2/65 9467
/proc/meminfo: memFree=1650552/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=3.09
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 304 5 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56368

[startup+6.30115 s]
/proc/loadavg: 0.93 1.01 1.10 2/65 9467
/proc/meminfo: memFree=1650296/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=6.29
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 624 5 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56368

[startup+12.7017 s]
/proc/loadavg: 0.94 1.01 1.10 2/65 9467
/proc/meminfo: memFree=1650360/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=12.69
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 1264 5 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56368

[startup+25.5018 s]
/proc/loadavg: 0.95 1.01 1.09 2/65 9467
/proc/meminfo: memFree=1650424/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=25.48
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 2543 5 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56368

[startup+51.1011 s]
/proc/loadavg: 0.97 1.00 1.09 2/65 9467
/proc/meminfo: memFree=1650488/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=51.07
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 5102 5 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56368

[startup+102.306 s]
/proc/loadavg: 0.98 1.00 1.08 2/65 9467
/proc/meminfo: memFree=1650488/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=102.26
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 10221 5 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56368

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.08 2/65 9467
/proc/meminfo: memFree=1650552/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=162.25
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 16219 6 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 56368

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.07 2/65 9467
/proc/meminfo: memFree=1650488/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=222.23
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 22217 6 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 56368

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.07 2/65 9467
/proc/meminfo: memFree=1650424/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=282.21
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 28215 6 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 56368

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.06 2/65 9467
/proc/meminfo: memFree=1650424/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56368 CPUtime=342.19
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11390 0 0 0 34213 6 0 0 25 0 1 0 106383004 57720832 11375 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 56368

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.06 2/65 9467
/proc/meminfo: memFree=1649016/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=57544 CPUtime=402.18
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11785 0 0 0 40212 6 0 0 25 0 1 0 106383004 58925056 11710 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 57544

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 9467
/proc/meminfo: memFree=1648952/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=57544 CPUtime=462.16
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11785 0 0 0 46210 6 0 0 25 0 1 0 106383004 58925056 11710 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 57544

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.04 2/65 9467
/proc/meminfo: memFree=1649080/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=57544 CPUtime=522.15
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11785 0 0 0 52208 7 0 0 25 0 1 0 106383004 58925056 11710 1992294400 4194304 5102648 548682068768 18446744073709551615 4273029 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 57544

[startup+582.303 s]
/proc/loadavg: 0.99 1.00 1.04 2/65 9467
/proc/meminfo: memFree=1649016/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=57544 CPUtime=582.13
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11785 0 0 0 58206 7 0 0 25 0 1 0 106383004 58925056 11710 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 57544

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.03 2/65 9467
/proc/meminfo: memFree=1649016/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=57544 CPUtime=642.12
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11785 0 0 0 64205 7 0 0 25 0 1 0 106383004 58925056 11710 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 57544

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.03 2/65 9467
/proc/meminfo: memFree=1663736/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=38048 CPUtime=702.1
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 11802 0 0 0 70203 7 0 0 25 0 1 0 106383004 38961152 8001 1992294400 4194304 5102648 548682068768 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 9512 8001 110 221 0 9288 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 38048

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 1.02 2/65 9467
/proc/meminfo: memFree=1653944/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=48812 CPUtime=762.09
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 14280 0 0 0 76199 10 0 0 25 0 1 0 106383004 49983488 10479 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 12203 10479 110 221 0 11979 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 48812

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.01 2/65 9467
/proc/meminfo: memFree=1647032/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=56092 CPUtime=822.07
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 16011 0 0 0 82195 12 0 0 25 0 1 0 106383004 57438208 12210 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 14023 12210 110 221 0 13799 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 56092

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.01 2/65 9467
/proc/meminfo: memFree=1640952/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=62664 CPUtime=882.05
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 17506 0 0 0 88192 13 0 0 25 0 1 0 106383004 64167936 13705 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 15666 13705 110 221 0 15442 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 62664

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9467
/proc/meminfo: memFree=1634616/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=69320 CPUtime=942.03
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 19076 0 0 0 94189 14 0 0 25 0 1 0 106383004 70983680 15275 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 17330 15275 110 221 0 17106 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 69320

[startup+1002.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 9467
/proc/meminfo: memFree=1630968/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=73520 CPUtime=1002.02
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 19980 0 0 0 100187 15 0 0 25 0 1 0 106383004 75284480 16179 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 18380 16179 110 221 0 18156 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 73520

[startup+1062.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 9467
/proc/meminfo: memFree=1629816/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=74692 CPUtime=1062.01
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 20251 0 0 0 106186 15 0 0 25 0 1 0 106383004 76484608 16450 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 18673 16450 110 221 0 18449 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 74692

[startup+1122.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 9467
/proc/meminfo: memFree=1628344/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=76452 CPUtime=1121.99
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 20610 0 0 0 112184 15 0 0 25 0 1 0 106383004 78286848 16809 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 19113 16809 110 221 0 18889 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 76452

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 9467
/proc/meminfo: memFree=1627512/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=77252 CPUtime=1181.97
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 20829 0 0 0 118182 15 0 0 25 0 1 0 106383004 79106048 17028 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 19313 17028 110 221 0 19089 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 77252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.16 1.04 1.01 2/65 9467
/proc/meminfo: memFree=1627448/2055920 swapFree=4192956/4192956
[pid=9466] ppid=9464 vsize=77252 CPUtime=1200.07
/proc/9466/stat : 9466 (varsat-crafted_) R 9464 9466 9362 0 -1 4194304 20831 0 0 0 119992 15 0 0 25 0 1 0 106383004 79106048 17030 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9466/statm: 19313 17030 110 221 0 19089 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 77252

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): 1200.42
CPU time (s): 1200.09
CPU user time (s): 1199.92
CPU system time (s): 0.169974
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 77252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.92
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20831
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= 2
involuntary context switches= 2295

runsolver used 1.05184 second user time and 2.66959 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-27 00:05:50
IDJOB=1732825
IDBENCH=71128
IDSOLVER=537
FILE ID=node50/1732825-1240783549
PBS_JOBID= 9187294
Free space on /tmp= 66524 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732825-1240783549/watcher-1732825-1240783549 -o /tmp/evaluation-result-1732825-1240783549/solver-1732825-1240783549 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1906016507 HOME/instance-1732825-1240783549.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1906016507

node50.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1696416 kB
Buffers:         57772 kB
Cached:         210692 kB
SwapCached:          0 kB
Active:          79568 kB
Inactive:       202792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696416 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5916 kB
Writeback:           0 kB
Mapped:          23664 kB
Slab:            63092 kB
Committed_AS:   347176 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node50 at 2009-04-27 00:25:52