Trace number 1512964

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.03 1200.32

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1119648091-064.cnf
MD5SUMa0e1aec07865a725709061f3f17cc524
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.4621
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
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:  900                                                  |
0.00/0.00	c |  Number of clauses:    18000                                                |
0.00/0.03	c |  Parsing time:         0.04         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1037503271.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.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.14	c |         0 |     900    18000    90000 |     6000        0    nan |  0.000 % |
0.09/0.19	c |       101 |     900    18000    90000 |     6600      101    101 |  0.000 % |
0.19/0.24	c |       251 |     900    18000    90000 |     7260      251    107 |  0.000 % |
0.29/0.30	c |       476 |     900    18000    90000 |     7986      476    115 |  0.000 % |
0.29/0.38	c |       815 |     900    18000    90000 |     8784      815    111 |  0.000 % |
0.39/0.47	c |      1321 |     900    18000    90000 |     9663     1321    114 |  0.000 % |
0.49/0.59	c |      2080 |     900    18000    90000 |    10629     2080    115 |  0.000 % |
0.69/0.76	c |      3221 |     900    18000    90000 |    11692     3221    115 |  0.000 % |
1.00/1.02	c |      4929 |     900    18000    90000 |    12861     4929    115 |  0.000 % |
1.39/1.45	c |      7491 |     900    18000    90000 |    14147     7491    117 |  0.000 % |
2.09/2.16	c |     11335 |     900    18000    90000 |    15562    11335    119 |  0.000 % |
3.39/3.41	c |     17101 |     900    18000    90000 |    17118     9152    124 |  0.000 % |
5.29/5.39	c |     25751 |     900    18000    90000 |    18830     9081    125 |  0.000 % |
8.89/8.99	c |     38725 |     900    18000    90000 |    20713    12474    135 |  0.000 % |
15.39/15.45	c |     58187 |     900    18000    90000 |    22784    10890    128 |  0.000 % |
24.98/25.08	c |     87380 |     900    18000    90000 |    25063    16560    133 |  0.000 % |
42.79/42.81	c |    131170 |     900    18000    90000 |    27569    20280    134 |  0.000 % |
68.37/68.48	c |    196854 |     900    18000    90000 |    30326    22684    134 |  0.000 % |
114.76/114.87	c |    295380 |     900    18000    90000 |    33359    14013    123 |  0.000 % |
183.25/183.38	c |    443173 |     900    18000    90000 |    36695    15141    128 |  0.000 % |
297.22/297.35	c |    664856 |     900    18000    90000 |    40364    21110    130 |  0.000 % |
484.88/485.07	c |    997381 |     900    18000    90000 |    44401    28630    132 |  0.000 % |
779.10/779.33	c |   1496169 |     900    18000    90000 |    48841    32782    134 |  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-1512964-1238211338/watcher-1512964-1238211338 -o /tmp/evaluation-result-1512964-1238211338/solver-1512964-1238211338 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1037503271 HOME/instance-1512964-1238211338.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.93 3/69 12433
/proc/meminfo: memFree=1143640/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=2564 CPUtime=0
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 1093795518 2625536 338 1992294400 4194304 5102648 548682068784 18446744073709551615 4227144 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 674 338 87 221 0 450 0

[startup+0.0411271 s]
/proc/loadavg: 0.92 0.98 0.93 3/69 12433
/proc/meminfo: memFree=1143640/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=5996 CPUtime=0.03
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 1195 0 0 0 3 0 0 0 18 0 1 0 1093795518 6139904 1180 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 1499 1180 98 221 0 1275 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5996

[startup+0.10113 s]
/proc/loadavg: 0.92 0.98 0.93 3/69 12433
/proc/meminfo: memFree=1143640/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=6176 CPUtime=0.09
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 1230 0 0 0 9 0 0 0 18 0 1 0 1093795518 6324224 1215 1992294400 4194304 5102648 548682068784 18446744073709551615 4266490 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 1544 1215 98 221 0 1320 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6176

[startup+0.301148 s]
/proc/loadavg: 0.92 0.98 0.93 3/69 12433
/proc/meminfo: memFree=1143640/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=5640 CPUtime=0.29
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 1245 0 0 0 29 0 0 0 19 0 1 0 1093795518 5775360 1134 1992294400 4194304 5102648 548682068784 18446744073709551615 4255889 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 1410 1134 113 221 0 1186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5640

[startup+0.701184 s]
/proc/loadavg: 0.92 0.98 0.93 3/69 12433
/proc/meminfo: memFree=1143640/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=6300 CPUtime=0.69
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 1396 0 0 0 69 0 0 0 22 0 1 0 1093795518 6451200 1285 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 1575 1285 113 221 0 1351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6300

[startup+1.50125 s]
/proc/loadavg: 0.92 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1137936/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=8864 CPUtime=1.49
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 2033 0 0 0 149 0 0 0 25 0 1 0 1093795518 9076736 1922 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 2216 1922 113 221 0 1992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8864

[startup+3.10139 s]
/proc/loadavg: 0.92 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1134288/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=13328 CPUtime=3.09
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 3160 0 0 0 308 1 0 0 25 0 1 0 1093795518 13647872 3049 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 3332 3049 113 221 0 3108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13328

[startup+6.30167 s]
/proc/loadavg: 0.93 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1130064/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=14912 CPUtime=6.29
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 3544 0 0 0 628 1 0 0 25 0 1 0 1093795518 15269888 3433 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 3728 3433 113 221 0 3504 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14912

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1126992/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=17992 CPUtime=12.68
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 4299 0 0 0 1267 1 0 0 25 0 1 0 1093795518 18423808 4188 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 4498 4188 113 221 0 4274 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17992

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1125008/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=19840 CPUtime=25.48
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 4782 0 0 0 2546 2 0 0 25 0 1 0 1093795518 20316160 4671 1992294400 4194304 5102648 548682068784 18446744073709551615 4254564 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 4960 4671 113 221 0 4736 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19840

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1121104/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=23840 CPUtime=51.08
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 5770 0 0 0 5105 3 0 0 25 0 1 0 1093795518 24412160 5659 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 5960 5659 113 221 0 5736 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23840

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1117200/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=27832 CPUtime=102.27
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 6760 0 0 0 10223 4 0 0 25 0 1 0 1093795518 28499968 6649 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 6958 6649 113 221 0 6734 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 27832

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1114192/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=30916 CPUtime=162.25
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 7532 0 0 0 16220 5 0 0 25 0 1 0 1093795518 31657984 7421 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 7729 7421 113 221 0 7505 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 30916

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12434
/proc/meminfo: memFree=1110352/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=34636 CPUtime=222.24
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 8443 0 0 0 22217 7 0 0 25 0 1 0 1093795518 35467264 8332 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 8659 8332 113 221 0 8435 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 34636

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1109456/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=35460 CPUtime=282.22
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 8657 0 0 0 28215 7 0 0 25 0 1 0 1093795518 36311040 8546 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 8865 8546 113 221 0 8641 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 35460

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1106064/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=38948 CPUtime=342.21
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 9507 0 0 0 34213 8 0 0 25 0 1 0 1093795518 39882752 9396 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 9737 9396 113 221 0 9513 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 38948

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1104848/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=40424 CPUtime=402.19
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 9895 0 0 0 40211 8 0 0 25 0 1 0 1093795518 41394176 9784 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 10106 9784 113 221 0 9882 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 40424

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1104208/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=40820 CPUtime=462.18
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 9976 0 0 0 46209 9 0 0 25 0 1 0 1093795518 41799680 9865 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 10205 9865 113 221 0 9981 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 40820

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1101776/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=43296 CPUtime=522.16
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 10573 0 0 0 52207 9 0 0 25 0 1 0 1093795518 44335104 10462 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 10824 10462 113 221 0 10600 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 43296

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1100240/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=44924 CPUtime=582.15
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 10981 0 0 0 58205 10 0 0 25 0 1 0 1093795518 46002176 10870 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 11231 10870 113 221 0 11007 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 44924

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1099472/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=45688 CPUtime=642.14
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 11145 0 0 0 64204 10 0 0 25 0 1 0 1093795518 46784512 11034 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 11422 11034 113 221 0 11198 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 45688

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1098768/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=46348 CPUtime=702.12
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 11329 0 0 0 70202 10 0 0 25 0 1 0 1093795518 47460352 11218 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 11587 11218 113 221 0 11363 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 46348

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1098768/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=46348 CPUtime=762.11
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 11329 0 0 0 76201 10 0 0 25 0 1 0 1093795518 47460352 11218 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 11587 11218 113 221 0 11363 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 46348

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1094352/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=50748 CPUtime=822.09
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12423 0 0 0 82198 11 0 0 25 0 1 0 1093795518 51965952 12312 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 12687 12312 113 221 0 12463 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 50748

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1094096/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=51140 CPUtime=882.07
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12511 0 0 0 88196 11 0 0 25 0 1 0 1093795518 52367360 12400 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 12785 12400 113 221 0 12561 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 51140

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1093008/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=52284 CPUtime=942.07
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12775 0 0 0 94195 12 0 0 25 0 1 0 1093795518 53538816 12664 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 13071 12664 113 221 0 12847 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 52284

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1093008/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=52284 CPUtime=1002.05
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12775 0 0 0 100193 12 0 0 25 0 1 0 1093795518 53538816 12664 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 13071 12664 113 221 0 12847 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 52284

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1092560/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=52736 CPUtime=1062.04
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12874 0 0 0 106192 12 0 0 25 0 1 0 1093795518 54001664 12763 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 13184 12763 113 221 0 12960 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 52736

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1092496/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=52876 CPUtime=1122.02
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12907 0 0 0 112190 12 0 0 25 0 1 0 1093795518 54145024 12796 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 13219 12796 113 221 0 12995 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 52876

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1092112/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=53272 CPUtime=1182.01
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12993 0 0 0 118189 12 0 0 25 0 1 0 1093795518 54550528 12882 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 13318 12882 113 221 0 13094 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 53272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1092048/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=53272 CPUtime=1200.01
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12996 0 0 0 119989 12 0 0 25 0 1 0 1093795518 54550528 12885 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 13318 12885 113 221 0 13094 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 53272

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

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

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/70 12436
/proc/meminfo: memFree=1092048/2055920 swapFree=4171840/4192956
[pid=12433] ppid=12431 vsize=53272 CPUtime=1200.01
/proc/12433/stat : 12433 (varsat-industri) R 12431 12433 11766 0 -1 4194304 12996 0 0 0 119989 12 0 0 25 0 1 0 1093795518 54550528 12885 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/12433/statm: 13318 12885 113 221 0 13094 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 53272

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.32
CPU time (s): 1200.03
CPU user time (s): 1199.89
CPU system time (s): 0.132979
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 53272

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

runsolver used 1.01085 second user time and 3.36749 second system time

The end

Launcher Data

Begin job on node58 at 2009-03-28 04:35:38
IDJOB=1512964
IDBENCH=70223
IDSOLVER=538
FILE ID=node58/1512964-1238211338
PBS_JOBID= 9060508
Free space on /tmp= 66400 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1119648091-064.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512964-1238211338/watcher-1512964-1238211338 -o /tmp/evaluation-result-1512964-1238211338/solver-1512964-1238211338 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1037503271 HOME/instance-1512964-1238211338.cnf

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

MD5SUM BENCH= a0e1aec07865a725709061f3f17cc524
RANDOM SEED=1037503271

node58.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.222
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.222
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:       1144056 kB
Buffers:         80956 kB
Cached:         740360 kB
SwapCached:      11412 kB
Active:         163432 kB
Inactive:       670780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144056 kB
SwapTotal:     4192956 kB
SwapFree:      4171840 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          17368 kB
Slab:            63084 kB
Committed_AS:  2517060 kB
PageTables:       1764 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= 66400 MiB
End job on node58 at 2009-03-28 04:55:41