Trace number 1513072

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.12 1200.51

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1192890414-033.cnf
MD5SUMb3febcd5ef9d5b37314559489b51c141
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.61754
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.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          684374897.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.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	c ===============================================================================
0.09/0.10	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.14	c |       100 |     700    14000    70000 |     5133      100     94 |  0.000 % |
0.09/0.18	c |       250 |     700    14000    70000 |     5646      250    100 |  0.000 % |
0.19/0.23	c |       475 |     700    14000    70000 |     6211      475     96 |  0.000 % |
0.19/0.28	c |       812 |     700    14000    70000 |     6832      812     95 |  0.000 % |
0.29/0.35	c |      1320 |     700    14000    70000 |     7515     1320     97 |  0.000 % |
0.39/0.45	c |      2079 |     700    14000    70000 |     8267     2079     96 |  0.000 % |
0.49/0.59	c |      3218 |     700    14000    70000 |     9094     3218     96 |  0.000 % |
0.79/0.83	c |      4926 |     700    14000    70000 |    10003     4926     98 |  0.000 % |
1.09/1.18	c |      7489 |     700    14000    70000 |    11003     7489     98 |  0.000 % |
1.79/1.82	c |     11333 |     700    14000    70000 |    12104     5713     99 |  0.000 % |
2.69/2.75	c |     17099 |     700    14000    70000 |    13314    11479    104 |  0.000 % |
4.29/4.37	c |     25750 |     700    14000    70000 |    14645    13346    107 |  0.000 % |
6.89/6.95	c |     38725 |     700    14000    70000 |    16110    11428    109 |  0.000 % |
11.49/11.55	c |     58187 |     700    14000    70000 |    17721    14540    108 |  0.000 % |
19.39/19.45	c |     87379 |     700    14000    70000 |    19493    16796    109 |  0.000 % |
32.78/32.88	c |    131168 |     700    14000    70000 |    21443    11234    107 |  0.000 % |
55.47/55.51	c |    196852 |     700    14000    70000 |    23587    11833    105 |  0.000 % |
89.06/89.17	c |    295381 |     700    14000    70000 |    25946    14106    105 |  0.000 % |
148.54/148.68	c |    443170 |     700    14000    70000 |    28540    14259    101 |  0.000 % |
237.92/238.02	c |    664853 |     700    14000    70000 |    31394    27208    107 |  0.000 % |
379.76/379.98	c |    997379 |     700    14000    70000 |    34534    27256    109 |  0.000 % |
596.59/596.83	c |   1496167 |     700    14000    70000 |    37987    28594    110 |  0.000 % |
947.38/947.77	c |   2244350 |     700    14000    70000 |    41786    37347    111 |  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-1513072-1238212549/watcher-1513072-1238212549 -o /tmp/evaluation-result-1513072-1238212549/solver-1513072-1238212549 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=684374897 HOME/instance-1513072-1238212549.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.93 2/64 24497
/proc/meminfo: memFree=929536/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=2552 CPUtime=0
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 307 0 0 0 0 0 0 0 18 0 1 0 1093920102 2613248 292 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 638 293 87 221 0 414 0

[startup+0.0701329 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 24497
/proc/meminfo: memFree=929536/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=5044 CPUtime=0.06
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 945 0 0 0 6 0 0 0 18 0 1 0 1093920102 5165056 930 1992294400 4194304 5102648 548682068784 18446744073709551615 4498925 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 1261 930 98 221 0 1037 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5044

[startup+0.101136 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 24497
/proc/meminfo: memFree=929536/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=5224 CPUtime=0.09
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 972 0 0 0 9 0 0 0 18 0 1 0 1093920102 5349376 957 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 1306 957 98 221 0 1082 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5224

[startup+0.301165 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 24497
/proc/meminfo: memFree=929536/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=4900 CPUtime=0.29
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 987 0 0 0 29 0 0 0 19 0 1 0 1093920102 5017600 917 1992294400 4194304 5102648 548682068784 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 1225 917 113 221 0 1001 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4900

[startup+0.701222 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 24497
/proc/meminfo: memFree=929536/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=5984 CPUtime=0.69
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 1251 0 0 0 69 0 0 0 23 0 1 0 1093920102 6127616 1181 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 1496 1181 113 221 0 1272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5984

[startup+1.50134 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=924280/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=8632 CPUtime=1.49
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 1891 0 0 0 149 0 0 0 25 0 1 0 1093920102 8839168 1821 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 2158 1821 113 221 0 1934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8632

[startup+3.10157 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=921784/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=10804 CPUtime=3.09
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 2446 0 0 0 308 1 0 0 25 0 1 0 1093920102 11063296 2376 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 2701 2376 113 221 0 2477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10804

[startup+6.30103 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=919224/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=12124 CPUtime=6.29
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 2758 0 0 0 628 1 0 0 25 0 1 0 1093920102 12414976 2688 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 3031 2688 113 221 0 2807 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12124

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=917368/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=14236 CPUtime=12.69
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 3293 0 0 0 1267 2 0 0 25 0 1 0 1093920102 14577664 3223 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 3559 3223 113 221 0 3335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14236

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=915256/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=15892 CPUtime=25.48
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 3689 0 0 0 2546 2 0 0 25 0 1 0 1093920102 16273408 3619 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 3973 3619 113 221 0 3749 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15892

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=913016/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=18168 CPUtime=51.07
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 4276 0 0 0 5105 2 0 0 25 0 1 0 1093920102 18604032 4206 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 4542 4206 113 221 0 4318 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18168

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=908920/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=22160 CPUtime=102.26
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 5249 0 0 0 10223 3 0 0 25 0 1 0 1093920102 22691840 5179 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 5540 5179 113 221 0 5316 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22160

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=906232/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=24956 CPUtime=162.23
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 5920 0 0 0 16219 4 0 0 25 0 1 0 1093920102 25554944 5850 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 6239 5850 113 221 0 6015 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 24956

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 24498
/proc/meminfo: memFree=905080/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=26040 CPUtime=222.22
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 6202 0 0 0 22217 5 0 0 25 0 1 0 1093920102 26664960 6132 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 6510 6132 113 221 0 6286 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 26040

[startup+282.302 s]
/proc/loadavg: 1.04 1.01 0.94 2/65 24498
/proc/meminfo: memFree=901688/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=29508 CPUtime=282.2
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 7038 0 0 0 28214 6 0 0 25 0 1 0 1093920102 30216192 6968 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 7377 6968 113 221 0 7153 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 29508

[startup+342.302 s]
/proc/loadavg: 1.05 1.02 0.94 2/65 24504
/proc/meminfo: memFree=900984/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=30084 CPUtime=342.18
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 7194 0 0 0 34212 6 0 0 25 0 1 0 1093920102 30806016 7124 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 7521 7124 113 221 0 7297 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 30084

[startup+402.301 s]
/proc/loadavg: 1.02 1.02 0.94 2/65 24504
/proc/meminfo: memFree=898744/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=32380 CPUtime=402.15
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 7743 0 0 0 40209 6 0 0 25 0 1 0 1093920102 33157120 7673 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 8095 7673 113 221 0 7871 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 32380

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 24504
/proc/meminfo: memFree=897272/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=33872 CPUtime=462.14
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 8116 0 0 0 46207 7 0 0 25 0 1 0 1093920102 34684928 8046 1992294400 4194304 5102648 548682068784 18446744073709551615 4244248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 8468 8046 113 221 0 8244 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 33872

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 24504
/proc/meminfo: memFree=896760/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=34428 CPUtime=522.12
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 8236 0 0 0 52205 7 0 0 25 0 1 0 1093920102 35254272 8166 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 8607 8166 113 221 0 8383 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 34428

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=896376/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=34824 CPUtime=582.1
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 8325 0 0 0 58203 7 0 0 25 0 1 0 1093920102 35659776 8255 1992294400 4194304 5102648 548682068784 18446744073709551615 4249048 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 8706 8255 113 221 0 8482 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 34824

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=894136/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=37020 CPUtime=642.08
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 8870 0 0 0 64200 8 0 0 25 0 1 0 1093920102 37908480 8800 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 9255 8800 113 221 0 9031 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 37020

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=893304/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=37884 CPUtime=702.06
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 9094 0 0 0 70198 8 0 0 25 0 1 0 1093920102 38793216 9024 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 9471 9024 113 221 0 9247 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 37884

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=892856/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=38308 CPUtime=762.04
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 9199 0 0 0 76196 8 0 0 25 0 1 0 1093920102 39227392 9129 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 9577 9129 113 221 0 9353 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 38308

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=892024/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=39124 CPUtime=822.02
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 9398 0 0 0 82194 8 0 0 25 0 1 0 1093920102 40062976 9328 1992294400 4194304 5102648 548682068784 18446744073709551615 4244348 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 9781 9328 113 221 0 9557 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 39124

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=891832/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=39272 CPUtime=882
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 9427 0 0 0 88192 8 0 0 25 0 1 0 1093920102 40214528 9357 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 9818 9357 113 221 0 9594 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 39272

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=891512/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=39716 CPUtime=941.98
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 9521 0 0 0 94189 9 0 0 25 0 1 0 1093920102 40669184 9451 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 9929 9451 113 221 0 9705 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 39716

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=889208/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=42272 CPUtime=1001.96
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 10098 0 0 0 100187 9 0 0 25 0 1 0 1093920102 43286528 10028 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 10568 10028 113 221 0 10344 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 42272

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=888248/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=43172 CPUtime=1061.94
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 10318 0 0 0 106185 9 0 0 25 0 1 0 1093920102 44208128 10248 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 10793 10248 113 221 0 10569 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 43172

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=887736/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=43716 CPUtime=1121.92
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 10459 0 0 0 112183 9 0 0 25 0 1 0 1093920102 44765184 10389 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 10929 10389 113 221 0 10705 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 43716

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=887096/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=44296 CPUtime=1181.9
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 10614 0 0 0 118180 10 0 0 25 0 1 0 1093920102 45359104 10544 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 11074 10544 113 221 0 10850 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 44296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24504
/proc/meminfo: memFree=886776/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=44592 CPUtime=1200.1
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 10682 0 0 0 120000 10 0 0 25 0 1 0 1093920102 45662208 10612 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 11148 10612 113 221 0 10924 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 44592

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.94 2/65 24504
/proc/meminfo: memFree=886776/2055920 swapFree=4175464/4192956
[pid=24497] ppid=24495 vsize=44592 CPUtime=1200.1
/proc/24497/stat : 24497 (varsat-industri) R 24495 24497 23800 0 -1 4194304 10682 0 0 0 120000 10 0 0 25 0 1 0 1093920102 45662208 10612 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24497/statm: 11148 10612 113 221 0 10924 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 44592

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1200
CPU system time (s): 0.115982
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 44592

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

runsolver used 0.935857 second user time and 2.42963 second system time

The end

Launcher Data

Begin job on node30 at 2009-03-28 04:55:49
IDJOB=1513072
IDBENCH=70232
IDSOLVER=538
FILE ID=node30/1513072-1238212549
PBS_JOBID= 9060534
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= b3febcd5ef9d5b37314559489b51c141
RANDOM SEED=684374897

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:        930016 kB
Buffers:         76356 kB
Cached:         960396 kB
SwapCached:      11400 kB
Active:          83920 kB
Inactive:       966176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        930016 kB
SwapTotal:     4192956 kB
SwapFree:      4175464 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          18684 kB
Slab:            61868 kB
Committed_AS:  2986336 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 05:15:51