Trace number 1561242

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.26 1200.59

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_14_7_3_cmp.cnf
MD5SUM04d46ce8651fab3a17ac1e6e72eb3503
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24356
Number of clauses305744
Sum of the clauses size960940
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277468
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  24356                                                |
0.00/0.00	c |  Number of clauses:    305744                                               |
0.29/0.39	c |  Parsing time:         0.33         s                                       |
0.29/0.39	c |  Timeout:              43200 s
0.29/0.39	c |  Random Seed:          105806573.000000
0.29/0.39	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.29/0.39	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.39	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.39	c |                                                                             |
1.29/1.32	c ============================[ Search Statistics ]==============================
1.29/1.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.32	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.32	c ===============================================================================
1.29/1.32	c |         0 |   24352   293648   924666 |    97882        0    nan |  0.000 % |
2.20/2.27	c |       100 |   24352   293648   924666 |   107670      100    383 |  0.000 % |
3.20/3.29	c |       251 |   24332   293648   924666 |   118438      246    203 |  0.140 % |
4.19/4.24	c |       477 |   24302   293648   924666 |   130281      467    143 |  0.292 % |
5.19/5.21	c |       814 |   24278   293648   924666 |   143310      799    121 |  0.468 % |
6.09/6.18	c |      1321 |   24260   293648   924666 |   157641     1302    100 |  0.583 % |
7.19/7.20	c |      2080 |   24256   293648   924666 |   173405     2060     98 |  0.608 % |
8.29/8.31	c |      3219 |   24247   293648   924666 |   190745     3197    110 |  0.665 % |
9.49/9.57	c |      4927 |   24188   293098   923566 |   209820     4894    118 |  0.702 % |
11.09/11.20	c |      7489 |   24187   293098   923566 |   230802     7455    205 |  0.719 % |
13.38/13.46	c |     11334 |   24161   293003   923376 |   253882    11288    235 |  0.784 % |
17.29/17.32	c |     17100 |   24152   293003   923376 |   279270    17053    288 |  0.821 % |
23.99/24.03	c |     25751 |   24141   292957   923284 |   307197    25695    349 |  0.870 % |
34.78/34.81	c |     38729 |   24141   292957   923284 |   337917    38673    420 |  0.870 % |
57.97/58.04	c |     58190 |   24140   292928   923226 |   371709    58126    427 |  0.870 % |
107.46/107.55	c |     87385 |   24140   292928   923226 |   408880    87321    479 |  0.870 % |
183.33/183.40	c |    131174 |   24140   292928   923226 |   449768   131110    587 |  0.870 % |
362.28/362.46	c |    196858 |   24140   292928   923226 |   494745   196794    656 |  0.870 % |
775.47/775.76	c |    295384 |   24140   292928   923226 |   544219   295320    597 |  0.870 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1561242-1238763692/watcher-1561242-1238763692 -o /tmp/evaluation-result-1561242-1238763692/solver-1561242-1238763692 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=105806573 HOME/instance-1561242-1238763692.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.99 3/81 8722
/proc/meminfo: memFree=1845816/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=4568 CPUtime=0
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 921 0 0 0 0 0 0 0 20 0 1 0 502698111 4677632 906 1992294400 4194304 5102648 548682068784 18446744073709551615 4516192 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 1142 913 82 221 0 918 0

[startup+0.0348191 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 8722
/proc/meminfo: memFree=1845816/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=9404 CPUtime=0.03
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 2097 0 0 0 2 1 0 0 20 0 1 0 502698111 9629696 2082 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 2351 2084 87 221 0 2127 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9404

[startup+0.101824 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 8722
/proc/meminfo: memFree=1845816/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=16724 CPUtime=0.09
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 3925 0 0 0 8 1 0 0 20 0 1 0 502698111 17125376 3910 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 4181 3912 87 221 0 3957 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16724

[startup+0.301844 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 8722
/proc/meminfo: memFree=1845816/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=40456 CPUtime=0.29
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 9547 0 0 0 25 4 0 0 22 0 1 0 502698111 41426944 9532 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 10114 9532 87 221 0 9890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40456

[startup+0.701882 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 8722
/proc/meminfo: memFree=1845816/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=47580 CPUtime=0.69
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 11638 0 0 0 64 5 0 0 25 0 1 0 502698111 48721920 11623 1992294400 4194304 5102648 548682068784 18446744073709551615 4486561 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 11895 11623 99 221 0 11671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47580

[startup+1.50196 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 8723
/proc/meminfo: memFree=1799472/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=44472 CPUtime=1.49
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 12223 0 0 0 143 6 0 0 25 0 1 0 502698111 45539328 10893 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 11118 10893 102 221 0 10894 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44472

[startup+3.10112 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 8723
/proc/meminfo: memFree=1802096/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=44472 CPUtime=3.09
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 12236 0 0 0 303 6 0 0 25 0 1 0 502698111 45539328 10906 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 11118 10906 115 221 0 10894 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44472

[startup+6.30143 s]
/proc/loadavg: 1.01 1.00 1.00 2/82 8723
/proc/meminfo: memFree=1801840/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=44472 CPUtime=6.29
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 12236 0 0 0 623 6 0 0 25 0 1 0 502698111 45539328 10906 1992294400 4194304 5102648 548682068784 18446744073709551615 4214598 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 11118 10906 115 221 0 10894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44472

[startup+12.7011 s]
/proc/loadavg: 1.01 1.00 1.00 2/82 8723
/proc/meminfo: memFree=1801200/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=47440 CPUtime=12.68
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 12954 0 0 0 1262 6 0 0 25 0 1 0 502698111 48578560 11624 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 11860 11624 115 221 0 11636 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47440

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=1766512/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=81080 CPUtime=25.48
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 21361 0 0 0 2536 12 0 0 25 0 1 0 502698111 83025920 20031 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 20270 20031 115 221 0 20046 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 81080

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=1702448/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=144852 CPUtime=51.08
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 37294 0 0 0 5086 22 0 0 25 0 1 0 502698111 148328448 35964 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 36213 35964 115 221 0 35989 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 144852

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=1620656/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=225992 CPUtime=102.26
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 57554 0 0 0 10188 38 0 0 25 0 1 0 502698111 231415808 56224 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 56498 56224 115 221 0 56274 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 225992

[startup+162.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/82 8723
/proc/meminfo: memFree=1494448/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=354032 CPUtime=162.24
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 89448 0 0 0 16168 56 0 0 25 0 1 0 502698111 362528768 88118 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 88508 88118 115 221 0 88284 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 354032

[startup+222.302 s]
/proc/loadavg: 1.09 1.03 1.00 2/82 8723
/proc/meminfo: memFree=1429424/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=418280 CPUtime=222.23
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 105302 0 0 0 22156 67 0 0 25 0 1 0 502698111 428318720 103972 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 104570 103972 115 221 0 104346 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 418280

[startup+282.302 s]
/proc/loadavg: 1.09 1.04 1.00 2/82 8723
/proc/meminfo: memFree=1319088/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=529868 CPUtime=282.2
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 133099 0 0 0 28138 82 0 0 25 0 1 0 502698111 542584832 131769 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 132467 131769 115 221 0 132243 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 529868

[startup+342.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/82 8723
/proc/meminfo: memFree=1235952/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=612916 CPUtime=342.2
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 153568 0 0 0 34125 95 0 0 25 0 1 0 502698111 627625984 152238 1992294400 4194304 5102648 548682068784 18446744073709551615 4249941 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 153229 152238 115 221 0 153005 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 612916

[startup+402.301 s]
/proc/loadavg: 1.08 1.05 1.00 2/82 8723
/proc/meminfo: memFree=1188528/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=663816 CPUtime=402.17
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 165954 0 0 0 40114 103 0 0 25 0 1 0 502698111 679747584 164624 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 165954 164625 115 221 0 165730 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 663816

[startup+462.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/82 8723
/proc/meminfo: memFree=1144880/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=705156 CPUtime=462.16
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 176234 0 0 0 46104 112 0 0 25 0 1 0 502698111 722079744 174904 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 176289 174904 115 221 0 176065 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 705156

[startup+522.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/82 8723
/proc/meminfo: memFree=1115824/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=734772 CPUtime=522.15
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 183507 0 0 0 52098 117 0 0 25 0 1 0 502698111 752406528 182177 1992294400 4194304 5102648 548682068784 18446744073709551615 4250288 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 183693 182177 115 221 0 183469 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 734772

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/82 8723
/proc/meminfo: memFree=1085040/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=765388 CPUtime=582.12
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 191163 0 0 0 58088 124 0 0 25 0 1 0 502698111 783757312 189833 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 191347 189833 115 221 0 191123 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 765388

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 8723
/proc/meminfo: memFree=1055984/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=794280 CPUtime=642.11
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 198342 0 0 0 64079 132 0 0 25 0 1 0 502698111 813342720 197012 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 198570 197012 115 221 0 198346 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 794280

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 8723
/proc/meminfo: memFree=1029808/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=820640 CPUtime=702.09
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 204916 0 0 0 70070 139 0 0 25 0 1 0 502698111 840335360 203586 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 205160 203586 115 221 0 204936 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 820640

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=1003888/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=846392 CPUtime=762.08
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 211297 0 0 0 76064 144 0 0 25 0 1 0 502698111 866705408 209967 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 211598 209967 115 221 0 211374 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 846392

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=945392/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=907896 CPUtime=822.06
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 226531 0 0 0 82052 154 0 0 25 0 1 0 502698111 929685504 225201 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 226974 225201 115 221 0 226750 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 907896

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=886064/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=966756 CPUtime=882.05
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 240670 0 0 0 88040 165 0 0 25 0 1 0 502698111 989958144 239340 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 241689 239340 115 221 0 241465 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 966756

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=833968/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=1019808 CPUtime=942.03
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 253721 0 0 0 94029 174 0 0 25 0 1 0 502698111 1044283392 252391 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 254952 252391 115 221 0 254728 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 1019808

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=789872/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=1065300 CPUtime=1002.01
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 264779 0 0 0 100020 181 0 0 25 0 1 0 502698111 1090867200 263449 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 266325 263449 115 221 0 266101 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 1065300

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=746352/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=1109252 CPUtime=1062
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 275629 0 0 0 106010 190 0 0 25 0 1 0 502698111 1135874048 274299 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 277313 274299 115 221 0 277089 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 1109252

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=704240/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=1151580 CPUtime=1121.98
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 286156 0 0 0 111999 199 0 0 25 0 1 0 502698111 1179217920 284826 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 287895 284826 115 221 0 287671 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 1151580

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=626160/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=1234072 CPUtime=1181.96
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 306334 0 0 0 117985 211 0 0 25 0 1 0 502698111 1263689728 305004 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 308518 305004 115 221 0 308294 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 1234072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=585200/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=1272136 CPUtime=1200.06
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4194304 315738 0 0 0 119790 216 0 0 25 0 1 0 502698111 1302667264 314408 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 318034 314408 115 221 0 317810 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1272136

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 8723
/proc/meminfo: memFree=585200/2055920 swapFree=4169716/4192956
[pid=8722] ppid=8720 vsize=0 CPUtime=1200.16
/proc/8722/stat : 8722 (varsat-industri) R 8720 8722 8339 0 -1 4195332 315738 0 0 0 119790 226 0 0 25 0 1 0 502698111 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/8722/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.26
CPU user time (s): 1197.9
CPU system time (s): 2.35564
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 1272136

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

runsolver used 1.53177 second user time and 3.9384 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-03 15:01:32
IDJOB=1561242
IDBENCH=70911
IDSOLVER=538
FILE ID=node89/1561242-1238763692
PBS_JOBID= 9085500
Free space on /tmp= 66512 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_14_7_3_cmp.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561242-1238763692/watcher-1561242-1238763692 -o /tmp/evaluation-result-1561242-1238763692/solver-1561242-1238763692 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=105806573 HOME/instance-1561242-1238763692.cnf

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

MD5SUM BENCH= 04d46ce8651fab3a17ac1e6e72eb3503
RANDOM SEED=105806573

node89.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.240
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.240
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:       1846232 kB
Buffers:         16600 kB
Cached:         107780 kB
SwapCached:      12436 kB
Active:          21404 kB
Inactive:       116992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846232 kB
SwapTotal:     4192956 kB
SwapFree:      4169716 kB
Dirty:            7656 kB
Writeback:           0 kB
Mapped:          19632 kB
Slab:            55492 kB
Committed_AS:  1656848 kB
PageTables:       2600 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= 66508 MiB
End job on node89 at 2009-04-03 15:21:35