Trace number 1735626

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.13 1200.45

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g4.cnf
MD5SUM58e1c9baf379890f8f9e3891acb41fa1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1820                                                 |
0.00/0.00	c |  Number of clauses:    171155                                               |
0.09/0.14	c |  Parsing time:         0.12         s                                       |
0.09/0.14	c |  Timeout:              43200 s
0.09/0.14	c |  Random Seed:          1345221749.000000
0.09/0.14	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.14	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.14	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.14	c |                                                                             |
5.19/5.28	c ============================[ Search Statistics ]==============================
5.19/5.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.19/5.28	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.19/5.28	c ===============================================================================
5.19/5.28	c |         0 |    1755   169335   519323 |    56445        0    nan |  0.000 % |
5.49/5.54	c |       100 |    1755   169335   519323 |    62089      100    187 |  0.000 % |
5.79/5.81	c |       252 |    1755   169335   519323 |    68298      252    207 |  0.000 % |
5.99/6.10	c |       480 |    1755   169335   519323 |    75128      480    215 |  0.000 % |
6.39/6.40	c |       818 |    1755   169335   519323 |    82641      818    201 |  0.000 % |
6.69/6.76	c |      1325 |    1755   169335   519323 |    90905     1325    203 |  0.000 % |
7.19/7.20	c |      2086 |    1755   169335   519323 |    99995     2086    206 |  0.000 % |
7.69/7.76	c |      3225 |    1755   169335   519323 |   109995     3225    215 |  0.000 % |
8.59/8.64	c |      4933 |    1755   169335   519323 |   120994     4933    220 |  0.000 % |
9.89/9.98	c |      7496 |    1755   169335   519323 |   133094     7496    228 |  0.000 % |
11.99/12.04	c |     11341 |    1755   169335   519323 |   146403    11341    222 |  0.000 % |
15.79/15.82	c |     17108 |    1755   169335   519323 |   161044    17108    220 |  0.000 % |
22.29/22.31	c |     25757 |    1755   169335   519323 |   177148    25757    219 |  0.000 % |
35.29/35.32	c |     38731 |    1755   169335   519323 |   194863    38731    215 |  0.000 % |
59.17/59.23	c |     58192 |    1755   169335   519323 |   214349    58192    213 |  0.000 % |
122.46/122.51	c |     87384 |    1755   169335   519323 |   235784    87384    217 |  0.000 % |
209.34/209.48	c |    131173 |    1755   169335   519323 |   259363   131173    216 |  0.000 % |
439.98/440.15	c |    196861 |    1755   169335   519323 |   285299   196861    223 |  0.000 % |
907.75/908.06	c |    295387 |    1755   169335   519323 |   313829    30659    191 |  0.000 % |

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-1735626-1240804713/watcher-1735626-1240804713 -o /tmp/evaluation-result-1735626-1240804713/solver-1735626-1240804713 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1345221749 HOME/instance-1735626-1240804713.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.69 1.82 1.46 3/64 23251
/proc/meminfo: memFree=1717424/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=2556 CPUtime=0
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 108504757 2617344 469 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 639 469 87 221 0 415 0

[startup+0.105406 s]
/proc/loadavg: 1.69 1.82 1.46 3/64 23251
/proc/meminfo: memFree=1717424/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=16548 CPUtime=0.09
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 3891 0 0 0 8 1 0 0 18 0 1 0 108504757 16945152 3876 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 4137 3877 87 221 0 3913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16548

[startup+0.201413 s]
/proc/loadavg: 1.69 1.82 1.46 3/64 23251
/proc/meminfo: memFree=1717424/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=22376 CPUtime=0.19
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 5313 0 0 0 17 2 0 0 18 0 1 0 108504757 22913024 5298 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 5594 5298 98 221 0 5370 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22376

[startup+0.301422 s]
/proc/loadavg: 1.69 1.82 1.46 3/64 23251
/proc/meminfo: memFree=1717424/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=22376 CPUtime=0.29
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 5313 0 0 0 27 2 0 0 19 0 1 0 108504757 22913024 5298 1992294400 4194304 5102648 548682068784 18446744073709551615 4273052 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 5594 5298 98 221 0 5370 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22376

[startup+0.701456 s]
/proc/loadavg: 1.69 1.82 1.46 3/64 23251
/proc/meminfo: memFree=1717424/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=22376 CPUtime=0.69
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 5313 0 0 0 67 2 0 0 22 0 1 0 108504757 22913024 5298 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 5594 5298 98 221 0 5370 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22376

[startup+1.50152 s]
/proc/loadavg: 1.69 1.82 1.46 2/65 23252
/proc/meminfo: memFree=1695656/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=29944 CPUtime=1.49
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 7064 0 0 0 146 3 0 0 25 0 1 0 108504757 30662656 7049 1992294400 4194304 5102648 548682068784 18446744073709551615 4266629 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 7486 7049 100 221 0 7262 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29944

[startup+3.10166 s]
/proc/loadavg: 1.64 1.81 1.45 2/65 23252
/proc/meminfo: memFree=1689256/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=29944 CPUtime=3.09
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 7116 0 0 0 306 3 0 0 25 0 1 0 108504757 30662656 7101 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 7486 7101 100 221 0 7262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29944

[startup+6.30194 s]
/proc/loadavg: 1.64 1.81 1.45 2/65 23252
/proc/meminfo: memFree=1691760/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=26296 CPUtime=6.29
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 7191 0 0 0 626 3 0 0 25 0 1 0 108504757 26927104 6384 1992294400 4194304 5102648 548682068784 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 6574 6384 115 221 0 6350 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26296

[startup+12.7015 s]
/proc/loadavg: 1.54 1.78 1.45 2/65 23252
/proc/meminfo: memFree=1686256/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=32592 CPUtime=12.69
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 8768 0 0 0 1264 5 0 0 25 0 1 0 108504757 33374208 7961 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 8148 7961 115 221 0 7924 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32592

[startup+25.5016 s]
/proc/loadavg: 1.45 1.75 1.44 2/65 23252
/proc/meminfo: memFree=1669616/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=48864 CPUtime=25.48
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 12816 0 0 0 2540 8 0 0 25 0 1 0 108504757 50036736 12009 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 12216 12009 115 221 0 11992 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48864

[startup+51.1018 s]
/proc/loadavg: 1.30 1.69 1.43 2/65 23252
/proc/meminfo: memFree=1648688/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=69996 CPUtime=51.07
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 18065 0 0 0 5093 14 0 0 25 0 1 0 108504757 71675904 17258 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 17499 17258 115 221 0 17275 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 69996

[startup+102.302 s]
/proc/loadavg: 1.12 1.57 1.41 2/65 23252
/proc/meminfo: memFree=1621104/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=97408 CPUtime=102.27
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 24891 0 0 0 10205 22 0 0 25 0 1 0 108504757 99745792 24084 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 24352 24084 115 221 0 24128 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 97408

[startup+162.301 s]
/proc/loadavg: 1.05 1.47 1.38 2/65 23258
/proc/meminfo: memFree=1595312/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=123536 CPUtime=162.25
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 31354 0 0 0 16195 30 0 0 25 0 1 0 108504757 126500864 30547 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 30884 30547 115 221 0 30660 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 123536

[startup+222.305 s]
/proc/loadavg: 1.01 1.38 1.35 2/65 23258
/proc/meminfo: memFree=1568688/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=149980 CPUtime=222.23
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 37940 0 0 0 22187 36 0 0 25 0 1 0 108504757 153579520 37133 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 37495 37133 115 221 0 37271 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 149980

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.33 2/65 23258
/proc/meminfo: memFree=1552048/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=167292 CPUtime=282.21
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 42148 0 0 0 28180 41 0 0 25 0 1 0 108504757 171307008 41341 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 41823 41341 115 221 0 41599 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 167292

[startup+342.302 s]
/proc/loadavg: 1.00 1.25 1.30 2/65 23258
/proc/meminfo: memFree=1533616/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=185424 CPUtime=342.19
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 46679 0 0 0 34173 46 0 0 25 0 1 0 108504757 189874176 45872 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 46356 45872 115 221 0 46132 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 185424

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.28 2/65 23258
/proc/meminfo: memFree=1516400/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=202768 CPUtime=402.18
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 51030 0 0 0 40167 51 0 0 25 0 1 0 108504757 207634432 50223 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 50692 50223 115 221 0 50468 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 202768

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.26 2/65 23258
/proc/meminfo: memFree=1499632/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=219348 CPUtime=462.16
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 55175 0 0 0 46161 55 0 0 25 0 1 0 108504757 224612352 54368 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 54837 54368 115 221 0 54613 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 219348

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.24 2/65 23258
/proc/meminfo: memFree=1485104/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=234868 CPUtime=522.14
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 58845 0 0 0 52156 58 0 0 25 0 1 0 108504757 240504832 58038 1992294400 4194304 5102648 548682068784 18446744073709551615 4249005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 58717 58038 115 221 0 58493 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 234868

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 23258
/proc/meminfo: memFree=1471728/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=248004 CPUtime=582.14
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 62114 0 0 0 58152 62 0 0 25 0 1 0 108504757 253956096 61307 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 62001 61307 115 221 0 61777 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 248004

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.21 2/65 23258
/proc/meminfo: memFree=1459888/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=259740 CPUtime=642.12
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 65079 0 0 0 64146 66 0 0 25 0 1 0 108504757 265973760 64272 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 64935 64272 115 221 0 64711 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 259740

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 23258
/proc/meminfo: memFree=1446576/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=272912 CPUtime=702.1
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 68377 0 0 0 70141 69 0 0 25 0 1 0 108504757 279461888 67570 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 68228 67570 115 221 0 68004 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 272912

[startup+762.301 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 23258
/proc/meminfo: memFree=1435504/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=283928 CPUtime=762.09
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 71114 0 0 0 76137 72 0 0 25 0 1 0 108504757 290742272 70307 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 70982 70307 115 221 0 70758 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 283928

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 23258
/proc/meminfo: memFree=1425904/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=293880 CPUtime=822.07
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 73570 0 0 0 82133 74 0 0 25 0 1 0 108504757 300933120 72763 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 73470 72763 115 221 0 73246 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 293880

[startup+882.306 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 23258
/proc/meminfo: memFree=1417072/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=302604 CPUtime=882.05
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 75763 0 0 0 88128 77 0 0 25 0 1 0 108504757 309866496 74956 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 75651 74956 115 221 0 75427 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 302604

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 23258
/proc/meminfo: memFree=1414704/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=304788 CPUtime=942.04
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 76337 0 0 0 94126 78 0 0 25 0 1 0 108504757 312102912 75530 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 76197 75530 115 221 0 75973 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 304788

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 23258
/proc/meminfo: memFree=1414640/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=304788 CPUtime=1002.02
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 76341 0 0 0 100124 78 0 0 25 0 1 0 108504757 312102912 75534 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 76197 75534 115 221 0 75973 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 304788

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 23258
/proc/meminfo: memFree=1414640/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=304788 CPUtime=1062
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 76345 0 0 0 106122 78 0 0 25 0 1 0 108504757 312102912 75538 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 76197 75538 115 221 0 75973 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 304788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 23258
/proc/meminfo: memFree=1414576/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=304788 CPUtime=1121.98
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 76354 0 0 0 112120 78 0 0 25 0 1 0 108504757 312102912 75547 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 76197 75547 115 221 0 75973 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 304788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 23258
/proc/meminfo: memFree=1414576/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=304788 CPUtime=1181.97
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 76362 0 0 0 118118 79 0 0 25 0 1 0 108504757 312102912 75555 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 76197 75555 115 221 0 75973 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 304788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 23258
/proc/meminfo: memFree=1414512/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=304788 CPUtime=1200.07
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 76369 0 0 0 119928 79 0 0 25 0 1 0 108504757 312102912 75562 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 76197 75562 115 221 0 75973 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 304788

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 23258
/proc/meminfo: memFree=1414512/2055920 swapFree=4191900/4192956
[pid=23251] ppid=23249 vsize=304788 CPUtime=1200.07
/proc/23251/stat : 23251 (varsat-industri) R 23249 23251 23214 0 -1 4194304 76369 0 0 0 119928 79 0 0 25 0 1 0 108504757 312102912 75562 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/23251/statm: 76197 75562 115 221 0 75973 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 304788

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.13
CPU user time (s): 1199.29
CPU system time (s): 0.839872
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 304788

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

runsolver used 0.798878 second user time and 2.6086 second system time

The end

Launcher Data

Begin job on node15 at 2009-04-27 05:58:33
IDJOB=1735626
IDBENCH=71501
IDSOLVER=538
FILE ID=node15/1735626-1240804713
PBS_JOBID= 9187419
Free space on /tmp= 66284 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1820c171155g4.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735626-1240804713/watcher-1735626-1240804713 -o /tmp/evaluation-result-1735626-1240804713/solver-1735626-1240804713 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1345221749 HOME/instance-1735626-1240804713.cnf

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

MD5SUM BENCH= 58e1c9baf379890f8f9e3891acb41fa1
RANDOM SEED=1345221749

node15.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.220
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.220
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:       1717840 kB
Buffers:         45396 kB
Cached:         224520 kB
SwapCached:        384 kB
Active:         104604 kB
Inactive:       178584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717840 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3360 kB
Writeback:           0 kB
Mapped:          21644 kB
Slab:            40780 kB
Committed_AS:   405028 kB
PageTables:       1460 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= 66284 MiB
End job on node15 at 2009-04-27 06:18:36