Trace number 1512712

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/800/
unif-k5-r20-v800-c16000-S1724014998-099.cnf
MD5SUM30e7a593e751ee62bb5b03787006ccc0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.6233
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.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1761397579.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 |       101 |     800    16000    80000 |     5866      101    102 |  0.000 % |
0.19/0.21	c |       251 |     800    16000    80000 |     6453      251     97 |  0.000 % |
0.19/0.27	c |       479 |     800    16000    80000 |     7098      479     99 |  0.000 % |
0.29/0.33	c |       817 |     800    16000    80000 |     7808      817    102 |  0.000 % |
0.39/0.41	c |      1323 |     800    16000    80000 |     8589     1323    103 |  0.000 % |
0.49/0.52	c |      2083 |     800    16000    80000 |     9448     2083    104 |  0.000 % |
0.59/0.68	c |      3224 |     800    16000    80000 |    10393     3224    105 |  0.000 % |
0.89/0.92	c |      4933 |     800    16000    80000 |    11432     4933    107 |  0.000 % |
1.29/1.32	c |      7495 |     800    16000    80000 |    12575     7495    109 |  0.000 % |
1.98/2.02	c |     11343 |     800    16000    80000 |    13833    11343    112 |  0.000 % |
3.19/3.20	c |     17109 |     800    16000    80000 |    15216    10051    114 |  0.000 % |
4.99/5.06	c |     25759 |     800    16000    80000 |    16738    10965    117 |  0.000 % |
8.18/8.29	c |     38733 |     800    16000    80000 |    18412    15423    115 |  0.000 % |
13.59/13.63	c |     58194 |     800    16000    80000 |    20253    16207    118 |  0.000 % |
22.98/23.02	c |     87386 |     800    16000    80000 |    22278    14588    118 |  0.000 % |
39.18/39.22	c |    131178 |     800    16000    80000 |    24506    13266    112 |  0.000 % |
65.57/65.63	c |    196863 |     800    16000    80000 |    26957    15425    119 |  0.000 % |
107.66/107.80	c |    295390 |     800    16000    80000 |    29652    23504    122 |  0.000 % |
172.04/172.16	c |    443179 |     800    16000    80000 |    32618    20853    118 |  0.000 % |
275.91/276.03	c |    664863 |     800    16000    80000 |    35879    26163    120 |  0.000 % |
446.56/446.79	c |    997388 |     800    16000    80000 |    39467    19038    118 |  0.000 % |
713.58/713.84	c |   1496177 |     800    16000    80000 |    43414    21828    123 |  0.000 % |
1143.26/1143.68	c |   2244359 |     800    16000    80000 |    47756    23426    122 |  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-1512712-1238207736/watcher-1512712-1238207736 -o /tmp/evaluation-result-1512712-1238207736/solver-1512712-1238207736 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1761397579 HOME/instance-1512712-1238207736.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.97 0.88 3/64 8285
/proc/meminfo: memFree=1268536/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=2560 CPUtime=0
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 326 0 0 0 0 0 0 0 18 0 1 0 1093438483 2621440 311 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 640 312 87 221 0 416 0

[startup+0.102944 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 8285
/proc/meminfo: memFree=1268536/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=5788 CPUtime=0.09
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 1103 0 0 0 9 0 0 0 18 0 1 0 1093438483 5926912 1088 1992294400 4194304 5102648 548682068784 18446744073709551615 4272856 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 1447 1088 98 221 0 1223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5788

[startup+0.201953 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 8285
/proc/meminfo: memFree=1268536/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=5248 CPUtime=0.19
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 1118 0 0 0 19 0 0 0 18 0 1 0 1093438483 5373952 1018 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 1312 1018 113 221 0 1088 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5248

[startup+0.301965 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 8285
/proc/meminfo: memFree=1268536/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=5248 CPUtime=0.29
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 1118 0 0 0 29 0 0 0 19 0 1 0 1093438483 5373952 1018 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 1312 1018 113 221 0 1088 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5248

[startup+0.702009 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 8285
/proc/meminfo: memFree=1268536/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=6172 CPUtime=0.69
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 1326 0 0 0 69 0 0 0 22 0 1 0 1093438483 6320128 1226 1992294400 4194304 5102648 548682068784 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 1543 1226 113 221 0 1319 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6172

[startup+1.5011 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 8286
/proc/meminfo: memFree=1262640/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=8760 CPUtime=1.49
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 1991 0 0 0 148 1 0 0 25 0 1 0 1093438483 8970240 1891 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 2190 1891 113 221 0 1966 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8760

[startup+3.10127 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 8286
/proc/meminfo: memFree=1259184/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=11752 CPUtime=3.09
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 2737 0 0 0 307 2 0 0 25 0 1 0 1093438483 12034048 2637 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 2938 2637 113 221 0 2714 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11752

[startup+6.30163 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 8286
/proc/meminfo: memFree=1257072/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=13732 CPUtime=6.29
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 3230 0 0 0 627 2 0 0 25 0 1 0 1093438483 14061568 3130 1992294400 4194304 5102648 548682068784 18446744073709551615 4254520 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 3433 3130 113 221 0 3209 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13732

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 8286
/proc/meminfo: memFree=1254832/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=15152 CPUtime=12.68
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 3578 0 0 0 1266 2 0 0 25 0 1 0 1093438483 15515648 3478 1992294400 4194304 5102648 548682068784 18446744073709551615 4254608 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 3788 3478 113 221 0 3564 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15152

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 8286
/proc/meminfo: memFree=1251760/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=18188 CPUtime=25.48
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 4339 0 0 0 2545 3 0 0 25 0 1 0 1093438483 18624512 4239 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 4547 4239 113 221 0 4323 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18188

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 8286
/proc/meminfo: memFree=1248560/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=21520 CPUtime=51.07
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 5151 0 0 0 5103 4 0 0 25 0 1 0 1093438483 22036480 5051 1992294400 4194304 5102648 548682068784 18446744073709551615 4255172 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 5380 5051 113 221 0 5156 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21520

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 8286
/proc/meminfo: memFree=1246128/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=23936 CPUtime=102.27
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 5743 0 0 0 10222 5 0 0 25 0 1 0 1093438483 24510464 5643 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 5984 5643 113 221 0 5760 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23936

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 8286
/proc/meminfo: memFree=1242864/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=27348 CPUtime=162.24
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 6561 0 0 0 16218 6 0 0 25 0 1 0 1093438483 28004352 6461 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 6837 6461 113 221 0 6613 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 27348

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 8286
/proc/meminfo: memFree=1239984/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=30160 CPUtime=222.23
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 7271 0 0 0 22216 7 0 0 25 0 1 0 1093438483 30883840 7171 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 7540 7171 113 221 0 7316 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 30160

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 8286
/proc/meminfo: memFree=1237872/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=32332 CPUtime=282.2
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 7794 0 0 0 28213 7 0 0 25 0 1 0 1093438483 33107968 7694 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 8083 7694 113 221 0 7859 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 32332

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8286
/proc/meminfo: memFree=1235824/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=34232 CPUtime=342.19
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 8297 0 0 0 34211 8 0 0 25 0 1 0 1093438483 35053568 8197 1992294400 4194304 5102648 548682068784 18446744073709551615 4250015 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 8558 8197 113 221 0 8334 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 34232

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8286
/proc/meminfo: memFree=1234992/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=35280 CPUtime=402.17
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 8509 0 0 0 40209 8 0 0 25 0 1 0 1093438483 36126720 8409 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 8820 8409 113 221 0 8596 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 35280

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8286
/proc/meminfo: memFree=1233264/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=36996 CPUtime=462.15
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 8955 0 0 0 46207 8 0 0 25 0 1 0 1093438483 37883904 8855 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 9249 8855 113 221 0 9025 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 36996

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1231344/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=38980 CPUtime=522.13
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 9427 0 0 0 52204 9 0 0 25 0 1 0 1093438483 39915520 9327 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 9745 9327 113 221 0 9521 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 38980

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1230000/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=40300 CPUtime=582.11
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 9764 0 0 0 58202 9 0 0 25 0 1 0 1093438483 41267200 9664 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 10075 9664 113 221 0 9851 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 40300

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1229616/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=40760 CPUtime=642.1
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 9849 0 0 0 64200 10 0 0 25 0 1 0 1093438483 41738240 9749 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 10190 9749 113 221 0 9966 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 40760

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1229616/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=40760 CPUtime=702.08
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 9852 0 0 0 70198 10 0 0 25 0 1 0 1093438483 41738240 9752 1992294400 4194304 5102648 548682068784 18446744073709551615 4249834 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 10190 9752 113 221 0 9966 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 40760

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1227824/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=42564 CPUtime=762.07
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 10308 0 0 0 76197 10 0 0 25 0 1 0 1093438483 43585536 10208 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 10641 10208 113 221 0 10417 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 42564

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1226800/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=43588 CPUtime=822.05
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 10562 0 0 0 82194 11 0 0 25 0 1 0 1093438483 44634112 10462 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 10897 10462 113 221 0 10673 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 43588

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1226416/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=43996 CPUtime=882.03
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 10649 0 0 0 88192 11 0 0 25 0 1 0 1093438483 45051904 10549 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 10999 10549 113 221 0 10775 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 43996

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1225968/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=44436 CPUtime=942.01
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 10768 0 0 0 94190 11 0 0 25 0 1 0 1093438483 45502464 10668 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 11109 10668 113 221 0 10885 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 44436

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1224816/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=45700 CPUtime=1002
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 11064 0 0 0 100188 12 0 0 25 0 1 0 1093438483 46796800 10964 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 11425 10964 113 221 0 11201 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 45700

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1224496/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=46044 CPUtime=1061.98
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 11143 0 0 0 106186 12 0 0 25 0 1 0 1093438483 47149056 11043 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 11511 11043 113 221 0 11287 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 46044

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1224432/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=46044 CPUtime=1121.96
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 11143 0 0 0 112184 12 0 0 25 0 1 0 1093438483 47149056 11043 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 11511 11043 113 221 0 11287 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 46044

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1221616/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=48852 CPUtime=1181.94
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 11842 0 0 0 118181 13 0 0 25 0 1 0 1093438483 50024448 11742 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 12213 11742 113 221 0 11989 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 48852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1221424/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=48984 CPUtime=1200.04
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 11878 0 0 0 119991 13 0 0 25 0 1 0 1093438483 50159616 11778 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 12246 11778 113 221 0 12022 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 48984

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8288
/proc/meminfo: memFree=1221424/2055920 swapFree=4176920/4192956
[pid=8285] ppid=8283 vsize=48984 CPUtime=1200.04
/proc/8285/stat : 8285 (varsat-industri) R 8283 8285 8186 0 -1 4194304 11878 0 0 0 119991 13 0 0 25 0 1 0 1093438483 50159616 11778 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8285/statm: 12246 11778 113 221 0 12022 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 48984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.06
CPU user time (s): 1199.92
CPU system time (s): 0.143978
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 48984

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

runsolver used 0.859869 second user time and 2.51862 second system time

The end

Launcher Data

Begin job on node35 at 2009-03-28 03:35:36
IDJOB=1512712
IDBENCH=70202
IDSOLVER=538
FILE ID=node35/1512712-1238207736
PBS_JOBID= 9060529
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= 30e7a593e751ee62bb5b03787006ccc0
RANDOM SEED=1761397579

node35.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.229
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.229
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:       1268952 kB
Buffers:         94876 kB
Cached:         599164 kB
SwapCached:      10236 kB
Active:         175908 kB
Inactive:       529928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1268952 kB
SwapTotal:     4192956 kB
SwapFree:      4176920 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          17516 kB
Slab:            67040 kB
Committed_AS:  2628556 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= 66500 MiB
End job on node35 at 2009-03-28 03:55:38