Trace number 1515580

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-industrial 2009-03-22? (TO) 1200.05 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/100/
unif-k5-r21.3-v100-c2130-S282405510-004.cnf
MD5SUMce585ef8de51ea191ea179c0c20f7f7a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.046992
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:          1310191587.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.02	c |       100 |     100     2130    10650 |      781      100     24 |  0.010 % |
0.00/0.02	c |       252 |     100     2130    10650 |      859      252     23 |  0.010 % |
0.00/0.03	c |       477 |     100     2130    10650 |      945      477     22 |  0.010 % |
0.00/0.05	c |       814 |     100     2130    10650 |     1039      814     22 |  0.010 % |
0.00/0.06	c |      1323 |     100     2130    10650 |     1143      786     21 |  0.010 % |
0.00/0.09	c |      2084 |     100     2130    10650 |     1257      964     21 |  0.010 % |
0.09/0.13	c |      3224 |     100     2130    10650 |     1383      815     21 |  0.010 % |
0.09/0.19	c |      4934 |     100     2130    10650 |     1521     1122     21 |  0.010 % |
0.19/0.28	c |      7496 |     100     2130    10650 |     1674     1366     21 |  0.010 % |
0.39/0.42	c |     11340 |     100     2130    10650 |     1841      974     20 |  0.010 % |
0.59/0.63	c |     17108 |     100     2130    10650 |     2025     1142     20 |  0.010 % |
0.89/0.94	c |     25758 |     100     2130    10650 |     2228     1583     21 |  0.010 % |
1.39/1.44	c |     38732 |     100     2130    10650 |     2451     2138     21 |  0.010 % |
2.09/2.20	c |     58196 |     100     2130    10650 |     2696     1769     20 |  0.010 % |
3.29/3.39	c |     87388 |     100     2130    10650 |     2965     2335     20 |  0.010 % |
5.19/5.21	c |    131179 |     100     2130    10650 |     3262     2721     21 |  0.010 % |
7.99/8.05	c |    196865 |     100     2130    10650 |     3588     2629     20 |  0.010 % |
12.49/12.51	c |    295391 |     100     2130    10650 |     3947     3534     20 |  0.010 % |
19.38/19.49	c |    443180 |     100     2130    10650 |     4342     2327     20 |  0.010 % |
30.17/30.23	c |    664863 |     100     2130    10650 |     4776     3299     20 |  0.010 % |
47.06/47.11	c |    997388 |     100     2130    10650 |     5254     4431     20 |  0.010 % |
73.45/73.59	c |   1496176 |     100     2130    10650 |     5779     4215     20 |  0.010 % |
114.74/114.88	c |   2244359 |     100     2130    10650 |     6357     3401     19 |  0.010 % |
179.41/179.59	c |   3366633 |     100     2130    10650 |     6993     5296     21 |  0.010 % |
281.98/282.15	c |   5050045 |     100     2130    10650 |     7692     4406     19 |  0.010 % |
443.92/444.19	c |   7575161 |     100     2130    10650 |     8461     5822     20 |  0.010 % |
701.63/701.91	c |  11362837 |     100     2130    10650 |     9308     4504     20 |  0.010 % |
1110.37/1110.88	c |  17044350 |     100     2130    10650 |    10238     7027     20 |  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-1515580-1238256048/watcher-1515580-1238256048 -o /tmp/evaluation-result-1515580-1238256048/solver-1515580-1238256048 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1310191587 HOME/instance-1515580-1238256048.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: 1.00 1.00 0.95 2/71 7479
/proc/meminfo: memFree=890512/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=2148 CPUtime=0
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 151 0 0 0 0 0 0 0 20 0 1 0 1098267939 2199552 136 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 537 138 87 221 0 313 0

[startup+0.00930805 s]
/proc/loadavg: 1.00 1.00 0.95 2/71 7479
/proc/meminfo: memFree=890512/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=2544 CPUtime=0
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 253 0 0 0 0 0 0 0 20 0 1 0 1098267939 2605056 238 1992294400 4194304 5102648 548682068784 18446744073709551615 4273027 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 636 238 98 221 0 412 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2544

[startup+0.101325 s]
/proc/loadavg: 1.00 1.00 0.95 2/71 7479
/proc/meminfo: memFree=890512/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=2676 CPUtime=0.09
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 280 0 0 0 9 0 0 0 20 0 1 0 1098267939 2740224 265 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 669 265 110 221 0 445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2676

[startup+0.301362 s]
/proc/loadavg: 1.00 1.00 0.95 2/71 7479
/proc/meminfo: memFree=890512/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=2808 CPUtime=0.29
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 322 0 0 0 29 0 0 0 22 0 1 0 1098267939 2875392 307 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 702 307 110 221 0 478 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2808

[startup+0.701439 s]
/proc/loadavg: 1.00 1.00 0.95 2/71 7479
/proc/meminfo: memFree=890512/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=2940 CPUtime=0.69
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 356 0 0 0 69 0 0 0 25 0 1 0 1098267939 3010560 341 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 735 341 110 221 0 511 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2940

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7480
/proc/meminfo: memFree=889480/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=3072 CPUtime=1.49
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 403 0 0 0 149 0 0 0 25 0 1 0 1098267939 3145728 388 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 768 388 110 221 0 544 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3072

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7480
/proc/meminfo: memFree=889160/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=3340 CPUtime=3.09
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 460 0 0 0 309 0 0 0 25 0 1 0 1098267939 3420160 445 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 835 445 110 221 0 611 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3340

[startup+6.30151 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7480
/proc/meminfo: memFree=888776/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=3612 CPUtime=6.29
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 520 0 0 0 629 0 0 0 25 0 1 0 1098267939 3698688 505 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 903 505 110 221 0 679 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3612

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7480
/proc/meminfo: memFree=888392/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=3896 CPUtime=12.68
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 594 0 0 0 1268 0 0 0 25 0 1 0 1098267939 3989504 579 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 974 579 110 221 0 750 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3896

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=887936/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=4304 CPUtime=25.47
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 703 0 0 0 2547 0 0 0 25 0 1 0 1098267939 4407296 688 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1076 688 110 221 0 852 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4304

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=887360/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=4860 CPUtime=51.06
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 837 0 0 0 5106 0 0 0 25 0 1 0 1098267939 4976640 822 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1215 822 110 221 0 991 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4860

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=886784/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=5400 CPUtime=102.25
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 973 0 0 0 10225 0 0 0 25 0 1 0 1098267939 5529600 958 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1350 958 110 221 0 1126 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 5400

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=886272/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=5952 CPUtime=162.22
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1096 0 0 0 16222 0 0 0 25 0 1 0 1098267939 6094848 1081 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1488 1081 110 221 0 1264 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 5952

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=885760/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=6516 CPUtime=222.2
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1214 0 0 0 22219 1 0 0 25 0 1 0 1098267939 6672384 1199 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1629 1199 110 221 0 1405 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 6516

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=885440/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=6796 CPUtime=282.18
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1287 0 0 0 28217 1 0 0 25 0 1 0 1098267939 6959104 1272 1992294400 4194304 5102648 548682068784 18446744073709551615 4255108 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1699 1272 110 221 0 1475 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 6796

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=885128/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=7092 CPUtime=342.15
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1365 0 0 0 34214 1 0 0 25 0 1 0 1098267939 7262208 1350 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1773 1350 110 221 0 1549 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 7092

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=885000/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=7248 CPUtime=402.13
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1390 0 0 0 40212 1 0 0 25 0 1 0 1098267939 7421952 1375 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1812 1375 110 221 0 1588 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 7248

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=884808/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=7384 CPUtime=462.11
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1433 0 0 0 46210 1 0 0 25 0 1 0 1098267939 7561216 1418 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1846 1418 110 221 0 1622 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 7384

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=884808/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=7384 CPUtime=522.08
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1437 0 0 0 52207 1 0 0 25 0 1 0 1098267939 7561216 1422 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1846 1422 110 221 0 1622 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 7384

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=884616/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=7540 CPUtime=582.06
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1472 0 0 0 58205 1 0 0 25 0 1 0 1098267939 7720960 1457 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1885 1457 110 221 0 1661 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 7540

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=884488/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=7708 CPUtime=642.05
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1505 0 0 0 64203 2 0 0 25 0 1 0 1098267939 7892992 1490 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1927 1490 110 221 0 1703 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 7708

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=884488/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=7708 CPUtime=702.02
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1517 0 0 0 70200 2 0 0 25 0 1 0 1098267939 7892992 1502 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 1927 1502 110 221 0 1703 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 7708

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883976/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=8212 CPUtime=762.01
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1631 0 0 0 76199 2 0 0 25 0 1 0 1098267939 8409088 1616 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2053 1616 110 221 0 1829 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 8212

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883912/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=8380 CPUtime=821.98
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1650 0 0 0 82196 2 0 0 25 0 1 0 1098267939 8581120 1635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2095 1635 110 221 0 1871 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 8380

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883784/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=8552 CPUtime=881.96
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1685 0 0 0 88194 2 0 0 25 0 1 0 1098267939 8757248 1670 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2138 1670 110 221 0 1914 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 8552

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883720/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=8552 CPUtime=941.93
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1696 0 0 0 94191 2 0 0 25 0 1 0 1098267939 8757248 1681 1992294400 4194304 5102648 548682068784 18446744073709551615 4249891 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2138 1681 110 221 0 1914 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 8552

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883592/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=8720 CPUtime=1001.91
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1729 0 0 0 100189 2 0 0 25 0 1 0 1098267939 8929280 1714 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2180 1714 110 221 0 1956 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 8720

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883528/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=8720 CPUtime=1061.89
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1740 0 0 0 106187 2 0 0 25 0 1 0 1098267939 8929280 1725 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2180 1725 110 221 0 1956 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 8720

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883528/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=8720 CPUtime=1121.86
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1743 0 0 0 112184 2 0 0 25 0 1 0 1098267939 8929280 1728 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2180 1728 110 221 0 1956 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 8720

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883272/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=9056 CPUtime=1181.84
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1805 0 0 0 118182 2 0 0 25 0 1 0 1098267939 9273344 1790 1992294400 4194304 5102648 548682068784 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2264 1790 110 221 0 2040 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 9056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883272/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=9056 CPUtime=1200.04
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1805 0 0 0 120002 2 0 0 25 0 1 0 1098267939 9273344 1790 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2264 1790 110 221 0 2040 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 9056

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/72 7486
/proc/meminfo: memFree=883272/2055920 swapFree=4170332/4192956
[pid=7479] ppid=7477 vsize=9056 CPUtime=1200.04
/proc/7479/stat : 7479 (varsat-industri) R 7477 7479 7350 0 -1 4194304 1805 0 0 0 120002 2 0 0 25 0 1 0 1098267939 9273344 1790 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/7479/statm: 2264 1790 110 221 0 2040 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 9056

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1200.02
CPU system time (s): 0.030995
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 9056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1805
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= 1
involuntary context switches= 2081

runsolver used 1.37179 second user time and 3.00754 second system time

The end

Launcher Data

Begin job on node38 at 2009-03-28 17:00:48
IDJOB=1515580
IDBENCH=70441
IDSOLVER=538
FILE ID=node38/1515580-1238256048
PBS_JOBID= 9060805
Free space on /tmp= 65528 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/100/unif-k5-r21.3-v100-c2130-S282405510-004.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515580-1238256048/watcher-1515580-1238256048 -o /tmp/evaluation-result-1515580-1238256048/solver-1515580-1238256048 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1310191587 HOME/instance-1515580-1238256048.cnf

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

MD5SUM BENCH= ce585ef8de51ea191ea179c0c20f7f7a
RANDOM SEED=1310191587

node38.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.259
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.259
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:        890992 kB
Buffers:         85460 kB
Cached:         992220 kB
SwapCached:      11204 kB
Active:         103028 kB
Inactive:       987288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        890992 kB
SwapTotal:     4192956 kB
SwapFree:      4170332 kB
Dirty:            1056 kB
Writeback:           0 kB
Mapped:          18328 kB
Slab:            59848 kB
Committed_AS:  3005372 kB
PageTables:       1988 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= 65528 MiB
End job on node38 at 2009-03-28 17:20:51