Trace number 1512724

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1185462553-011.cnf
MD5SUM775d7caa3d486b151a5911ebb89973a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.9568
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
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:  800                                                  |
0.00/0.00	c |  Number of clauses:    16000                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          913516318.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |     800    16000    80000 |     5333        0    nan |  0.000 % |
0.09/0.17	c |       100 |     800    16000    80000 |     5866      100    108 |  0.000 % |
0.19/0.21	c |       250 |     800    16000    80000 |     6453      250    103 |  0.000 % |
0.19/0.27	c |       475 |     800    16000    80000 |     7098      475     99 |  0.000 % |
0.29/0.33	c |       813 |     800    16000    80000 |     7808      813    100 |  0.000 % |
0.39/0.41	c |      1319 |     800    16000    80000 |     8589     1319    105 |  0.000 % |
0.49/0.52	c |      2079 |     800    16000    80000 |     9448     2079    106 |  0.000 % |
0.59/0.67	c |      3218 |     800    16000    80000 |    10393     3218    107 |  0.000 % |
0.89/0.91	c |      4926 |     800    16000    80000 |    11432     4926    107 |  0.000 % |
1.29/1.31	c |      7488 |     800    16000    80000 |    12575     7488    108 |  0.000 % |
1.99/2.04	c |     11335 |     800    16000    80000 |    13833    11335    113 |  0.000 % |
3.19/3.20	c |     17102 |     800    16000    80000 |    15216    10049    116 |  0.000 % |
5.09/5.14	c |     25751 |     800    16000    80000 |    16738    10961    115 |  0.000 % |
8.39/8.43	c |     38727 |     800    16000    80000 |    18412    15429    115 |  0.000 % |
13.88/13.95	c |     58188 |     800    16000    80000 |    20253    16201    120 |  0.000 % |
22.58/22.66	c |     87380 |     800    16000    80000 |    22278    14559    118 |  0.000 % |
38.68/38.76	c |    131169 |     800    16000    80000 |    24506    13240    115 |  0.000 % |
62.37/62.41	c |    196853 |     800    16000    80000 |    26957    15397    119 |  0.000 % |
101.46/101.51	c |    295379 |     800    16000    80000 |    29652    25420    117 |  0.000 % |
160.23/160.34	c |    443168 |     800    16000    80000 |    32618    17530    116 |  0.000 % |
256.40/256.54	c |    664852 |     800    16000    80000 |    35879    21824    113 |  0.000 % |
417.44/417.65	c |    997381 |     800    16000    80000 |    39467    34414    127 |  0.000 % |
681.74/682.06	c |   1496169 |     800    16000    80000 |    43414    36879    121 |  0.000 % |
1106.49/1106.94	c |   2244353 |     800    16000    80000 |    47756    41922    120 |  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-1512724-1238207740/watcher-1512724-1238207740 -o /tmp/evaluation-result-1512724-1238207740/solver-1512724-1238207740 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=913516318 HOME/instance-1512724-1238207740.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.92 0.98 0.88 3/64 32364
/proc/meminfo: memFree=883256/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=2552 CPUtime=0
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 329 0 0 0 0 0 0 0 18 0 1 0 1093440129 2613248 314 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 638 315 87 221 0 414 0

[startup+0.03893 s]
/proc/loadavg: 0.92 0.98 0.88 3/64 32364
/proc/meminfo: memFree=883256/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=5608 CPUtime=0.03
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 1086 0 0 0 3 0 0 0 18 0 1 0 1093440129 5742592 1071 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 1402 1071 98 221 0 1178 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5608

[startup+0.10194 s]
/proc/loadavg: 0.92 0.98 0.88 3/64 32364
/proc/meminfo: memFree=883256/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=5788 CPUtime=0.09
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 1117 0 0 0 9 0 0 0 18 0 1 0 1093440129 5926912 1102 1992294400 4194304 5102648 548682068784 18446744073709551615 4273072 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 1447 1102 98 221 0 1223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5788

[startup+0.301977 s]
/proc/loadavg: 0.92 0.98 0.88 3/64 32364
/proc/meminfo: memFree=883256/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=5252 CPUtime=0.29
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 1132 0 0 0 29 0 0 0 19 0 1 0 1093440129 5378048 1020 1992294400 4194304 5102648 548682068784 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 1313 1020 113 221 0 1089 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5252

[startup+0.701049 s]
/proc/loadavg: 0.92 0.98 0.88 3/64 32364
/proc/meminfo: memFree=883256/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=6176 CPUtime=0.69
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 1346 0 0 0 69 0 0 0 22 0 1 0 1093440129 6324224 1234 1992294400 4194304 5102648 548682068784 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 1544 1234 113 221 0 1320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6176

[startup+1.5012 s]
/proc/loadavg: 0.92 0.98 0.88 2/65 32365
/proc/meminfo: memFree=877752/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=8880 CPUtime=1.49
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 2006 0 0 0 149 0 0 0 25 0 1 0 1093440129 9093120 1894 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 2220 1894 113 221 0 1996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8880

[startup+3.10149 s]
/proc/loadavg: 0.92 0.98 0.88 2/65 32365
/proc/meminfo: memFree=874296/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=11812 CPUtime=3.09
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 2759 0 0 0 308 1 0 0 25 0 1 0 1093440129 12095488 2647 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 2953 2647 113 221 0 2729 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11812

[startup+6.30107 s]
/proc/loadavg: 0.93 0.98 0.88 2/65 32365
/proc/meminfo: memFree=871864/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=13528 CPUtime=6.29
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 3169 0 0 0 628 1 0 0 25 0 1 0 1093440129 13852672 3057 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 3382 3057 113 221 0 3158 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13528

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.88 2/65 32365
/proc/meminfo: memFree=869368/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=15428 CPUtime=12.68
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 3635 0 0 0 1267 1 0 0 25 0 1 0 1093440129 15798272 3523 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 3857 3523 113 221 0 3633 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15428

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.88 2/65 32365
/proc/meminfo: memFree=866296/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=18464 CPUtime=25.48
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 4396 0 0 0 2546 2 0 0 25 0 1 0 1093440129 18907136 4284 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 4616 4284 113 221 0 4392 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18464

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.89 2/65 32365
/proc/meminfo: memFree=863480/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=21320 CPUtime=51.07
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 5127 0 0 0 5104 3 0 0 25 0 1 0 1093440129 21831680 5015 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 5330 5015 113 221 0 5106 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21320

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.89 2/65 32365
/proc/meminfo: memFree=860664/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=24308 CPUtime=102.26
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 5843 0 0 0 10222 4 0 0 25 0 1 0 1093440129 24891392 5731 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 6077 5731 113 221 0 5853 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24308

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.90 2/65 32365
/proc/meminfo: memFree=857336/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=27500 CPUtime=162.23
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 6623 0 0 0 16219 4 0 0 25 0 1 0 1093440129 28160000 6511 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 6875 6511 113 221 0 6651 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27500

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.90 2/65 32365
/proc/meminfo: memFree=854904/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=29956 CPUtime=222.21
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 7236 0 0 0 22215 6 0 0 25 0 1 0 1093440129 30674944 7124 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 7489 7124 113 221 0 7265 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 29956

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32365
/proc/meminfo: memFree=851768/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=33056 CPUtime=282.18
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 8017 0 0 0 28212 6 0 0 25 0 1 0 1093440129 33849344 7905 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 8264 7905 113 221 0 8040 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 33056

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32365
/proc/meminfo: memFree=850424/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=34412 CPUtime=342.17
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 8344 0 0 0 34210 7 0 0 25 0 1 0 1093440129 35237888 8232 1992294400 4194304 5102648 548682068784 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 8603 8232 113 221 0 8379 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 34412

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=849464/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=35348 CPUtime=402.15
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 8572 0 0 0 40207 8 0 0 25 0 1 0 1093440129 36196352 8460 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 8837 8460 113 221 0 8613 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 35348

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=846840/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=37948 CPUtime=462.12
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 9222 0 0 0 46204 8 0 0 25 0 1 0 1093440129 38858752 9110 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 9487 9110 113 221 0 9263 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 37948

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=846008/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=38896 CPUtime=522.1
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 9469 0 0 0 52202 8 0 0 25 0 1 0 1093440129 39829504 9357 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 9724 9357 113 221 0 9500 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 38896

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=845624/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=39444 CPUtime=582.08
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 9579 0 0 0 58199 9 0 0 25 0 1 0 1093440129 40390656 9467 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 9861 9467 113 221 0 9637 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 39444

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=845176/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=39764 CPUtime=642.06
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 9664 0 0 0 64197 9 0 0 25 0 1 0 1093440129 40718336 9552 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 9941 9552 113 221 0 9717 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 39764

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=842936/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=42100 CPUtime=702.04
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 10207 0 0 0 70194 10 0 0 25 0 1 0 1093440129 43110400 10095 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 10525 10095 113 221 0 10301 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 42100

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=841400/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=43612 CPUtime=762.01
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 10582 0 0 0 76191 10 0 0 25 0 1 0 1093440129 44658688 10470 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 10903 10470 113 221 0 10679 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 43612

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=840696/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=44468 CPUtime=822
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 10759 0 0 0 82189 11 0 0 25 0 1 0 1093440129 45535232 10647 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 11117 10647 113 221 0 10893 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 44468

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=840632/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=44604 CPUtime=881.97
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 10780 0 0 0 88186 11 0 0 25 0 1 0 1093440129 45674496 10668 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 11151 10668 113 221 0 10927 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 44604

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=840120/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=45204 CPUtime=941.95
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 10919 0 0 0 94183 12 0 0 25 0 1 0 1093440129 46288896 10807 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 11301 10807 113 221 0 11077 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 45204

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=839416/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=45944 CPUtime=1001.93
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 11092 0 0 0 100181 12 0 0 25 0 1 0 1093440129 47046656 10980 1992294400 4194304 5102648 548682068784 18446744073709551615 4249926 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 11486 10980 113 221 0 11262 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 45944

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=839160/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=46076 CPUtime=1061.9
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 11145 0 0 0 106178 12 0 0 25 0 1 0 1093440129 47181824 11033 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 11519 11033 113 221 0 11295 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 46076

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=836600/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=48640 CPUtime=1121.89
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 11784 0 0 0 112176 13 0 0 25 0 1 0 1093440129 49807360 11672 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 12160 11672 113 221 0 11936 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 48640

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=834424/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=50752 CPUtime=1181.87
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 12325 0 0 0 118173 14 0 0 25 0 1 0 1093440129 51970048 12213 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 12688 12213 113 221 0 12464 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 50752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=833592/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=51552 CPUtime=1200.06
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 12527 0 0 0 119992 14 0 0 25 0 1 0 1093440129 52789248 12415 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 12888 12415 113 221 0 12664 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 51552

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: 0.99 0.98 0.91 2/65 32367
/proc/meminfo: memFree=833592/2055920 swapFree=4177704/4192956
[pid=32364] ppid=32362 vsize=51552 CPUtime=1200.06
/proc/32364/stat : 32364 (varsat-industri) R 32362 32364 32265 0 -1 4194304 12527 0 0 0 119992 14 0 0 25 0 1 0 1093440129 52789248 12415 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32364/statm: 12888 12415 113 221 0 12664 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 51552

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.93
CPU system time (s): 0.152976
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 51552

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

runsolver used 0.960853 second user time and 2.42963 second system time

The end

Launcher Data

Begin job on node24 at 2009-03-28 03:35:40
IDJOB=1512724
IDBENCH=70203
IDSOLVER=538
FILE ID=node24/1512724-1238207740
PBS_JOBID= 9060540
Free space on /tmp= 65752 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1185462553-011.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512724-1238207740/watcher-1512724-1238207740 -o /tmp/evaluation-result-1512724-1238207740/solver-1512724-1238207740 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=913516318 HOME/instance-1512724-1238207740.cnf

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

MD5SUM BENCH= 775d7caa3d486b151a5911ebb89973a9
RANDOM SEED=913516318

node24.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	: 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.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:        883672 kB
Buffers:         75876 kB
Cached:         998740 kB
SwapCached:       9032 kB
Active:          32924 kB
Inactive:      1052168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        883672 kB
SwapTotal:     4192956 kB
SwapFree:      4177704 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          16064 kB
Slab:            73020 kB
Committed_AS:  3101692 kB
PageTables:       1448 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= 65752 MiB
End job on node24 at 2009-03-28 03:55:42