Trace number 1717224

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.12 1200.44

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
Bench CategoryAPPLICATION (applications 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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  106701                                               |
0.00/0.00	c |  Number of clauses:    374254                                               |
0.48/0.51	c |  Parsing time:         0.43         s                                       |
0.48/0.51	c |  Timeout:              43200 s
0.48/0.51	c |  Random Seed:          1171473241.000000
0.48/0.51	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.48/0.51	c |  Branching Rule:       default (solution-guided)                            |
0.48/0.51	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.48/0.51	c |                                                                             |
6.49/6.56	c ============================[ Search Statistics ]==============================
6.49/6.56	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.49/6.56	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.49/6.56	c ===============================================================================
6.49/6.56	c |         0 |   26639   205137   852281 |    68379        0    nan |  0.000 % |
7.79/7.82	c |       100 |   26639   205137   852281 |    75216      100      9 |  0.225 % |
9.08/9.18	c |       251 |   26639   205137   852281 |    82738      251     18 |  0.225 % |
10.78/10.89	c |       476 |   26639   205137   852281 |    91012      476     26 |  0.225 % |
12.58/12.68	c |       813 |   26639   205137   852281 |   100113      813     25 |  0.225 % |
14.58/14.69	c |      1320 |   26639   205137   852281 |   110125     1320     24 |  0.225 % |
16.88/16.94	c |      2079 |   26639   205137   852281 |   121137     2079     27 |  0.225 % |
20.28/20.37	c |      3220 |   26639   205137   852281 |   133251     3220     33 |  0.225 % |
23.88/23.96	c |      4928 |   26639   205137   852281 |   146576     4928     34 |  0.225 % |
31.48/31.58	c |      7493 |   26639   205137   852281 |   161234     7493     35 |  0.225 % |
39.58/39.68	c |     11337 |   26639   205137   852281 |   177357    11337     36 |  0.225 % |
55.37/55.43	c |     17104 |   26639   205137   852281 |   195093    17104     34 |  0.225 % |
76.97/77.03	c |     25760 |   26639   205137   852281 |   214602    25760     40 |  0.225 % |
108.76/108.82	c |     38736 |   26639   205137   852281 |   236062    38736     37 |  0.225 % |
160.15/160.26	c |     58197 |   26639   205137   852281 |   259669    58197     45 |  0.225 % |
249.93/250.08	c |     87390 |   26639   205137   852281 |   285636    87390     48 |  0.225 % |
382.09/382.22	c |    131180 |   26639   205137   852281 |   314199   131180     47 |  0.225 % |
578.24/578.49	c |    196868 |   26639   205137   852281 |   345619   196868     47 |  0.225 % |
956.94/957.23	c |    295395 |   26639   205137   852281 |   380181   295395     49 |  0.225 % |

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-1717224-1240625821/watcher-1717224-1240625821 -o /tmp/evaluation-result-1717224-1240625821/solver-1717224-1240625821 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1171473241 HOME/instance-1717224-1240625821.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.00 1.00 1.00 3/65 15599
/proc/meminfo: memFree=1619432/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=4656 CPUtime=0
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 826 0 0 0 0 0 0 0 20 0 1 0 90611321 4767744 812 1992294400 4194304 5102648 548682068784 18446744073709551615 4200628 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 1164 818 80 221 0 940 0

[startup+0.023091 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15599
/proc/meminfo: memFree=1619432/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=9908 CPUtime=0.01
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 2313 0 0 0 1 0 0 0 20 0 1 0 90611321 10145792 2298 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 2477 2299 87 221 0 2253 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9908

[startup+0.101138 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15599
/proc/meminfo: memFree=1619432/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=20148 CPUtime=0.09
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 4665 0 0 0 7 2 0 0 20 0 1 0 90611321 20631552 4650 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 5070 4651 87 221 0 4846 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20148

[startup+0.301122 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15599
/proc/meminfo: memFree=1619432/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=44732 CPUtime=0.29
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 10597 0 0 0 24 5 0 0 22 0 1 0 90611321 45805568 10582 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 11183 10583 87 221 0 10959 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44732

[startup+0.701165 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15599
/proc/meminfo: memFree=1619432/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=76704 CPUtime=0.69
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 17612 0 0 0 61 8 0 0 25 0 1 0 90611321 78544896 17597 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 19176 17597 99 221 0 18952 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76704

[startup+1.50126 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1538976/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=103720 CPUtime=1.49
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 23859 0 0 0 137 12 0 0 25 0 1 0 90611321 106209280 23844 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 25930 23844 100 221 0 25706 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103720

[startup+3.10143 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1508384/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=132540 CPUtime=3.09
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 31190 0 0 0 294 15 0 0 25 0 1 0 90611321 135720960 31175 1992294400 4194304 5102648 548682068784 18446744073709551615 4266490 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 33135 31176 100 221 0 32911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132540

[startup+6.30279 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1481568/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=151080 CPUtime=6.29
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 35537 0 0 0 612 17 0 0 25 0 1 0 90611321 154705920 35514 1992294400 4194304 5102648 548682068784 18446744073709551615 4267485 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 37770 35514 100 221 0 37546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151080

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1495528/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=128020 CPUtime=12.68
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 35557 0 0 0 1251 17 0 0 25 0 1 0 90611321 131092480 30881 1992294400 4194304 5102648 548682068784 18446744073709551615 4217138 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 32005 30881 115 221 0 31781 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 128020

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1495656/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=128020 CPUtime=25.48
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 35558 0 0 0 2531 17 0 0 25 0 1 0 90611321 131092480 30882 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 32005 30882 115 221 0 31781 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128020

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1495720/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=128256 CPUtime=51.07
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 35560 0 0 0 5090 17 0 0 25 0 1 0 90611321 131334144 30884 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 32064 30884 115 221 0 31840 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128256

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1495720/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=128256 CPUtime=102.26
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 35597 0 0 0 10209 17 0 0 25 0 1 0 90611321 131334144 30921 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 32064 30921 115 221 0 31840 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 128256

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1495528/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=128820 CPUtime=162.25
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 35646 0 0 0 16207 18 0 0 25 0 1 0 90611321 131911680 30970 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 32205 30970 115 221 0 31981 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 128820

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1495336/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=128820 CPUtime=222.24
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 35688 0 0 0 22206 18 0 0 25 0 1 0 90611321 131911680 31012 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 32205 31012 115 221 0 31981 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 128820

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1494312/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=129912 CPUtime=282.22
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 35938 0 0 0 28204 18 0 0 25 0 1 0 90611321 133029888 31262 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 32478 31262 115 221 0 32254 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 129912

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1493864/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=129912 CPUtime=342.2
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 36038 0 0 0 34202 18 0 0 25 0 1 0 90611321 133029888 31362 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 32478 31362 115 221 0 32254 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 129912

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1491176/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=134084 CPUtime=402.19
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 36996 0 0 0 40200 19 0 0 25 0 1 0 90611321 137302016 32320 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 33521 32320 115 221 0 33297 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 134084

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1486760/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=137192 CPUtime=462.17
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 37821 0 0 0 46198 19 0 0 25 0 1 0 90611321 140484608 33145 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 34298 33145 115 221 0 34074 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 137192

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1481704/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=142264 CPUtime=522.16
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 39079 0 0 0 52195 21 0 0 25 0 1 0 90611321 145678336 34403 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 35566 34403 115 221 0 35342 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 142264

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1476712/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=147000 CPUtime=582.14
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 40316 0 0 0 58191 23 0 0 25 0 1 0 90611321 150528000 35640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 36750 35640 115 221 0 36526 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 147000

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1472360/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=152036 CPUtime=642.13
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 41398 0 0 0 64189 24 0 0 25 0 1 0 90611321 155684864 36722 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 38009 36722 115 221 0 37785 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 152036

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1467880/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=156760 CPUtime=702.11
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 42537 0 0 0 70186 25 0 0 25 0 1 0 90611321 160522240 37861 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 39190 37861 115 221 0 38966 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 156760

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1463784/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=160580 CPUtime=762.1
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 43500 0 0 0 76184 26 0 0 25 0 1 0 90611321 164433920 38824 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 40145 38824 115 221 0 39921 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 160580

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1459432/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=164836 CPUtime=822.08
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 44601 0 0 0 82181 27 0 0 25 0 1 0 90611321 168792064 39925 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 41209 39925 115 221 0 40985 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 164836

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1455336/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=168748 CPUtime=882.06
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 45615 0 0 0 88178 28 0 0 25 0 1 0 90611321 172797952 40939 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 42187 40939 115 221 0 41963 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 168748

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1451624/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=172416 CPUtime=942.04
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 46540 0 0 0 94175 29 0 0 25 0 1 0 90611321 176553984 41864 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 43104 41864 115 221 0 42880 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 172416

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1447144/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=176776 CPUtime=1002.03
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 47652 0 0 0 100173 30 0 0 25 0 1 0 90611321 181018624 42976 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 44194 42976 115 221 0 43970 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 176776

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1443048/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=182020 CPUtime=1062.01
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 48666 0 0 0 106171 30 0 0 25 0 1 0 90611321 186388480 43990 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 45505 43990 115 221 0 45281 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 182020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1439016/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=186212 CPUtime=1121.99
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 49682 0 0 0 112168 31 0 0 25 0 1 0 90611321 190681088 45006 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 46553 45006 115 221 0 46329 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 186212

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1434408/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=191076 CPUtime=1181.98
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 50840 0 0 0 118166 32 0 0 25 0 1 0 90611321 195661824 46164 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 47769 46164 115 221 0 47545 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 191076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15600
/proc/meminfo: memFree=1433192/2055920 swapFree=4053672/4192956
[pid=15599] ppid=15597 vsize=192244 CPUtime=1200.08
/proc/15599/stat : 15599 (varsat-industri) R 15597 15599 14933 0 -1 4194304 51142 0 0 0 119976 32 0 0 25 0 1 0 90611321 196857856 46466 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/15599/statm: 48061 46466 115 221 0 47837 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 192244

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.44
CPU time (s): 1200.12
CPU user time (s): 1199.76
CPU system time (s): 0.357945
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 192244

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

runsolver used 1.38579 second user time and 2.93055 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-25 04:17:01
IDJOB=1717224
IDBENCH=20406
IDSOLVER=538
FILE ID=node87/1717224-1240625821
PBS_JOBID= 9186344
Free space on /tmp= 66416 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717224-1240625821/watcher-1717224-1240625821 -o /tmp/evaluation-result-1717224-1240625821/solver-1717224-1240625821 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1171473241 HOME/instance-1717224-1240625821.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=1171473241

node87.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.213
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.213
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:       1619848 kB
Buffers:         46864 kB
Cached:         190320 kB
SwapCached:     134164 kB
Active:          84692 kB
Inactive:       289040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619848 kB
SwapTotal:     4192956 kB
SwapFree:      4053672 kB
Dirty:            7332 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            48188 kB
Committed_AS:   265184 kB
PageTables:       1456 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= 66416 MiB
End job on node87 at 2009-04-25 04:37:04