Trace number 1516132

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S2142489608-055.cnf
MD5SUM73f3f0cb39ec906200b237ac9eb2621d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.57945
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56675

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  75                                                   |
0.00/0.00	c |  Number of clauses:    6675                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          68471269.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.10/0.17	c ============================[ Search Statistics ]==============================
0.10/0.17	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.10/0.17	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.10/0.17	c ===============================================================================
0.10/0.17	c |         0 |      75     6675    46725 |     2225        0    nan |  0.000 % |
0.20/0.20	c |       100 |      75     6675    46725 |     2447      100     27 |  0.018 % |
0.20/0.23	c |       251 |      75     6675    46725 |     2692      251     27 |  0.018 % |
0.20/0.26	c |       476 |      75     6675    46725 |     2961      476     27 |  0.018 % |
0.29/0.30	c |       814 |      75     6675    46725 |     3257      814     27 |  0.018 % |
0.29/0.35	c |      1321 |      75     6675    46725 |     3583     1321     27 |  0.018 % |
0.40/0.41	c |      2080 |      75     6675    46725 |     3941     2080     27 |  0.018 % |
0.50/0.50	c |      3219 |      75     6675    46725 |     4335     3219     26 |  0.018 % |
0.60/0.64	c |      4927 |      75     6675    46725 |     4769     2740     25 |  0.018 % |
0.80/0.83	c |      7490 |      75     6675    46725 |     5246     2900     25 |  0.018 % |
1.10/1.11	c |     11335 |      75     6675    46725 |     5771     4106     25 |  0.018 % |
1.49/1.52	c |     17102 |      75     6675    46725 |     6348     4068     26 |  0.018 % |
2.10/2.18	c |     25752 |      75     6675    46725 |     6983     6335     26 |  0.018 % |
3.09/3.19	c |     38727 |      75     6675    46725 |     7681     5280     25 |  0.018 % |
4.69/4.78	c |     58191 |      75     6675    46725 |     8449     5456     25 |  0.018 % |
7.19/7.23	c |     87384 |      75     6675    46725 |     9294     4963     25 |  0.018 % |
10.99/11.04	c |    131173 |      75     6675    46725 |    10223     6793     24 |  0.018 % |
16.98/17.09	c |    196857 |      75     6675    46725 |    11246     5806     24 |  0.018 % |
26.49/26.58	c |    295383 |      75     6675    46725 |    12370     8453     25 |  0.018 % |
41.88/41.90	c |    443174 |      75     6675    46725 |    13607     7440     24 |  0.018 % |
66.47/66.51	c |    664857 |      75     6675    46725 |    14968    10910     24 |  0.018 % |
105.56/105.61	c |    997382 |      75     6675    46725 |    16465    13469     24 |  0.018 % |
170.34/170.46	c |   1496170 |      75     6675    46725 |    18112     9146     23 |  0.018 % |
277.80/277.94	c |   2244353 |      75     6675    46725 |    19923    13518     24 |  0.018 % |
450.76/450.94	c |   3366627 |      75     6675    46725 |    21915    18479     25 |  0.018 % |
743.87/744.10	c |   5050039 |      75     6675    46725 |    24107    12181     24 |  0.018 % |

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-1516132-1238264943/watcher-1516132-1238264943 -o /tmp/evaluation-result-1516132-1238264943/solver-1516132-1238264943 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=68471269 HOME/instance-1516132-1238264943.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.07 1.06 1.00 3/64 30597
/proc/meminfo: memFree=873328/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=2544 CPUtime=0
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 1099156609 2605056 260 1992294400 4194304 5102648 548682068800 18446744073709551615 4226880 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 636 261 87 221 0 412 0

[startup+0.0446271 s]
/proc/loadavg: 1.07 1.06 1.00 3/64 30597
/proc/meminfo: memFree=873328/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=3748 CPUtime=0.04
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 582 0 0 0 4 0 0 0 18 0 1 0 1099156609 3837952 567 1992294400 4194304 5102648 548682068800 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 937 567 98 221 0 713 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3748

[startup+0.102633 s]
/proc/loadavg: 1.07 1.06 1.00 3/64 30597
/proc/meminfo: memFree=873328/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=3920 CPUtime=0.1
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 612 0 0 0 10 0 0 0 18 0 1 0 1099156609 4014080 597 1992294400 4194304 5102648 548682068800 18446744073709551615 4273008 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 980 597 98 221 0 756 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3920

[startup+0.301656 s]
/proc/loadavg: 1.07 1.06 1.00 3/64 30597
/proc/meminfo: memFree=873328/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=3824 CPUtime=0.29
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 624 0 0 0 29 0 0 0 19 0 1 0 1099156609 3915776 608 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 956 608 110 221 0 732 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3824

[startup+0.702702 s]
/proc/loadavg: 1.07 1.06 1.00 3/64 30597
/proc/meminfo: memFree=873328/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=3956 CPUtime=0.7
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 650 0 0 0 70 0 0 0 23 0 1 0 1099156609 4050944 634 1992294400 4194304 5102648 548682068800 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 989 634 110 221 0 765 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3956

[startup+1.50179 s]
/proc/loadavg: 1.07 1.06 1.00 2/65 30598
/proc/meminfo: memFree=871016/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=4356 CPUtime=1.49
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 754 0 0 0 149 0 0 0 25 0 1 0 1099156609 4460544 738 1992294400 4194304 5102648 548682068800 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 1089 738 110 221 0 865 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4356

[startup+3.10198 s]
/proc/loadavg: 1.07 1.06 1.00 2/65 30598
/proc/meminfo: memFree=870312/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=4892 CPUtime=3.09
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 879 0 0 0 309 0 0 0 25 0 1 0 1099156609 5009408 863 1992294400 4194304 5102648 548682068800 18446744073709551615 4255478 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 1223 863 110 221 0 999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4892

[startup+6.30134 s]
/proc/loadavg: 1.06 1.06 1.00 2/65 30598
/proc/meminfo: memFree=869480/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=5508 CPUtime=6.29
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 1024 0 0 0 629 0 0 0 25 0 1 0 1099156609 5640192 1008 1992294400 4194304 5102648 548682068800 18446744073709551615 4227550 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 1377 1008 110 221 0 1153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5508

[startup+12.7011 s]
/proc/loadavg: 1.06 1.06 1.00 2/65 30598
/proc/meminfo: memFree=868840/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=6220 CPUtime=12.68
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 1197 0 0 0 1268 0 0 0 25 0 1 0 1099156609 6369280 1181 1992294400 4194304 5102648 548682068800 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 1555 1181 110 221 0 1331 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6220

[startup+25.5015 s]
/proc/loadavg: 1.04 1.06 1.00 2/65 30598
/proc/meminfo: memFree=867944/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=7072 CPUtime=25.49
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 1386 0 0 0 2548 1 0 0 25 0 1 0 1099156609 7241728 1370 1992294400 4194304 5102648 548682068800 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 1768 1370 110 221 0 1544 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7072

[startup+51.1015 s]
/proc/loadavg: 1.03 1.05 1.00 2/65 30598
/proc/meminfo: memFree=866920/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=8132 CPUtime=51.07
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 1648 0 0 0 5106 1 0 0 25 0 1 0 1099156609 8327168 1632 1992294400 4194304 5102648 548682068800 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 2033 1632 110 221 0 1809 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8132

[startup+102.305 s]
/proc/loadavg: 1.01 1.04 1.00 2/65 30598
/proc/meminfo: memFree=866024/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=9080 CPUtime=102.26
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 1858 0 0 0 10225 1 0 0 25 0 1 0 1099156609 9297920 1842 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 2270 1842 110 221 0 2046 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9080

[startup+162.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 30598
/proc/meminfo: memFree=865128/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=10000 CPUtime=162.24
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 2067 0 0 0 16223 1 0 0 25 0 1 0 1099156609 10240000 2051 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 2500 2051 110 221 0 2276 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10000

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 30598
/proc/meminfo: memFree=864168/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=11032 CPUtime=222.22
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 2308 0 0 0 22221 1 0 0 25 0 1 0 1099156609 11296768 2292 1992294400 4194304 5102648 548682068800 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 2758 2292 110 221 0 2534 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 11032

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 30598
/proc/meminfo: memFree=863720/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=11580 CPUtime=282.2
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 2403 0 0 0 28219 1 0 0 25 0 1 0 1099156609 11857920 2387 1992294400 4194304 5102648 548682068800 18446744073709551615 4485832 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 2895 2387 110 221 0 2671 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 11580

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30598
/proc/meminfo: memFree=863208/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=12148 CPUtime=342.19
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 2523 0 0 0 34217 2 0 0 25 0 1 0 1099156609 12439552 2507 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3037 2507 110 221 0 2813 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 12148

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30598
/proc/meminfo: memFree=862504/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=12908 CPUtime=402.17
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 2685 0 0 0 40215 2 0 0 25 0 1 0 1099156609 13217792 2669 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3227 2669 110 221 0 3003 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 12908

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=861992/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=13476 CPUtime=462.15
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 2813 0 0 0 46213 2 0 0 25 0 1 0 1099156609 13799424 2797 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3369 2797 110 221 0 3145 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 13476

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=861736/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=13664 CPUtime=522.13
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 2897 0 0 0 52211 2 0 0 25 0 1 0 1099156609 13991936 2881 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3416 2881 110 221 0 3192 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 13664

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=861416/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=13856 CPUtime=582.12
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 2957 0 0 0 58209 3 0 0 25 0 1 0 1099156609 14188544 2941 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3464 2941 110 221 0 3240 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 13856

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=861288/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=14236 CPUtime=642.11
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3027 0 0 0 64208 3 0 0 25 0 1 0 1099156609 14577664 3011 1992294400 4194304 5102648 548682068800 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3559 3011 110 221 0 3335 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 14236

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=861288/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=14236 CPUtime=702.08
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3033 0 0 0 70205 3 0 0 25 0 1 0 1099156609 14577664 3017 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3559 3017 110 221 0 3335 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 14236

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=861096/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=14236 CPUtime=762.07
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3066 0 0 0 76204 3 0 0 25 0 1 0 1099156609 14577664 3050 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3559 3050 110 221 0 3335 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 14236

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=860712/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=14712 CPUtime=822.04
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3161 0 0 0 82201 3 0 0 25 0 1 0 1099156609 15065088 3145 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3678 3145 110 221 0 3454 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 14712

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=860520/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=14900 CPUtime=882.03
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3207 0 0 0 88199 4 0 0 25 0 1 0 1099156609 15257600 3191 1992294400 4194304 5102648 548682068800 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3725 3191 110 221 0 3501 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 14900

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30598
/proc/meminfo: memFree=860392/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=14900 CPUtime=942.01
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3242 0 0 0 94197 4 0 0 25 0 1 0 1099156609 15257600 3226 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3725 3226 110 221 0 3501 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 14900

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30600
/proc/meminfo: memFree=860264/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=15044 CPUtime=1001.99
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3271 0 0 0 100195 4 0 0 25 0 1 0 1099156609 15405056 3255 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3761 3255 110 221 0 3537 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 15044

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30600
/proc/meminfo: memFree=860200/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=15044 CPUtime=1061.97
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3275 0 0 0 106193 4 0 0 25 0 1 0 1099156609 15405056 3259 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3761 3259 110 221 0 3537 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 15044

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30600
/proc/meminfo: memFree=860200/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=15044 CPUtime=1121.96
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3283 0 0 0 112192 4 0 0 25 0 1 0 1099156609 15405056 3267 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3761 3267 110 221 0 3537 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 15044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30600
/proc/meminfo: memFree=860200/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=15044 CPUtime=1181.95
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3286 0 0 0 118190 5 0 0 25 0 1 0 1099156609 15405056 3270 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3761 3270 110 221 0 3537 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 15044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30600
/proc/meminfo: memFree=860200/2055920 swapFree=4178500/4192956
[pid=30597] ppid=30595 vsize=15044 CPUtime=1200.04
/proc/30597/stat : 30597 (varsat-industri) R 30595 30597 30223 0 -1 4194304 3286 0 0 0 119999 5 0 0 25 0 1 0 1099156609 15405056 3270 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30597/statm: 3761 3270 110 221 0 3537 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 15044

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.05
CPU user time (s): 1200
CPU system time (s): 0.054991
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 15044

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

runsolver used 1.09783 second user time and 2.21866 second system time

The end

Launcher Data

Begin job on node62 at 2009-03-28 19:29:03
IDJOB=1516132
IDBENCH=70487
IDSOLVER=538
FILE ID=node62/1516132-1238264943
PBS_JOBID= 9060777
Free space on /tmp= 66352 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S2142489608-055.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516132-1238264943/watcher-1516132-1238264943 -o /tmp/evaluation-result-1516132-1238264943/solver-1516132-1238264943 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=68471269 HOME/instance-1516132-1238264943.cnf

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

MD5SUM BENCH= 73f3f0cb39ec906200b237ac9eb2621d
RANDOM SEED=68471269

node62.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.232
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.232
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:        873744 kB
Buffers:         82504 kB
Cached:        1014676 kB
SwapCached:       7616 kB
Active:         313380 kB
Inactive:       792996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        873744 kB
SwapTotal:     4192956 kB
SwapFree:      4178500 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:          14972 kB
Slab:            61580 kB
Committed_AS:  2682584 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node62 at 2009-03-28 19:49:05