Trace number 1513384

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1378953985-075.cnf
MD5SUMe77e91a0bcfa213f4da3e00139d8dd15
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark158.471
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  180                                                  |
0.00/0.00	c |  Number of clauses:    15300                                                |
0.01/0.03	c |  Parsing time:         0.02         s                                       |
0.01/0.03	c |  Timeout:              43200 s
0.01/0.03	c |  Random Seed:          422901434.000000
0.01/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.01/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.01/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.01/0.03	c |                                                                             |
0.39/0.44	c ============================[ Search Statistics ]==============================
0.39/0.44	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.44	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.44	c ===============================================================================
0.39/0.44	c |         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
0.49/0.50	c |       100 |     180    15300   107100 |     5610      100     50 |  0.003 % |
0.49/0.56	c |       250 |     180    15300   107100 |     6171      250     51 |  0.003 % |
0.59/0.63	c |       475 |     180    15300   107100 |     6788      475     53 |  0.003 % |
0.69/0.70	c |       812 |     180    15300   107100 |     7466      812     52 |  0.003 % |
0.69/0.79	c |      1318 |     180    15300   107100 |     8213     1318     52 |  0.003 % |
0.89/0.90	c |      2078 |     180    15300   107100 |     9034     2078     52 |  0.003 % |
0.99/1.05	c |      3217 |     180    15300   107100 |     9938     3217     53 |  0.003 % |
1.19/1.26	c |      4926 |     180    15300   107100 |    10932     4926     53 |  0.003 % |
1.49/1.59	c |      7488 |     180    15300   107100 |    12025     7488     54 |  0.003 % |
2.09/2.20	c |     11334 |     180    15300   107100 |    13228    11334     54 |  0.003 % |
3.08/3.12	c |     17101 |     180    15300   107100 |    14550    10447     53 |  0.003 % |
4.48/4.60	c |     25752 |     180    15300   107100 |    16005    11786     53 |  0.003 % |
7.09/7.10	c |     38726 |     180    15300   107100 |    17606     8686     54 |  0.003 % |
10.89/10.97	c |     58187 |     180    15300   107100 |    19367    10455     53 |  0.003 % |
17.39/17.40	c |     87380 |     180    15300   107100 |    21303    10473     53 |  0.003 % |
27.98/28.03	c |    131169 |     180    15300   107100 |    23434    11491     53 |  0.003 % |
44.67/44.75	c |    196853 |     180    15300   107100 |    25777    17800     54 |  0.003 % |
70.57/70.70	c |    295379 |     180    15300   107100 |    28355    19153     54 |  0.003 % |
114.06/114.18	c |    443169 |     180    15300   107100 |    31191    21438     53 |  0.003 % |
183.65/183.73	c |    664853 |     180    15300   107100 |    34310    16607     54 |  0.003 % |
295.81/295.98	c |    997378 |     180    15300   107100 |    37741    24356     53 |  0.003 % |
474.67/474.89	c |   1496168 |     180    15300   107100 |    41515    30293     54 |  0.003 % |
766.99/767.23	c |   2244350 |     180    15300   107100 |    45666    40053     55 |  0.003 % |

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-1513384-1238217346/watcher-1513384-1238217346 -o /tmp/evaluation-result-1513384-1238217346/solver-1513384-1238217346 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=422901434 HOME/instance-1513384-1238217346.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.98 0.91 3/73 5376
/proc/meminfo: memFree=1739200/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=2544 CPUtime=0
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 352 0 0 0 0 0 0 0 20 0 1 0 878123214 2605056 337 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 636 337 87 221 0 412 0

[startup+0.0259579 s]
/proc/loadavg: 0.99 0.98 0.91 3/73 5376
/proc/meminfo: memFree=1739200/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=5380 CPUtime=0.01
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 1046 0 0 0 1 0 0 0 20 0 1 0 878123214 5509120 1031 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 1345 1032 87 221 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5380

[startup+0.101965 s]
/proc/loadavg: 0.99 0.98 0.91 3/73 5376
/proc/meminfo: memFree=1739200/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=5796 CPUtime=0.09
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 1166 0 0 0 9 0 0 0 20 0 1 0 878123214 5935104 1151 1992294400 4194304 5102648 548682068784 18446744073709551615 4273178 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 1449 1151 98 221 0 1225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5796

[startup+0.301986 s]
/proc/loadavg: 0.99 0.98 0.91 3/73 5376
/proc/meminfo: memFree=1739200/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=5976 CPUtime=0.29
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 1196 0 0 0 29 0 0 0 22 0 1 0 878123214 6119424 1181 1992294400 4194304 5102648 548682068784 18446744073709551615 4272875 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 1494 1181 98 221 0 1270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5976

[startup+0.701028 s]
/proc/loadavg: 0.99 0.98 0.91 3/73 5376
/proc/meminfo: memFree=1739200/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=5652 CPUtime=0.69
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 1207 0 0 0 69 0 0 0 25 0 1 0 878123214 5787648 1132 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 1413 1132 109 221 0 1189 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5652

[startup+1.50111 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1734840/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=6312 CPUtime=1.49
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 1371 0 0 0 149 0 0 0 25 0 1 0 878123214 6463488 1296 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 1578 1296 109 221 0 1354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6312

[startup+3.10128 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1733176/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=8268 CPUtime=3.08
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 1840 0 0 0 308 0 0 0 25 0 1 0 878123214 8466432 1765 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 2067 1765 109 221 0 1843 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8268

[startup+6.30162 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1731256/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=9324 CPUtime=6.29
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 2116 0 0 0 628 1 0 0 25 0 1 0 878123214 9547776 2041 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 2331 2041 109 221 0 2107 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9324

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1730104/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=11000 CPUtime=12.69
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 2504 0 0 0 1268 1 0 0 25 0 1 0 878123214 11264000 2429 1992294400 4194304 5102648 548682068784 18446744073709551615 4225539 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 2750 2429 109 221 0 2526 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11000

[startup+25.5027 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1728184/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=12404 CPUtime=25.48
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 2849 0 0 0 2547 1 0 0 25 0 1 0 878123214 12701696 2774 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 3101 2774 109 221 0 2877 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12404

[startup+51.1024 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1726008/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=14736 CPUtime=51.08
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 3423 0 0 0 5106 2 0 0 25 0 1 0 878123214 15089664 3348 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 3684 3348 109 221 0 3460 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14736

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1723768/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=16916 CPUtime=102.26
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 3915 0 0 0 10224 2 0 0 25 0 1 0 878123214 17321984 3840 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 4229 3840 109 221 0 4005 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 16916

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1721656/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=19176 CPUtime=162.25
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 4437 0 0 0 16222 3 0 0 25 0 1 0 878123214 19636224 4362 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 4794 4362 109 221 0 4570 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19176

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1719800/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=21032 CPUtime=222.23
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 4883 0 0 0 22220 3 0 0 25 0 1 0 878123214 21536768 4808 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 5258 4808 109 221 0 5034 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 21032

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1719096/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=21848 CPUtime=282.21
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 5052 0 0 0 28218 3 0 0 25 0 1 0 878123214 22372352 4977 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 5462 4977 109 221 0 5238 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 21848

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1717304/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=23628 CPUtime=342.2
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 5486 0 0 0 34216 4 0 0 25 0 1 0 878123214 24195072 5411 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 5907 5411 109 221 0 5683 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 23628

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1716408/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=24676 CPUtime=402.19
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 5700 0 0 0 40215 4 0 0 25 0 1 0 878123214 25268224 5625 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 6169 5625 109 221 0 5945 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 24676

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5377
/proc/meminfo: memFree=1715896/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=25204 CPUtime=462.17
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 5836 0 0 0 46213 4 0 0 25 0 1 0 878123214 25808896 5761 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 6301 5761 109 221 0 6077 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 25204

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1714360/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=26984 CPUtime=522.15
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 6233 0 0 0 52211 4 0 0 25 0 1 0 878123214 27631616 6158 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 6746 6158 109 221 0 6522 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 26984

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1713720/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=27616 CPUtime=582.14
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 6367 0 0 0 58210 4 0 0 25 0 1 0 878123214 28278784 6292 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 6904 6292 109 221 0 6680 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 27616

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1713144/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=28296 CPUtime=642.13
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 6526 0 0 0 64209 4 0 0 25 0 1 0 878123214 28975104 6451 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 7074 6451 109 221 0 6850 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 28296

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1712824/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=28596 CPUtime=702.1
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 6583 0 0 0 70206 4 0 0 25 0 1 0 878123214 29282304 6508 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 7149 6508 109 221 0 6925 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 28596

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1712632/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=28832 CPUtime=762.09
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 6647 0 0 0 76205 4 0 0 25 0 1 0 878123214 29523968 6572 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 7208 6572 109 221 0 6984 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 28832

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1710648/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=31016 CPUtime=822.08
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 7138 0 0 0 82203 5 0 0 25 0 1 0 878123214 31760384 7063 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 7754 7063 109 221 0 7530 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 31016

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1710136/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=31536 CPUtime=882.06
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 7252 0 0 0 88201 5 0 0 25 0 1 0 878123214 32292864 7177 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 7884 7177 109 221 0 7660 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 31536

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1709880/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=31728 CPUtime=942.05
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 7301 0 0 0 94200 5 0 0 25 0 1 0 878123214 32489472 7226 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 7932 7226 109 221 0 7708 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 31728

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1709496/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=32200 CPUtime=1002.03
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 7390 0 0 0 100198 5 0 0 25 0 1 0 878123214 32972800 7315 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 8050 7315 109 221 0 7826 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 32200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1709176/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=32440 CPUtime=1062.01
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 7456 0 0 0 106196 5 0 0 25 0 1 0 878123214 33218560 7381 1992294400 4194304 5102648 548682068784 18446744073709551615 4249904 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 8110 7381 109 221 0 7886 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 32440

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1708856/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=32772 CPUtime=1122
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 7536 0 0 0 112195 5 0 0 25 0 1 0 878123214 33558528 7461 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 8193 7461 109 221 0 7969 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 32772

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1708792/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=32772 CPUtime=1181.98
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 7545 0 0 0 118193 5 0 0 25 0 1 0 878123214 33558528 7470 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 8193 7470 109 221 0 7969 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 32772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 5379
/proc/meminfo: memFree=1708664/2055920 swapFree=4176796/4192956
[pid=5376] ppid=5374 vsize=32912 CPUtime=1200.08
/proc/5376/stat : 5376 (varsat-industri) R 5374 5376 4521 0 -1 4194304 7573 0 0 0 120003 5 0 0 25 0 1 0 878123214 33701888 7498 1992294400 4194304 5102648 548682068784 18446744073709551615 4227866 0 0 4096 3 0 0 0 17 1 0 0
/proc/5376/statm: 8228 7498 109 221 0 8004 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 32912

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.1
CPU user time (s): 1200.04
CPU system time (s): 0.06299
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 32912

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

runsolver used 1.24781 second user time and 3.12952 second system time

The end

Launcher Data

Begin job on node82 at 2009-03-28 06:15:46
IDJOB=1513384
IDBENCH=70258
IDSOLVER=538
FILE ID=node82/1513384-1238217346
PBS_JOBID= 9060485
Free space on /tmp= 61588 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1378953985-075.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513384-1238217346/watcher-1513384-1238217346 -o /tmp/evaluation-result-1513384-1238217346/solver-1513384-1238217346 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=422901434 HOME/instance-1513384-1238217346.cnf

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

MD5SUM BENCH= e77e91a0bcfa213f4da3e00139d8dd15
RANDOM SEED=422901434

node82.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1739616 kB
Buffers:         37356 kB
Cached:         214856 kB
SwapCached:       7072 kB
Active:         164020 kB
Inactive:        97396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739616 kB
SwapTotal:     4192956 kB
SwapFree:      4176796 kB
Dirty:            1464 kB
Writeback:           0 kB
Mapped:          14848 kB
Slab:            39952 kB
Committed_AS:  2291676 kB
PageTables:       1996 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= 61588 MiB
End job on node82 at 2009-03-28 06:35:48