Trace number 1729722

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.51

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
MD5SUM56dc474305bf6e6817771129f995c737
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark300.085
Satisfiable
(Un)Satisfiability was proved
Number of variables728
Number of clauses17199
Sum of the clauses size75582
Maximum clause length13
Minimum clause length1
Number of clauses of size 149
Number of clauses of size 21177
Number of clauses of size 38740
Number of clauses of size 4232
Number of clauses of size 5250
Number of clauses of size over 56751

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  728                                                  |
0.00/0.00	c |  Number of clauses:    17199                                                |
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:          964385005.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.09/0.16	c ============================[ Search Statistics ]==============================
0.09/0.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.16	c ===============================================================================
0.09/0.16	c |         0 |     636    11356    52370 |     3785        0    nan |  0.000 % |
0.19/0.20	c |       100 |     636    11356    52370 |     4163      100     15 |  7.692 % |
0.19/0.24	c |       250 |     636    11356    52370 |     4580      250     16 |  7.693 % |
0.19/0.29	c |       478 |     636    11356    52370 |     5038      478     21 |  7.692 % |
0.29/0.34	c |       815 |     636    11356    52370 |     5542      815     21 |  7.693 % |
0.39/0.41	c |      1323 |     636    11356    52370 |     6096     1323     22 |  7.692 % |
0.39/0.49	c |      2082 |     636    11356    52370 |     6705     2082     23 |  7.693 % |
0.59/0.60	c |      3221 |     636    11356    52370 |     7376     3221     24 |  7.693 % |
0.69/0.78	c |      4929 |     636    11356    52370 |     8114     4929     25 |  7.693 % |
1.10/1.10	c |      7493 |     636    11356    52370 |     8925     7493     29 |  7.692 % |
1.59/1.69	c |     11339 |     636    11356    52370 |     9818     6787     28 |  7.693 % |
2.49/2.50	c |     17106 |     636    11356    52370 |    10799     7563     30 |  7.693 % |
3.89/3.92	c |     25755 |     636    11356    52370 |    11879    10710     24 |  7.693 % |
6.19/6.30	c |     38730 |     636    11356    52370 |    13067    11621     25 |  7.692 % |
10.08/10.10	c |     58191 |     636    11356    52370 |    14374    11224     28 |  7.692 % |
15.99/16.06	c |     87384 |     636    11356    52370 |    15812    11326     26 |  7.692 % |
26.29/26.35	c |    131173 |     636    11356    52370 |    17393    15109     34 |  7.692 % |
43.78/43.84	c |    196858 |     636    11356    52370 |    19132    10524     25 |  7.692 % |
74.06/74.14	c |    295384 |     636    11356    52370 |    21046    12487     27 |  7.692 % |
123.94/124.09	c |    443176 |     636    11356    52370 |    23150    11821     28 |  7.692 % |
195.32/195.50	c |    664860 |     636    11356    52370 |    25465    11964     22 |  7.693 % |
300.48/300.63	c |    997385 |     636    11356    52370 |    28012    24059     26 |  7.692 % |
471.93/472.19	c |   1496174 |     636    11356    52370 |    30813    15420     24 |  7.692 % |
734.14/734.46	c |   2244357 |     636    11356    52370 |    33895    22974     28 |  7.692 % |
1168.99/1169.43	c |   3366631 |     636    11356    52370 |    37284    20900     28 |  7.693 % |

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-1729722-1240753100/watcher-1729722-1240753100 -o /tmp/evaluation-result-1729722-1240753100/solver-1729722-1240753100 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=964385005 HOME/instance-1729722-1240753100.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.99 3/64 23871
/proc/meminfo: memFree=1567664/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=2548 CPUtime=0
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 320 0 0 0 0 0 0 0 18 0 1 0 103343006 2609152 305 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 637 313 87 221 0 413 0

[startup+0.086688 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23871
/proc/meminfo: memFree=1567664/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=4868 CPUtime=0.08
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 916 0 0 0 8 0 0 0 18 0 1 0 103343006 4984832 901 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 1217 901 99 221 0 993 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4868

[startup+0.101689 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23871
/proc/meminfo: memFree=1567664/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=4868 CPUtime=0.09
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 917 0 0 0 9 0 0 0 18 0 1 0 103343006 4984832 902 1992294400 4194304 5102648 548682068784 18446744073709551615 4225539 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 1217 902 99 221 0 993 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4868

[startup+0.301722 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23871
/proc/meminfo: memFree=1567664/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=4724 CPUtime=0.29
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 955 0 0 0 29 0 0 0 19 0 1 0 103343006 4837376 880 1992294400 4194304 5102648 548682068784 18446744073709551615 4215179 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 1181 880 112 221 0 957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4724

[startup+0.701785 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23871
/proc/meminfo: memFree=1567664/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=4876 CPUtime=0.69
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 964 0 0 0 69 0 0 0 22 0 1 0 103343006 4993024 889 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 1219 889 112 221 0 995 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4876

[startup+1.50191 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1564136/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=5644 CPUtime=1.49
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 1187 0 0 0 149 0 0 0 25 0 1 0 103343006 5779456 1112 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 1411 1112 112 221 0 1187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5644

[startup+3.10217 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1563304/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=6180 CPUtime=3.09
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 1315 0 0 0 309 0 0 0 25 0 1 0 103343006 6328320 1240 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 1545 1240 112 221 0 1321 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6180

[startup+6.30168 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1562600/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=6588 CPUtime=6.29
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 1397 0 0 0 629 0 0 0 25 0 1 0 103343006 6746112 1322 1992294400 4194304 5102648 548682068784 18446744073709551615 4242250 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 1647 1322 112 221 0 1423 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6588

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1561576/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=7536 CPUtime=12.68
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 1635 0 0 0 1268 0 0 0 25 0 1 0 103343006 7716864 1560 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 1884 1560 112 221 0 1660 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7536

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1560424/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=8616 CPUtime=25.48
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 1905 0 0 0 2547 1 0 0 25 0 1 0 103343006 8822784 1830 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 2154 1830 112 221 0 1930 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8616

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1558824/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=10416 CPUtime=51.07
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 2309 0 0 0 5106 1 0 0 25 0 1 0 103343006 10665984 2234 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 2604 2234 112 221 0 2380 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 10416

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1558184/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=11040 CPUtime=102.25
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 2465 0 0 0 10224 1 0 0 25 0 1 0 103343006 11304960 2390 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 2760 2390 112 221 0 2536 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 11040

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1557224/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=11940 CPUtime=162.24
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 2696 0 0 0 16222 2 0 0 25 0 1 0 103343006 12226560 2621 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 2985 2621 112 221 0 2761 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 11940

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1555880/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=13204 CPUtime=222.21
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3022 0 0 0 22219 2 0 0 25 0 1 0 103343006 13520896 2947 1992294400 4194304 5102648 548682068784 18446744073709551615 4255097 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 3301 2947 112 221 0 3077 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 13204

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1555368/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=13844 CPUtime=282.19
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3150 0 0 0 28217 2 0 0 25 0 1 0 103343006 14176256 3075 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 3461 3075 112 221 0 3237 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 13844

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1554344/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=14916 CPUtime=342.18
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3394 0 0 0 34215 3 0 0 25 0 1 0 103343006 15273984 3319 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 3729 3319 112 221 0 3505 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 14916

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1554088/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=15064 CPUtime=402.16
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3446 0 0 0 40213 3 0 0 25 0 1 0 103343006 15425536 3371 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 3766 3371 112 221 0 3542 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 15064

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1553640/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=15664 CPUtime=462.13
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3556 0 0 0 46210 3 0 0 25 0 1 0 103343006 16039936 3481 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 3916 3481 112 221 0 3692 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 15664

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1553192/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=16160 CPUtime=522.11
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3671 0 0 0 52208 3 0 0 25 0 1 0 103343006 16547840 3596 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4040 3596 112 221 0 3816 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 16160

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1552744/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=16480 CPUtime=582.09
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3761 0 0 0 58206 3 0 0 25 0 1 0 103343006 16875520 3686 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4120 3686 112 221 0 3896 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 16480

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1552552/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=16792 CPUtime=642.07
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3815 0 0 0 64204 3 0 0 25 0 1 0 103343006 17195008 3740 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4198 3740 112 221 0 3974 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 16792

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1552232/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=17012 CPUtime=702.06
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 3888 0 0 0 70202 4 0 0 25 0 1 0 103343006 17420288 3813 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4253 3813 112 221 0 4029 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 17012

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1551720/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=17468 CPUtime=762.04
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4006 0 0 0 76200 4 0 0 25 0 1 0 103343006 17887232 3931 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4367 3931 112 221 0 4143 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 17468

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1551528/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=17820 CPUtime=822.01
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4090 0 0 0 82197 4 0 0 25 0 1 0 103343006 18247680 4015 1992294400 4194304 5102648 548682068784 18446744073709551615 4250297 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4455 4015 112 221 0 4231 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 17820

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1551016/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=18564 CPUtime=881.99
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4232 0 0 0 88195 4 0 0 25 0 1 0 103343006 19009536 4157 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4641 4157 112 221 0 4417 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 18564

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1550376/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=19248 CPUtime=941.97
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4390 0 0 0 94193 4 0 0 25 0 1 0 103343006 19709952 4315 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4812 4315 112 221 0 4588 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 19248

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1550120/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=19396 CPUtime=1001.95
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4445 0 0 0 100191 4 0 0 25 0 1 0 103343006 19861504 4370 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4849 4370 112 221 0 4625 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 19396

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1549736/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=19844 CPUtime=1061.93
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4540 0 0 0 106189 4 0 0 25 0 1 0 103343006 20320256 4465 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 4961 4465 112 221 0 4737 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 19844

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1549160/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=20456 CPUtime=1121.91
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4666 0 0 0 112186 5 0 0 25 0 1 0 103343006 20946944 4591 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 5114 4591 112 221 0 4890 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 20456

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1548776/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=20820 CPUtime=1181.89
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4752 0 0 0 118184 5 0 0 25 0 1 0 103343006 21319680 4677 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 5205 4677 112 221 0 4981 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 20820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23872
/proc/meminfo: memFree=1548712/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=20820 CPUtime=1200.09
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4773 0 0 0 120004 5 0 0 25 0 1 0 103343006 21319680 4698 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 5205 4698 112 221 0 4981 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 20820

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 23872
/proc/meminfo: memFree=1548712/2055920 swapFree=4181132/4192956
[pid=23871] ppid=23869 vsize=20820 CPUtime=1200.09
/proc/23871/stat : 23871 (varsat-industri) R 23869 23871 23636 0 -1 4194304 4773 0 0 0 120004 5 0 0 25 0 1 0 103343006 21319680 4698 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23871/statm: 5205 4698 112 221 0 4981 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 20820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1200.04
CPU system time (s): 0.056991
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 20820

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

runsolver used 0.825874 second user time and 2.55661 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-26 15:38:20
IDJOB=1729722
IDBENCH=24712
IDSOLVER=538
FILE ID=node26/1729722-1240753100
PBS_JOBID= 9187059
Free space on /tmp= 66108 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729722-1240753100/watcher-1729722-1240753100 -o /tmp/evaluation-result-1729722-1240753100/solver-1729722-1240753100 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=964385005 HOME/instance-1729722-1240753100.cnf

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

MD5SUM BENCH= 56dc474305bf6e6817771129f995c737
RANDOM SEED=964385005

node26.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.261
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.261
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:       1568088 kB
Buffers:         54012 kB
Cached:         356456 kB
SwapCached:       5692 kB
Active:         103240 kB
Inactive:       315520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568088 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          13628 kB
Slab:            55104 kB
Committed_AS:   365608 kB
PageTables:       1368 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= 66108 MiB
End job on node26 at 2009-04-26 15:58:23