Trace number 1515267

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.06 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/110/
unif-k5-r21.3-v110-c2343-S1767813611-042.cnf
MD5SUMe8bef21b1523a2570095f6899127c7e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  110                                                  |
0.00/0.00	c |  Number of clauses:    2343                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          462617877.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     110     2343    11715 |      781        0    nan |  0.000 % |
0.00/0.01	c |       100 |     110     2343    11715 |      859      100     24 |  0.008 % |
0.00/0.02	c |       250 |     110     2343    11715 |      945      250     24 |  0.008 % |
0.00/0.03	c |       476 |     110     2343    11715 |     1039      476     24 |  0.008 % |
0.00/0.05	c |       813 |     110     2343    11715 |     1143      813     24 |  0.008 % |
0.05/0.07	c |      1320 |     110     2343    11715 |     1257      735     23 |  0.008 % |
0.05/0.09	c |      2081 |     110     2343    11715 |     1383      853     23 |  0.008 % |
0.09/0.14	c |      3222 |     110     2343    11715 |     1521     1286     22 |  0.008 % |
0.19/0.20	c |      4931 |     110     2343    11715 |     1674     1449     22 |  0.008 % |
0.19/0.29	c |      7494 |     110     2343    11715 |     1841     1457     23 |  0.008 % |
0.39/0.44	c |     11339 |     110     2343    11715 |     2025     1564     22 |  0.008 % |
0.59/0.66	c |     17105 |     110     2343    11715 |     2228     1174     21 |  0.008 % |
0.89/1.00	c |     25754 |     110     2343    11715 |     2451     1915     22 |  0.008 % |
1.49/1.53	c |     38728 |     110     2343    11715 |     2696     2458     22 |  0.008 % |
2.29/2.35	c |     58189 |     110     2343    11715 |     2965     1450     21 |  0.008 % |
3.59/3.63	c |     87381 |     110     2343    11715 |     3262     2167     22 |  0.008 % |
5.59/5.60	c |    131170 |     110     2343    11715 |     3588     3114     23 |  0.008 % |
8.59/8.69	c |    196854 |     110     2343    11715 |     3947     1844     21 |  0.008 % |
13.39/13.48	c |    295380 |     110     2343    11715 |     4342     2935     23 |  0.008 % |
20.88/20.92	c |    443169 |     110     2343    11715 |     4776     4252     22 |  0.008 % |
32.57/32.69	c |    664852 |     110     2343    11715 |     5254     2468     21 |  0.008 % |
50.87/50.93	c |    997378 |     110     2343    11715 |     5779     4702     22 |  0.008 % |
79.36/79.44	c |   1496167 |     110     2343    11715 |     6357     3904     21 |  0.008 % |
124.45/124.53	c |   2244350 |     110     2343    11715 |     6993     5017     22 |  0.008 % |
195.12/195.26	c |   3366624 |     110     2343    11715 |     7692     3758     22 |  0.008 % |
306.80/306.94	c |   5050036 |     110     2343    11715 |     8461     7595     23 |  0.008 % |
483.54/483.77	c |   7575153 |     110     2343    11715 |     9308     7005     23 |  0.008 % |
763.26/763.53	c |  11362831 |     110     2343    11715 |    10238     8376     23 |  0.008 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1515267-1238252285/watcher-1515267-1238252285 -o /tmp/evaluation-result-1515267-1238252285/solver-1515267-1238252285 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=462617877 HOME/instance-1515267-1238252285.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.85 0.97 0.97 3/68 8385
/proc/meminfo: memFree=1308664/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=2548 CPUtime=0
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 1097890095 2609152 249 1992294400 4194304 5102648 548682068800 18446744073709551615 4272272 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 637 249 98 221 0 413 0

[startup+0.0549021 s]
/proc/loadavg: 0.85 0.97 0.97 3/68 8385
/proc/meminfo: memFree=1308664/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=2612 CPUtime=0.05
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 287 0 0 0 5 0 0 0 18 0 1 0 1097890095 2674688 272 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 653 272 110 221 0 429 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2612

[startup+0.101906 s]
/proc/loadavg: 0.85 0.97 0.97 3/68 8385
/proc/meminfo: memFree=1308664/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=2612 CPUtime=0.09
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 295 0 0 0 9 0 0 0 18 0 1 0 1097890095 2674688 280 1992294400 4194304 5102648 548682068800 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 653 280 110 221 0 429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2612

[startup+0.301926 s]
/proc/loadavg: 0.85 0.97 0.97 3/68 8385
/proc/meminfo: memFree=1308664/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=2876 CPUtime=0.29
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 332 0 0 0 29 0 0 0 19 0 1 0 1097890095 2945024 317 1992294400 4194304 5102648 548682068800 18446744073709551615 4525143 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 719 317 110 221 0 495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2876

[startup+0.701965 s]
/proc/loadavg: 0.85 0.97 0.97 3/68 8385
/proc/meminfo: memFree=1308664/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=3008 CPUtime=0.69
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 377 0 0 0 69 0 0 0 22 0 1 0 1097890095 3080192 362 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 752 362 110 221 0 528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3008

[startup+1.50104 s]
/proc/loadavg: 0.85 0.97 0.97 2/69 8386
/proc/meminfo: memFree=1307504/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=3272 CPUtime=1.49
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 434 0 0 0 149 0 0 0 25 0 1 0 1097890095 3350528 419 1992294400 4194304 5102648 548682068800 18446744073709551615 4249834 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 818 419 110 221 0 594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3272

[startup+3.1012 s]
/proc/loadavg: 0.85 0.97 0.97 2/69 8386
/proc/meminfo: memFree=1307056/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=3536 CPUtime=3.09
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 499 0 0 0 309 0 0 0 25 0 1 0 1097890095 3620864 484 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 884 484 110 221 0 660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3536

[startup+6.30152 s]
/proc/loadavg: 0.86 0.97 0.97 2/69 8386
/proc/meminfo: memFree=1306736/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=3800 CPUtime=6.29
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 575 0 0 0 629 0 0 0 25 0 1 0 1097890095 3891200 560 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 950 560 110 221 0 726 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3800

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.97 2/69 8386
/proc/meminfo: memFree=1306224/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=4072 CPUtime=12.69
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 647 0 0 0 1269 0 0 0 25 0 1 0 1097890095 4169728 632 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1018 632 110 221 0 794 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4072

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.97 2/69 8386
/proc/meminfo: memFree=1305840/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=4604 CPUtime=25.47
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 769 0 0 0 2547 0 0 0 25 0 1 0 1097890095 4714496 754 1992294400 4194304 5102648 548682068800 18446744073709551615 4249993 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1151 754 110 221 0 927 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4604

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.97 2/69 8386
/proc/meminfo: memFree=1305264/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=5296 CPUtime=51.07
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 926 0 0 0 5107 0 0 0 25 0 1 0 1097890095 5423104 911 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1324 911 110 221 0 1100 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5296

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.97 2/69 8386
/proc/meminfo: memFree=1304752/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=5568 CPUtime=102.25
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1024 0 0 0 10225 0 0 0 25 0 1 0 1097890095 5701632 1009 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1392 1009 110 221 0 1168 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 5568

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8386
/proc/meminfo: memFree=1304240/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=6120 CPUtime=162.24
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1155 0 0 0 16223 1 0 0 25 0 1 0 1097890095 6266880 1140 1992294400 4194304 5102648 548682068800 18446744073709551615 4249376 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1530 1140 110 221 0 1306 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6120

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1303600/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=6704 CPUtime=222.21
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1290 0 0 0 22220 1 0 0 25 0 1 0 1097890095 6864896 1275 1992294400 4194304 5102648 548682068800 18446744073709551615 4255193 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1676 1275 110 221 0 1452 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 6704

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1303344/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=6984 CPUtime=282.2
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1350 0 0 0 28219 1 0 0 25 0 1 0 1097890095 7151616 1335 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1746 1335 110 221 0 1522 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 6984

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1303024/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=7332 CPUtime=342.18
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1413 0 0 0 34216 2 0 0 25 0 1 0 1097890095 7507968 1398 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1833 1398 110 221 0 1609 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 7332

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1302704/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=7640 CPUtime=402.16
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1498 0 0 0 40214 2 0 0 25 0 1 0 1097890095 7823360 1483 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1910 1483 110 221 0 1686 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 7640

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1302704/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=7796 CPUtime=462.15
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1526 0 0 0 46213 2 0 0 25 0 1 0 1097890095 7983104 1511 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 1949 1511 110 221 0 1725 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 7796

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1302384/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=8132 CPUtime=522.13
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1610 0 0 0 52211 2 0 0 25 0 1 0 1097890095 8327168 1595 1992294400 4194304 5102648 548682068800 18446744073709551615 4249766 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2033 1595 110 221 0 1809 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 8132

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1302320/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=8132 CPUtime=582.12
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1631 0 0 0 58209 3 0 0 25 0 1 0 1097890095 8327168 1616 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2033 1616 110 221 0 1809 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 8132

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1302128/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=8300 CPUtime=642.1
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1665 0 0 0 64207 3 0 0 25 0 1 0 1097890095 8499200 1650 1992294400 4194304 5102648 548682068800 18446744073709551615 4255124 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2075 1650 110 221 0 1851 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 8300

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1301936/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=8640 CPUtime=702.08
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1726 0 0 0 70205 3 0 0 25 0 1 0 1097890095 8847360 1711 1992294400 4194304 5102648 548682068800 18446744073709551615 4249878 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2160 1711 110 221 0 1936 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 8640

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1301872/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=8640 CPUtime=762.07
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1736 0 0 0 76204 3 0 0 25 0 1 0 1097890095 8847360 1721 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2160 1721 110 221 0 1936 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 8640

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1301552/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=8976 CPUtime=822.05
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1807 0 0 0 82201 4 0 0 25 0 1 0 1097890095 9191424 1792 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2244 1792 110 221 0 2020 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 8976

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1301424/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=9144 CPUtime=882.03
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1842 0 0 0 88199 4 0 0 25 0 1 0 1097890095 9363456 1827 1992294400 4194304 5102648 548682068800 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2286 1827 110 221 0 2062 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 9144

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1301360/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=9144 CPUtime=942.01
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1853 0 0 0 94197 4 0 0 25 0 1 0 1097890095 9363456 1838 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2286 1838 110 221 0 2062 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 9144

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1301296/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=9312 CPUtime=1002
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1862 0 0 0 100196 4 0 0 25 0 1 0 1097890095 9535488 1847 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2328 1847 110 221 0 2104 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 9312

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1301296/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=9312 CPUtime=1061.98
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1874 0 0 0 106194 4 0 0 25 0 1 0 1097890095 9535488 1859 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2328 1859 110 221 0 2104 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 9312

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1301040/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=9648 CPUtime=1121.97
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1934 0 0 0 112192 5 0 0 25 0 1 0 1097890095 9879552 1919 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2412 1919 110 221 0 2188 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 9648

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1300912/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=9648 CPUtime=1181.95
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1944 0 0 0 118190 5 0 0 25 0 1 0 1097890095 9879552 1929 1992294400 4194304 5102648 548682068800 18446744073709551615 4249983 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2412 1929 110 221 0 2188 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 9648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/69 8392
/proc/meminfo: memFree=1300912/2055920 swapFree=4175244/4192956
[pid=8385] ppid=8383 vsize=9648 CPUtime=1200.05
/proc/8385/stat : 8385 (varsat-crafted_) R 8383 8385 8348 0 -1 4194304 1945 0 0 0 120000 5 0 0 25 0 1 0 1097890095 9879552 1930 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/8385/statm: 2412 1930 110 221 0 2188 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 9648

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.41
CPU time (s): 1200.06
CPU user time (s): 1200.01
CPU system time (s): 0.054991
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 9648

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

runsolver used 1.22081 second user time and 3.16052 second system time

The end

Launcher Data

Begin job on node60 at 2009-03-28 15:58:05
IDJOB=1515267
IDBENCH=70415
IDSOLVER=537
FILE ID=node60/1515267-1238252285
PBS_JOBID= 9060780
Free space on /tmp= 66404 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/110/unif-k5-r21.3-v110-c2343-S1767813611-042.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515267-1238252285/watcher-1515267-1238252285 -o /tmp/evaluation-result-1515267-1238252285/solver-1515267-1238252285 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=462617877 HOME/instance-1515267-1238252285.cnf

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

MD5SUM BENCH= e8bef21b1523a2570095f6899127c7e2
RANDOM SEED=462617877

node60.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.202
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.202
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:       1309144 kB
Buffers:         78072 kB
Cached:         580800 kB
SwapCached:      10996 kB
Active:         196464 kB
Inactive:       475428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309144 kB
SwapTotal:     4192956 kB
SwapFree:      4175244 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:          18292 kB
Slab:            60508 kB
Committed_AS:  3205860 kB
PageTables:       1712 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= 66400 MiB
End job on node60 at 2009-03-28 16:18:07