Trace number 1512988

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S211141966-058.cnf
MD5SUM9e692d77c0b05a1b536adcf4dbb49d43
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.9304
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
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:  700                                                  |
0.00/0.00	c |  Number of clauses:    14000                                                |
0.00/0.02	c |  Parsing time:         0.03         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          537117581.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.09/0.11	c ============================[ Search Statistics ]==============================
0.09/0.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	c ===============================================================================
0.09/0.11	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.14	c |       100 |     700    14000    70000 |     5133      100     91 |  0.000 % |
0.09/0.18	c |       250 |     700    14000    70000 |     5646      250     88 |  0.000 % |
0.19/0.23	c |       476 |     700    14000    70000 |     6211      476     91 |  0.000 % |
0.19/0.28	c |       815 |     700    14000    70000 |     6832      815     90 |  0.000 % |
0.29/0.36	c |      1322 |     700    14000    70000 |     7515     1322     94 |  0.000 % |
0.39/0.46	c |      2081 |     700    14000    70000 |     8267     2081     96 |  0.000 % |
0.59/0.61	c |      3222 |     700    14000    70000 |     9094     3222     98 |  0.000 % |
0.79/0.83	c |      4930 |     700    14000    70000 |    10003     4930     99 |  0.000 % |
1.09/1.18	c |      7494 |     700    14000    70000 |    11003     7494     98 |  0.000 % |
1.79/1.83	c |     11339 |     700    14000    70000 |    12104     5730     98 |  0.000 % |
2.69/2.77	c |     17106 |     700    14000    70000 |    13314    11497    100 |  0.000 % |
4.49/4.51	c |     25756 |     700    14000    70000 |    14645    13364    103 |  0.000 % |
7.29/7.30	c |     38731 |     700    14000    70000 |    16110    11455    106 |  0.000 % |
11.89/11.93	c |     58193 |     700    14000    70000 |    17721    14551    109 |  0.000 % |
19.38/19.44	c |     87385 |     700    14000    70000 |    19493    16800    106 |  0.000 % |
32.08/32.17	c |    131174 |     700    14000    70000 |    21443    11228    105 |  0.000 % |
53.27/53.30	c |    196858 |     700    14000    70000 |    23587    11885    105 |  0.000 % |
87.67/87.76	c |    295384 |     700    14000    70000 |    25946    14339    106 |  0.000 % |
145.15/145.25	c |    443173 |     700    14000    70000 |    28540    24455    106 |  0.000 % |
234.02/234.11	c |    664856 |     700    14000    70000 |    31394    24673    105 |  0.000 % |
375.18/375.36	c |    997382 |     700    14000    70000 |    34534    19692    108 |  0.000 % |
612.51/612.77	c |   1496171 |     700    14000    70000 |    37987    27466    105 |  0.000 % |
981.90/982.30	c |   2244353 |     700    14000    70000 |    41786    30292    107 |  0.000 % |

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-1512988-1238211348/watcher-1512988-1238211348 -o /tmp/evaluation-result-1512988-1238211348/solver-1512988-1238211348 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=537117581 HOME/instance-1512988-1238211348.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.98 0.92 3/64 17170
/proc/meminfo: memFree=899008/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=2548 CPUtime=0
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 1093800624 2609152 293 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 637 293 87 221 0 413 0

[startup+0.099729 s]
/proc/loadavg: 0.99 0.98 0.92 3/64 17170
/proc/meminfo: memFree=899008/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=5364 CPUtime=0.09
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 977 0 0 0 9 0 0 0 18 0 1 0 1093800624 5492736 962 1992294400 4194304 5102648 548682068784 18446744073709551615 4273265 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 1341 962 98 221 0 1117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5364

[startup+0.101729 s]
/proc/loadavg: 0.99 0.98 0.92 3/64 17170
/proc/meminfo: memFree=899008/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=5364 CPUtime=0.09
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 977 0 0 0 9 0 0 0 18 0 1 0 1093800624 5492736 962 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 1341 962 98 221 0 1117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5364

[startup+0.301752 s]
/proc/loadavg: 0.99 0.98 0.92 3/64 17170
/proc/meminfo: memFree=899008/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=4824 CPUtime=0.29
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 992 0 0 0 29 0 0 0 19 0 1 0 1093800624 4939776 899 1992294400 4194304 5102648 548682068784 18446744073709551615 4214176 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 1206 899 113 221 0 982 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4824

[startup+0.701798 s]
/proc/loadavg: 0.99 0.98 0.92 3/64 17170
/proc/meminfo: memFree=899008/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=6020 CPUtime=0.69
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 1273 0 0 0 69 0 0 0 22 0 1 0 1093800624 6164480 1180 1992294400 4194304 5102648 548682068784 18446744073709551615 4249993 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 1505 1180 113 221 0 1281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6020

[startup+1.50189 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=893624/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=8636 CPUtime=1.49
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 1911 0 0 0 148 1 0 0 25 0 1 0 1093800624 8843264 1818 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 2159 1818 113 221 0 1935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8636

[startup+3.10108 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=891192/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=10616 CPUtime=3.09
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 2402 0 0 0 307 2 0 0 25 0 1 0 1093800624 10870784 2309 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 2654 2309 113 221 0 2430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10616

[startup+6.30145 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=888824/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=11936 CPUtime=6.29
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 2750 0 0 0 627 2 0 0 25 0 1 0 1093800624 12222464 2657 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 2984 2658 113 221 0 2760 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11936

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=887288/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=14180 CPUtime=12.69
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 3310 0 0 0 1267 2 0 0 25 0 1 0 1093800624 14520320 3217 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 3545 3217 113 221 0 3321 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14180

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=884600/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=16324 CPUtime=25.49
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 3823 0 0 0 2546 3 0 0 25 0 1 0 1093800624 16715776 3730 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 4081 3730 113 221 0 3857 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16324

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=882616/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=18064 CPUtime=51.07
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 4251 0 0 0 5104 3 0 0 25 0 1 0 1093800624 18497536 4158 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 4516 4158 113 221 0 4292 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18064

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=878520/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=22048 CPUtime=102.27
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 5275 0 0 0 10223 4 0 0 25 0 1 0 1093800624 22577152 5182 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 5512 5182 113 221 0 5288 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22048

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=875320/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=25356 CPUtime=162.25
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 6052 0 0 0 16220 5 0 0 25 0 1 0 1093800624 25964544 5959 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 6339 5959 113 221 0 6115 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 25356

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=874296/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=26348 CPUtime=222.22
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 6289 0 0 0 22217 5 0 0 25 0 1 0 1093800624 26980352 6196 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 6587 6196 113 221 0 6363 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 26348

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=871480/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=29120 CPUtime=282.21
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 6988 0 0 0 28215 6 0 0 25 0 1 0 1093800624 29818880 6895 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 7280 6895 113 221 0 7056 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 29120

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=870584/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=30248 CPUtime=342.18
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 7234 0 0 0 34212 6 0 0 25 0 1 0 1093800624 30973952 7141 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 7562 7141 113 221 0 7338 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 30248

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=868856/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=31852 CPUtime=402.17
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 7655 0 0 0 40210 7 0 0 25 0 1 0 1093800624 32616448 7562 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 7963 7562 113 221 0 7739 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 31852

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17171
/proc/meminfo: memFree=867640/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=33264 CPUtime=462.16
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 7968 0 0 0 46208 8 0 0 25 0 1 0 1093800624 34062336 7875 1992294400 4194304 5102648 548682068784 18446744073709551615 4255770 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 8316 7875 113 221 0 8092 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 33264

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=866808/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=33988 CPUtime=522.13
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 8142 0 0 0 52205 8 0 0 25 0 1 0 1093800624 34803712 8049 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 8497 8049 113 221 0 8273 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 33988

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=866552/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=34412 CPUtime=582.11
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 8242 0 0 0 58203 8 0 0 25 0 1 0 1093800624 35237888 8149 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 8603 8149 113 221 0 8379 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 34412

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=864568/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=36288 CPUtime=642.1
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 8726 0 0 0 64201 9 0 0 25 0 1 0 1093800624 37158912 8633 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 9072 8633 113 221 0 8848 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 36288

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=863544/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=37360 CPUtime=702.08
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 8982 0 0 0 70198 10 0 0 25 0 1 0 1093800624 38256640 8889 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 9340 8889 113 221 0 9116 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 37360

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=862968/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=37940 CPUtime=762.07
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 9129 0 0 0 76197 10 0 0 25 0 1 0 1093800624 38850560 9036 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 9485 9036 113 221 0 9261 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 37940

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=862968/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=37940 CPUtime=822.04
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 9139 0 0 0 82194 10 0 0 25 0 1 0 1093800624 38850560 9046 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 9485 9046 113 221 0 9261 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 37940

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=862712/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=38348 CPUtime=882.03
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 9203 0 0 0 88192 11 0 0 25 0 1 0 1093800624 39268352 9110 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 9587 9110 113 221 0 9363 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 38348

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=862136/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=38876 CPUtime=942.01
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 9358 0 0 0 94190 11 0 0 25 0 1 0 1093800624 39809024 9265 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 9719 9265 113 221 0 9495 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 38876

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=860024/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=41372 CPUtime=1001.99
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 9924 0 0 0 100187 12 0 0 25 0 1 0 1093800624 42364928 9831 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 10343 9831 113 221 0 10119 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 41372

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=858360/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=42780 CPUtime=1061.97
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 10265 0 0 0 106185 12 0 0 25 0 1 0 1093800624 43806720 10172 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 10695 10172 113 221 0 10471 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 42780

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=857592/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=43744 CPUtime=1121.96
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 10464 0 0 0 112183 13 0 0 25 0 1 0 1093800624 44793856 10371 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 10936 10371 113 221 0 10712 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 43744

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=857464/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=43744 CPUtime=1181.94
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 10490 0 0 0 118181 13 0 0 25 0 1 0 1093800624 44793856 10397 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 10936 10397 113 221 0 10712 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 43744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 17173
/proc/meminfo: memFree=857464/2055920 swapFree=4176704/4192956
[pid=17170] ppid=17168 vsize=43744 CPUtime=1200.04
/proc/17170/stat : 17170 (varsat-industri) R 17168 17170 16487 0 -1 4194304 10490 0 0 0 119991 13 0 0 25 0 1 0 1093800624 44793856 10397 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/17170/statm: 10936 10397 113 221 0 10712 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 43744

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): 1199.91
CPU system time (s): 0.141978
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 43744

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

runsolver used 0.871867 second user time and 2.52562 second system time

The end

Launcher Data

Begin job on node20 at 2009-03-28 04:35:48
IDJOB=1512988
IDBENCH=70225
IDSOLVER=538
FILE ID=node20/1512988-1238211348
PBS_JOBID= 9060544
Free space on /tmp= 65632 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S211141966-058.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512988-1238211348/watcher-1512988-1238211348 -o /tmp/evaluation-result-1512988-1238211348/solver-1512988-1238211348 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=537117581 HOME/instance-1512988-1238211348.cnf

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

MD5SUM BENCH= 9e692d77c0b05a1b536adcf4dbb49d43
RANDOM SEED=537117581

node20.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.235
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.235
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:        899488 kB
Buffers:         95576 kB
Cached:         959640 kB
SwapCached:      10004 kB
Active:          75504 kB
Inactive:       991228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        899488 kB
SwapTotal:     4192956 kB
SwapFree:      4176704 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          16628 kB
Slab:            75700 kB
Committed_AS:  2821180 kB
PageTables:       1404 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= 65628 MiB
End job on node20 at 2009-03-28 04:55:50