Trace number 1513551

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-crafted 2009-03-22? (TO) 1200.08 1200.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S566590366-099.cnf
MD5SUMaf242f12cd81864273d9a43871d67b92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.4914
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.02/0.03	c |  Parsing time:         0.03         s                                       |
0.02/0.03	c |  Timeout:              43200 s
0.02/0.03	c |  Random Seed:          239231679.000000
0.02/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.02/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.02/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.02/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 |       100 |     160    13600    95200 |     4986      100     54 |  0.004 % |
0.49/0.52	c |       251 |     160    13600    95200 |     5485      251     50 |  0.004 % |
0.49/0.58	c |       476 |     160    13600    95200 |     6033      476     49 |  0.004 % |
0.59/0.65	c |       813 |     160    13600    95200 |     6637      813     48 |  0.004 % |
0.69/0.73	c |      1319 |     160    13600    95200 |     7300     1319     48 |  0.004 % |
0.79/0.84	c |      2079 |     160    13600    95200 |     8031     2079     48 |  0.004 % |
0.89/0.99	c |      3219 |     160    13600    95200 |     8834     3219     48 |  0.004 % |
1.10/1.19	c |      4930 |     160    13600    95200 |     9717     4930     48 |  0.004 % |
1.49/1.54	c |      7492 |     160    13600    95200 |    10689     7492     48 |  0.004 % |
2.09/2.18	c |     11337 |     160    13600    95200 |    11758     5962     49 |  0.004 % |
2.99/3.02	c |     17103 |     160    13600    95200 |    12934    11728     49 |  0.004 % |
4.39/4.48	c |     25752 |     160    13600    95200 |    14227     7367     50 |  0.004 % |
6.68/6.73	c |     38726 |     160    13600    95200 |    15650    13190     49 |  0.004 % |
10.29/10.33	c |     58187 |     160    13600    95200 |    17215     9064     48 |  0.004 % |
16.18/16.22	c |     87379 |     160    13600    95200 |    18936    12332     48 |  0.004 % |
26.08/26.18	c |    131168 |     160    13600    95200 |    20830    18099     48 |  0.004 % |
41.57/41.65	c |    196852 |     160    13600    95200 |    22913    10638     47 |  0.004 % |
66.17/66.24	c |    295381 |     160    13600    95200 |    25204    16884     46 |  0.004 % |
105.85/105.93	c |    443172 |     160    13600    95200 |    27725    19554     48 |  0.004 % |
168.53/168.64	c |    664856 |     160    13600    95200 |    30497    24380     48 |  0.004 % |
271.49/271.69	c |    997381 |     160    13600    95200 |    33547    15661     47 |  0.004 % |
441.63/441.83	c |   1496170 |     160    13600    95200 |    36902    12552     47 |  0.004 % |
713.93/714.26	c |   2244353 |     160    13600    95200 |    40592    15037     47 |  0.004 % |
1140.99/1141.49	c |   3366627 |     160    13600    95200 |    44652    38344     49 |  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-1513551-1238218573/watcher-1513551-1238218573 -o /tmp/evaluation-result-1513551-1238218573/solver-1513551-1238218573 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=239231679 HOME/instance-1513551-1238218573.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.94 3/64 3627
/proc/meminfo: memFree=910736/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=2412 CPUtime=0
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 1094523519 2469888 290 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 603 291 87 221 0 379 0

[startup+0.0271311 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 3627
/proc/meminfo: memFree=910736/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=5328 CPUtime=0.02
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 1036 0 0 0 2 0 0 0 18 0 1 0 1094523519 5455872 1021 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 1332 1021 87 221 0 1108 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5328

[startup+0.101145 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 3627
/proc/meminfo: memFree=910736/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=5744 CPUtime=0.09
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 1102 0 0 0 9 0 0 0 18 0 1 0 1094523519 5881856 1087 1992294400 4194304 5102648 548682068800 18446744073709551615 4273188 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 1436 1087 98 221 0 1212 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5744

[startup+0.30118 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 3627
/proc/meminfo: memFree=910736/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=5816 CPUtime=0.29
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 1129 0 0 0 29 0 0 0 19 0 1 0 1094523519 5955584 1114 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 1454 1114 98 221 0 1230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5816

[startup+0.701252 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 3627
/proc/meminfo: memFree=910736/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=5028 CPUtime=0.69
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 1141 0 0 0 69 0 0 0 22 0 1 0 1094523519 5148672 961 1992294400 4194304 5102648 548682068800 18446744073709551615 4525143 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 1257 961 110 221 0 1033 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5028

[startup+1.50139 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=907144/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=6096 CPUtime=1.49
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 1394 0 0 0 149 0 0 0 25 0 1 0 1094523519 6242304 1214 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 1524 1214 110 221 0 1300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6096

[startup+3.10168 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=905224/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=7616 CPUtime=3.09
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 1764 0 0 0 309 0 0 0 25 0 1 0 1094523519 7798784 1584 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 1904 1584 110 221 0 1680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7616

[startup+6.30126 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=904136/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=8632 CPUtime=6.29
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 2001 0 0 0 629 0 0 0 25 0 1 0 1094523519 8839168 1821 1992294400 4194304 5102648 548682068800 18446744073709551615 4255494 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 2158 1821 110 221 0 1934 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8632

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=902408/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=9848 CPUtime=12.69
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 2317 0 0 0 1268 1 0 0 25 0 1 0 1094523519 10084352 2137 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 2462 2137 110 221 0 2238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9848

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=901192/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=11172 CPUtime=25.48
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 2615 0 0 0 2547 1 0 0 25 0 1 0 1094523519 11440128 2435 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 2793 2435 110 221 0 2569 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11172

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=899336/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=13208 CPUtime=51.08
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 3105 0 0 0 5106 2 0 0 25 0 1 0 1094523519 13524992 2925 1992294400 4194304 5102648 548682068800 18446744073709551615 4249757 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 3302 2925 110 221 0 3078 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13208

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=897160/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=15328 CPUtime=102.26
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 3620 0 0 0 10224 2 0 0 25 0 1 0 1094523519 15695872 3440 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 3832 3440 110 221 0 3608 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15328

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=895688/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=17024 CPUtime=162.24
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 3973 0 0 0 16221 3 0 0 25 0 1 0 1094523519 17432576 3793 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 4256 3793 110 221 0 4032 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17024

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=894152/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=18556 CPUtime=222.21
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 4361 0 0 0 22218 3 0 0 25 0 1 0 1094523519 19001344 4181 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 4639 4181 110 221 0 4415 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18556

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3628
/proc/meminfo: memFree=893000/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=19844 CPUtime=282.2
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 4642 0 0 0 28216 4 0 0 25 0 1 0 1094523519 20320256 4462 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 4961 4462 110 221 0 4737 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 19844

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=892040/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=20860 CPUtime=342.17
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 4882 0 0 0 34213 4 0 0 25 0 1 0 1094523519 21360640 4702 1992294400 4194304 5102648 548682068800 18446744073709551615 4249093 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 5215 4702 110 221 0 4991 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 20860

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=891528/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=21396 CPUtime=402.15
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 5009 0 0 0 40211 4 0 0 25 0 1 0 1094523519 21909504 4829 1992294400 4194304 5102648 548682068800 18446744073709551615 4249983 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 5349 4829 110 221 0 5125 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 21396

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=890056/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=22860 CPUtime=462.12
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 5361 0 0 0 46208 4 0 0 25 0 1 0 1094523519 23408640 5181 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 5715 5181 110 221 0 5491 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 22860

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=889224/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=23696 CPUtime=522.11
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 5580 0 0 0 52206 5 0 0 25 0 1 0 1094523519 24264704 5400 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 5924 5400 110 221 0 5700 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 23696

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=888776/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=24216 CPUtime=582.09
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 5675 0 0 0 58204 5 0 0 25 0 1 0 1094523519 24797184 5495 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6054 5495 110 221 0 5830 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 24216

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=888456/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=24788 CPUtime=642.07
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 5771 0 0 0 64202 5 0 0 25 0 1 0 1094523519 25382912 5591 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6197 5591 110 221 0 5973 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 24788

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=888264/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=24788 CPUtime=702.04
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 5819 0 0 0 70199 5 0 0 25 0 1 0 1094523519 25382912 5639 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6197 5639 110 221 0 5973 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 24788

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=886984/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=26132 CPUtime=762.02
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6124 0 0 0 76197 5 0 0 25 0 1 0 1094523519 26759168 5944 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6533 5944 110 221 0 6309 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 26132

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=886472/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=26624 CPUtime=822
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6242 0 0 0 82194 6 0 0 25 0 1 0 1094523519 27262976 6062 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6656 6062 110 221 0 6432 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 26624

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=886152/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=27064 CPUtime=881.98
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6338 0 0 0 88192 6 0 0 25 0 1 0 1094523519 27713536 6158 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6766 6158 110 221 0 6542 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 27064

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=885704/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=27492 CPUtime=941.95
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6426 0 0 0 94189 6 0 0 25 0 1 0 1094523519 28151808 6246 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6873 6246 110 221 0 6649 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 27492

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=885448/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=27728 CPUtime=1001.93
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6480 0 0 0 100187 6 0 0 25 0 1 0 1094523519 28393472 6300 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6932 6300 110 221 0 6708 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 27728

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=885320/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=27872 CPUtime=1061.91
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6525 0 0 0 106185 6 0 0 25 0 1 0 1094523519 28540928 6345 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 6968 6345 110 221 0 6744 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 27872

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=884936/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=28408 CPUtime=1121.89
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6620 0 0 0 112182 7 0 0 25 0 1 0 1094523519 29089792 6440 1992294400 4194304 5102648 548682068800 18446744073709551615 4249951 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 7102 6440 110 221 0 6878 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 28408

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=883848/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=29836 CPUtime=1181.87
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6895 0 0 0 118180 7 0 0 25 0 1 0 1094523519 30552064 6715 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 7459 6715 110 221 0 7235 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 29836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 3630
/proc/meminfo: memFree=883720/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=29836 CPUtime=1200.06
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6915 0 0 0 119999 7 0 0 25 0 1 0 1094523519 30552064 6735 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 7459 6735 110 221 0 7235 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 29836

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.94 2/65 3630
/proc/meminfo: memFree=883720/2055920 swapFree=4178768/4192956
[pid=3627] ppid=3625 vsize=29836 CPUtime=1200.06
/proc/3627/stat : 3627 (varsat-crafted_) R 3625 3627 2774 0 -1 4194304 6915 0 0 0 119999 7 0 0 25 0 1 0 1094523519 30552064 6735 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3627/statm: 7459 6735 110 221 0 7235 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 29836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200
CPU system time (s): 0.082987
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 29836

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

runsolver used 0.925859 second user time and 2.41763 second system time

The end

Launcher Data

Begin job on node12 at 2009-03-28 06:36:13
IDJOB=1513551
IDBENCH=70272
IDSOLVER=537
FILE ID=node12/1513551-1238218573
PBS_JOBID= 9060552
Free space on /tmp= 65364 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S566590366-099.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513551-1238218573/watcher-1513551-1238218573 -o /tmp/evaluation-result-1513551-1238218573/solver-1513551-1238218573 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=239231679 HOME/instance-1513551-1238218573.cnf

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

MD5SUM BENCH= af242f12cd81864273d9a43871d67b92
RANDOM SEED=239231679

node12.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.266
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.266
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:        911216 kB
Buffers:         85680 kB
Cached:         962916 kB
SwapCached:       7988 kB
Active:         173428 kB
Inactive:       884520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        911216 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:          15008 kB
Slab:            72792 kB
Committed_AS:  2962808 kB
PageTables:       1380 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= 65364 MiB
End job on node12 at 2009-03-28 06:56:15