Trace number 1513540

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.09 1200.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S285713182-059.cnf
MD5SUMa43cbdef3a4536def8ea28a7d3ce3c97
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark179.808
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  160                                                  |
0.00/0.00	c |  Number of clauses:    13600                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          580717842.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.39/0.40	c ============================[ Search Statistics ]==============================
0.39/0.40	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.40	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.40	c ===============================================================================
0.39/0.40	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.46	c |       102 |     160    13600    95200 |     4986      102     52 |  0.004 % |
0.49/0.52	c |       253 |     160    13600    95200 |     5485      253     50 |  0.004 % |
0.49/0.58	c |       478 |     160    13600    95200 |     6033      478     47 |  0.004 % |
0.59/0.66	c |       815 |     160    13600    95200 |     6637      815     47 |  0.004 % |
0.69/0.74	c |      1321 |     160    13600    95200 |     7300     1321     48 |  0.004 % |
0.79/0.85	c |      2080 |     160    13600    95200 |     8031     2080     48 |  0.004 % |
0.89/0.99	c |      3219 |     160    13600    95200 |     8834     3219     48 |  0.004 % |
1.10/1.19	c |      4927 |     160    13600    95200 |     9717     4927     48 |  0.004 % |
1.49/1.52	c |      7489 |     160    13600    95200 |    10689     7489     49 |  0.004 % |
2.10/2.13	c |     11334 |     160    13600    95200 |    11758     5957     48 |  0.004 % |
2.99/3.01	c |     17100 |     160    13600    95200 |    12934    11723     49 |  0.004 % |
4.39/4.48	c |     25750 |     160    13600    95200 |    14227     7360     49 |  0.004 % |
6.59/6.66	c |     38724 |     160    13600    95200 |    15650    13184     48 |  0.004 % |
10.29/10.33	c |     58186 |     160    13600    95200 |    17215     9056     49 |  0.004 % |
16.39/16.46	c |     87380 |     160    13600    95200 |    18936    12320     49 |  0.004 % |
26.18/26.27	c |    131169 |     160    13600    95200 |    20830    18097     48 |  0.004 % |
41.17/41.22	c |    196853 |     160    13600    95200 |    22913    10636     48 |  0.004 % |
66.37/66.41	c |    295379 |     160    13600    95200 |    25204    16793     48 |  0.004 % |
107.05/107.10	c |    443168 |     160    13600    95200 |    27725    19061     48 |  0.004 % |
169.63/169.77	c |    664851 |     160    13600    95200 |    30497    24707     50 |  0.004 % |
270.80/270.94	c |    997376 |     160    13600    95200 |    33547    15441     45 |  0.004 % |
434.63/434.82	c |   1496165 |     160    13600    95200 |    36902    16220     47 |  0.004 % |
704.95/705.26	c |   2244348 |     160    13600    95200 |    40592    18675     47 |  0.004 % |
1137.39/1137.89	c |   3366622 |     160    13600    95200 |    44652    15282     46 |  0.004 % |

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-1513540-1238218570/watcher-1513540-1238218570 -o /tmp/evaluation-result-1513540-1238218570/solver-1513540-1238218570 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=580717842 HOME/instance-1513540-1238218570.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/64 7691
/proc/meminfo: memFree=1157880/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=2412 CPUtime=0
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 307 0 0 0 0 0 0 0 18 0 1 0 1094523812 2469888 292 1992294400 4194304 5102648 548682068800 18446744073709551615 4723802 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 636 293 87 221 0 412 0

[startup+0.0683271 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7691
/proc/meminfo: memFree=1157880/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=5584 CPUtime=0.06
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 1081 0 0 0 6 0 0 0 18 0 1 0 1094523812 5718016 1066 1992294400 4194304 5102648 548682068800 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1396 1066 98 221 0 1172 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5584

[startup+0.101332 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7691
/proc/meminfo: memFree=1157880/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=5584 CPUtime=0.09
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 1081 0 0 0 9 0 0 0 18 0 1 0 1094523812 5718016 1066 1992294400 4194304 5102648 548682068800 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1396 1066 98 221 0 1172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5584

[startup+0.301368 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7691
/proc/meminfo: memFree=1157880/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=5656 CPUtime=0.29
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 1108 0 0 0 29 0 0 0 19 0 1 0 1094523812 5791744 1093 1992294400 4194304 5102648 548682068800 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1414 1093 98 221 0 1190 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5656

[startup+0.701437 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7691
/proc/meminfo: memFree=1157880/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=4972 CPUtime=0.69
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 1120 0 0 0 69 0 0 0 22 0 1 0 1094523812 5091328 947 1992294400 4194304 5102648 548682068800 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1243 947 110 221 0 1019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4972

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1154288/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=6184 CPUtime=1.49
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 1398 0 0 0 149 0 0 0 25 0 1 0 1094523812 6332416 1225 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1546 1225 110 221 0 1322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6184

[startup+3.10186 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1152368/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=7640 CPUtime=3.09
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 1755 0 0 0 309 0 0 0 25 0 1 0 1094523812 7823360 1582 1992294400 4194304 5102648 548682068800 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1910 1582 110 221 0 1686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7640

[startup+6.30142 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1151280/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=8484 CPUtime=6.29
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 1960 0 0 0 629 0 0 0 25 0 1 0 1094523812 8687616 1787 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 2121 1787 110 221 0 1897 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8484

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1149680/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=9820 CPUtime=12.69
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 2313 0 0 0 1268 1 0 0 25 0 1 0 1094523812 10055680 2140 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 2455 2140 110 221 0 2231 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9820

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1148272/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=11264 CPUtime=25.48
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 2647 0 0 0 2547 1 0 0 25 0 1 0 1094523812 11534336 2474 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 2816 2474 110 221 0 2592 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11264

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1146224/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=13368 CPUtime=51.07
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 3143 0 0 0 5106 1 0 0 25 0 1 0 1094523812 13688832 2970 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 3342 2970 110 221 0 3118 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13368

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1144560/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=15100 CPUtime=102.26
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 3564 0 0 0 10224 2 0 0 25 0 1 0 1094523812 15462400 3391 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 3775 3391 110 221 0 3551 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15100

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1142832/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=17216 CPUtime=162.24
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 3997 0 0 0 16221 3 0 0 25 0 1 0 1094523812 17629184 3824 1992294400 4194304 5102648 548682068800 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 4304 3824 110 221 0 4080 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17216

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7692
/proc/meminfo: memFree=1141232/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=18784 CPUtime=222.22
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 4382 0 0 0 22218 4 0 0 25 0 1 0 1094523812 19234816 4209 1992294400 4194304 5102648 548682068800 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 4696 4209 110 221 0 4472 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 18784

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1140336/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=19660 CPUtime=282.19
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 4601 0 0 0 28215 4 0 0 25 0 1 0 1094523812 20131840 4428 1992294400 4194304 5102648 548682068800 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 4915 4428 110 221 0 4691 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 19660

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1139376/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=20748 CPUtime=342.17
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 4843 0 0 0 34213 4 0 0 25 0 1 0 1094523812 21245952 4670 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 5187 4670 110 221 0 4963 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 20748

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1138672/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=21464 CPUtime=402.15
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 5014 0 0 0 40211 4 0 0 25 0 1 0 1094523812 21979136 4841 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 5366 4841 110 221 0 5142 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 21464

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1137392/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=22824 CPUtime=462.13
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 5333 0 0 0 46208 5 0 0 25 0 1 0 1094523812 23371776 5160 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 5706 5160 110 221 0 5482 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 22824

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1136816/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=23348 CPUtime=522.11
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 5472 0 0 0 52206 5 0 0 25 0 1 0 1094523812 23908352 5299 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 5837 5299 110 221 0 5613 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 23348

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1136368/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=23924 CPUtime=582.09
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 5572 0 0 0 58204 5 0 0 25 0 1 0 1094523812 24498176 5399 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 5981 5399 110 221 0 5757 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 23924

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1135920/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=24296 CPUtime=642.07
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 5674 0 0 0 64202 5 0 0 25 0 1 0 1094523812 24879104 5501 1992294400 4194304 5102648 548682068800 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 6074 5501 110 221 0 5850 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 24296

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1135344/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=24912 CPUtime=702.05
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 5812 0 0 0 70199 6 0 0 25 0 1 0 1094523812 25509888 5639 1992294400 4194304 5102648 548682068800 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 6228 5639 110 221 0 6004 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 24912

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1133872/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=26552 CPUtime=762.03
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 6182 0 0 0 76197 6 0 0 25 0 1 0 1094523812 27189248 6009 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 6638 6009 110 221 0 6414 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 26552

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1133040/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=27496 CPUtime=822.01
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 6383 0 0 0 82194 7 0 0 25 0 1 0 1094523812 28155904 6210 1992294400 4194304 5102648 548682068800 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 6874 6210 110 221 0 6650 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 27496

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1132656/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=27924 CPUtime=881.98
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 6481 0 0 0 88191 7 0 0 25 0 1 0 1094523812 28594176 6308 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 6981 6308 110 221 0 6757 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 27924

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1132272/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=28348 CPUtime=941.96
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 6574 0 0 0 94189 7 0 0 25 0 1 0 1094523812 29028352 6401 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 7087 6401 110 221 0 6863 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 28348

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1132080/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=28632 CPUtime=1001.94
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 6631 0 0 0 100187 7 0 0 25 0 1 0 1094523812 29319168 6458 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 7158 6458 110 221 0 6934 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 28632

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1131888/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=28776 CPUtime=1061.91
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 6665 0 0 0 106184 7 0 0 25 0 1 0 1094523812 29466624 6492 1992294400 4194304 5102648 548682068800 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 7194 6492 110 221 0 6970 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 28776

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1131888/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=28776 CPUtime=1121.9
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 6683 0 0 0 112182 8 0 0 25 0 1 0 1094523812 29466624 6510 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 7194 6510 110 221 0 6970 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 28776

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1130544/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=30176 CPUtime=1181.87
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 6998 0 0 0 118179 8 0 0 25 0 1 0 1094523812 30900224 6825 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 7544 6825 110 221 0 7320 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 30176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1130416/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=30332 CPUtime=1200.07
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 7024 0 0 0 119999 8 0 0 25 0 1 0 1094523812 31059968 6851 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 7583 6851 110 221 0 7359 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 30332

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7694
/proc/meminfo: memFree=1130416/2055920 swapFree=4174136/4192956
[pid=7691] ppid=7689 vsize=30332 CPUtime=1200.07
/proc/7691/stat : 7691 (varsat-industri) R 7689 7691 6810 0 -1 4194304 7024 0 0 0 119999 8 0 0 25 0 1 0 1094523812 31059968 6851 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 7583 6851 110 221 0 7359 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 30332

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.99
CPU system time (s): 0.092985
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 30332

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

runsolver used 0.766883 second user time and 2.6086 second system time

The end

Launcher Data

Begin job on node4 at 2009-03-28 06:36:10
IDJOB=1513540
IDBENCH=70271
IDSOLVER=538
FILE ID=node4/1513540-1238218570
PBS_JOBID= 9060560
Free space on /tmp= 65244 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S285713182-059.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513540-1238218570/watcher-1513540-1238218570 -o /tmp/evaluation-result-1513540-1238218570/solver-1513540-1238218570 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=580717842 HOME/instance-1513540-1238218570.cnf

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

MD5SUM BENCH= a43cbdef3a4536def8ea28a7d3ce3c97
RANDOM SEED=580717842

node4.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.277
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.277
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:       1158360 kB
Buffers:         77308 kB
Cached:         723724 kB
SwapCached:      12656 kB
Active:         128452 kB
Inactive:       686704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1158360 kB
SwapTotal:     4192956 kB
SwapFree:      4174136 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          19756 kB
Slab:            68316 kB
Committed_AS:  2737772 kB
PageTables:       1480 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= 65244 MiB
End job on node4 at 2009-03-28 06:56:13