Trace number 1515099

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S1211704640-033.cnf
MD5SUM8ef5d3e404e3cdd2967f89ed54f9c238
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark784.556
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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:  100                                                  |
0.00/0.00	c |  Number of clauses:    2130                                                 |
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:          1484159933.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 |     100     2130    10650 |      710        0    nan |  0.000 % |
0.00/0.01	c |       101 |     100     2130    10650 |      781      101     22 |  0.010 % |
0.00/0.02	c |       254 |     100     2130    10650 |      859      254     22 |  0.010 % |
0.02/0.03	c |       480 |     100     2130    10650 |      945      480     21 |  0.010 % |
0.02/0.04	c |       818 |     100     2130    10650 |     1039      818     21 |  0.010 % |
0.02/0.06	c |      1324 |     100     2130    10650 |     1143      796     20 |  0.010 % |
0.02/0.09	c |      2084 |     100     2130    10650 |     1257      974     19 |  0.010 % |
0.09/0.13	c |      3225 |     100     2130    10650 |     1383      836     19 |  0.010 % |
0.09/0.19	c |      4934 |     100     2130    10650 |     1521     1134     21 |  0.010 % |
0.19/0.28	c |      7497 |     100     2130    10650 |     1674     1388     20 |  0.010 % |
0.39/0.42	c |     11341 |     100     2130    10650 |     1841      997     19 |  0.010 % |
0.59/0.63	c |     17107 |     100     2130    10650 |     2025     1159     21 |  0.010 % |
0.89/0.95	c |     25758 |     100     2130    10650 |     2228     1593     20 |  0.010 % |
1.39/1.44	c |     38732 |     100     2130    10650 |     2451     2153     20 |  0.010 % |
2.19/2.20	c |     58193 |     100     2130    10650 |     2696     1774     19 |  0.010 % |
3.29/3.37	c |     87386 |     100     2130    10650 |     2965     2381     20 |  0.010 % |
5.09/5.19	c |    131176 |     100     2130    10650 |     3262     2790     20 |  0.010 % |
7.99/8.00	c |    196860 |     100     2130    10650 |     3588     2684     20 |  0.010 % |
12.29/12.37	c |    295387 |     100     2130    10650 |     3947     3585     21 |  0.010 % |
19.08/19.14	c |    443176 |     100     2130    10650 |     4342     2382     19 |  0.010 % |
29.68/29.74	c |    664860 |     100     2130    10650 |     4776     3504     21 |  0.010 % |
46.17/46.30	c |    997386 |     100     2130    10650 |     5254     4658     19 |  0.010 % |
72.37/72.45	c |   1496175 |     100     2130    10650 |     5779     4379     20 |  0.010 % |
113.16/113.30	c |   2244357 |     100     2130    10650 |     6357     3693     20 |  0.010 % |
177.33/177.41	c |   3366631 |     100     2130    10650 |     6993     6002     20 |  0.010 % |
278.30/278.44	c |   5050043 |     100     2130    10650 |     7692     5048     20 |  0.010 % |
438.25/438.42	c |   7575161 |     100     2130    10650 |     8461     7138     20 |  0.010 % |
693.77/694.02	c |  11362837 |     100     2130    10650 |     9308     6571     20 |  0.010 % |
1100.63/1101.04	c |  17044349 |     100     2130    10650 |    10238     4988     19 |  0.010 % |

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-1515099-1238249476/watcher-1515099-1238249476 -o /tmp/evaluation-result-1515099-1238249476/solver-1515099-1238249476 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1484159933 HOME/instance-1515099-1238249476.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.99 0.99 0.99 3/64 25599
/proc/meminfo: memFree=895544/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=2548 CPUtime=0
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 1097612818 2609152 225 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 637 226 87 221 0 413 0

[startup+0.0301699 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 25599
/proc/meminfo: memFree=895544/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=2544 CPUtime=0.02
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 274 0 0 0 2 0 0 0 18 0 1 0 1097612818 2605056 259 1992294400 4194304 5102648 548682068800 18446744073709551615 4491576 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 636 259 110 221 0 412 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2544

[startup+0.10118 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 25599
/proc/meminfo: memFree=895544/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=2544 CPUtime=0.09
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 279 0 0 0 9 0 0 0 18 0 1 0 1097612818 2605056 264 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 636 264 110 221 0 412 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2544

[startup+0.301209 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 25599
/proc/meminfo: memFree=895544/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=2808 CPUtime=0.29
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 319 0 0 0 29 0 0 0 19 0 1 0 1097612818 2875392 304 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 702 304 110 221 0 478 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2808

[startup+0.701267 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 25599
/proc/meminfo: memFree=895544/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=2940 CPUtime=0.69
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 356 0 0 0 69 0 0 0 23 0 1 0 1097612818 3010560 341 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 735 341 110 221 0 511 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2940

[startup+1.50138 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=894512/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=3072 CPUtime=1.49
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 409 0 0 0 149 0 0 0 25 0 1 0 1097612818 3145728 394 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 768 394 110 221 0 544 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3072

[startup+3.10161 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=894128/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=3340 CPUtime=3.09
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 458 0 0 0 309 0 0 0 25 0 1 0 1097612818 3420160 443 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 835 443 110 221 0 611 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3340

[startup+6.30108 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=893744/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=3604 CPUtime=6.29
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 524 0 0 0 629 0 0 0 25 0 1 0 1097612818 3690496 509 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 901 509 110 221 0 677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3604

[startup+12.702 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=893360/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=3876 CPUtime=12.69
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 595 0 0 0 1269 0 0 0 25 0 1 0 1097612818 3969024 580 1992294400 4194304 5102648 548682068800 18446744073709551615 4254233 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 969 580 110 221 0 745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3876

[startup+25.5019 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=892976/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=4296 CPUtime=25.48
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 679 0 0 0 2548 0 0 0 25 0 1 0 1097612818 4399104 664 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1074 664 110 221 0 850 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4296

[startup+51.1016 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=892400/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=4848 CPUtime=51.07
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 823 0 0 0 5107 0 0 0 25 0 1 0 1097612818 4964352 808 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1212 808 110 221 0 988 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4848

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=891696/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=5556 CPUtime=102.27
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 983 0 0 0 10226 1 0 0 25 0 1 0 1097612818 5689344 968 1992294400 4194304 5102648 548682068800 18446744073709551615 4225761 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1389 968 110 221 0 1165 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5556

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=891248/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=5980 CPUtime=162.24
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1104 0 0 0 16223 1 0 0 25 0 1 0 1097612818 6123520 1089 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1495 1089 110 221 0 1271 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5980

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=890800/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=6540 CPUtime=222.22
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1210 0 0 0 22221 1 0 0 25 0 1 0 1097612818 6696960 1195 1992294400 4194304 5102648 548682068800 18446744073709551615 4255657 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1635 1195 110 221 0 1411 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 6540

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=890416/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=6824 CPUtime=282.2
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1289 0 0 0 28219 1 0 0 25 0 1 0 1097612818 6987776 1274 1992294400 4194304 5102648 548682068800 18446744073709551615 4249093 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1706 1274 110 221 0 1482 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 6824

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=890160/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=6964 CPUtime=342.18
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1345 0 0 0 34217 1 0 0 25 0 1 0 1097612818 7131136 1330 1992294400 4194304 5102648 548682068800 18446744073709551615 4227855 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1741 1330 110 221 0 1517 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 6964

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 3/65 25600
/proc/meminfo: memFree=890096/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=7116 CPUtime=402.16
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1368 0 0 0 40215 1 0 0 25 0 1 0 1097612818 7286784 1353 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1779 1353 110 221 0 1555 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 7116

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=889840/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=7324 CPUtime=462.14
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1430 0 0 0 46213 1 0 0 25 0 1 0 1097612818 7499776 1415 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1831 1415 110 221 0 1607 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 7324

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=889648/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=7492 CPUtime=522.12
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1471 0 0 0 52211 1 0 0 25 0 1 0 1097612818 7671808 1456 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1873 1456 110 221 0 1649 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 7492

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=889648/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=7660 CPUtime=582.1
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1486 0 0 0 58209 1 0 0 25 0 1 0 1097612818 7843840 1471 1992294400 4194304 5102648 548682068800 18446744073709551615 4254134 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1915 1471 110 221 0 1691 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 7660

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=889456/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=7660 CPUtime=642.08
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1516 0 0 0 64207 1 0 0 25 0 1 0 1097612818 7843840 1501 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1915 1501 110 221 0 1691 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 7660

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=889392/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=7832 CPUtime=702.06
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1543 0 0 0 70204 2 0 0 25 0 1 0 1097612818 8019968 1528 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1958 1528 110 221 0 1734 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 7832

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=889072/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=8168 CPUtime=762.05
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1618 0 0 0 76203 2 0 0 25 0 1 0 1097612818 8364032 1603 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2042 1603 110 221 0 1818 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 8168

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 25600
/proc/meminfo: memFree=888944/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=8336 CPUtime=822.02
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1657 0 0 0 82200 2 0 0 25 0 1 0 1097612818 8536064 1642 1992294400 4194304 5102648 548682068800 18446744073709551615 4254134 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2084 1642 110 221 0 1860 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 8336

[startup+882.301 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 25600
/proc/meminfo: memFree=888624/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=8672 CPUtime=882
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1720 0 0 0 88198 2 0 0 25 0 1 0 1097612818 8880128 1705 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2168 1705 110 221 0 1944 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 8672

[startup+942.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 25600
/proc/meminfo: memFree=888624/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=8672 CPUtime=941.98
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1729 0 0 0 94196 2 0 0 25 0 1 0 1097612818 8880128 1714 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2168 1714 110 221 0 1944 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 8672

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 25600
/proc/meminfo: memFree=888496/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=8844 CPUtime=1001.96
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1746 0 0 0 100194 2 0 0 25 0 1 0 1097612818 9056256 1731 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2211 1731 110 221 0 1987 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 8844

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25600
/proc/meminfo: memFree=888432/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=8844 CPUtime=1061.94
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1765 0 0 0 106192 2 0 0 25 0 1 0 1097612818 9056256 1750 1992294400 4194304 5102648 548682068800 18446744073709551615 4262647 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2211 1750 110 221 0 1987 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 8844

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25600
/proc/meminfo: memFree=888432/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=9012 CPUtime=1121.92
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1787 0 0 0 112190 2 0 0 25 0 1 0 1097612818 9228288 1772 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2253 1772 110 221 0 2029 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 9012

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25600
/proc/meminfo: memFree=888176/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=9180 CPUtime=1181.9
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1830 0 0 0 118188 2 0 0 25 0 1 0 1097612818 9400320 1815 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2295 1815 110 221 0 2071 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 9180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25600
/proc/meminfo: memFree=888240/2055920 swapFree=4175464/4192956
[pid=25599] ppid=25597 vsize=9180 CPUtime=1200
/proc/25599/stat : 25599 (varsat-crafted_) R 25597 25599 25223 0 -1 4194304 1831 0 0 0 119998 2 0 0 25 0 1 0 1097612818 9400320 1816 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2295 1816 110 221 0 2071 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 9180

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.01
CPU user time (s): 1199.98
CPU system time (s): 0.029995
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 9180

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

runsolver used 0.924859 second user time and 2.42963 second system time

The end

Launcher Data

Begin job on node30 at 2009-03-28 15:11:16
IDJOB=1515099
IDBENCH=70401
IDSOLVER=537
FILE ID=node30/1515099-1238249476
PBS_JOBID= 9060674
Free space on /tmp= 66316 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S1211704640-033.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515099-1238249476/watcher-1515099-1238249476 -o /tmp/evaluation-result-1515099-1238249476/solver-1515099-1238249476 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1484159933 HOME/instance-1515099-1238249476.cnf

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

MD5SUM BENCH= 8ef5d3e404e3cdd2967f89ed54f9c238
RANDOM SEED=1484159933

node30.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.260
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	: 5931.00
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.260
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:        895960 kB
Buffers:         83940 kB
Cached:         986472 kB
SwapCached:      11400 kB
Active:         114552 kB
Inactive:       969308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        895960 kB
SwapTotal:     4192956 kB
SwapFree:      4175464 kB
Dirty:            1060 kB
Writeback:           0 kB
Mapped:          18724 kB
Slab:            62128 kB
Committed_AS:  2988372 kB
PageTables:       1368 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= 66316 MiB
End job on node30 at 2009-03-28 15:31:19