Trace number 1513491

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.02 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S432776913-077.cnf
MD5SUM7added98d83a731c0c62b4e7cbaf3442
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.23305
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.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          326030981.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
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 |       100 |     160    13600    95200 |     4986      100     47 |  0.004 % |
0.49/0.52	c |       250 |     160    13600    95200 |     5485      250     48 |  0.004 % |
0.49/0.58	c |       476 |     160    13600    95200 |     6033      476     49 |  0.004 % |
0.59/0.65	c |       816 |     160    13600    95200 |     6637      816     47 |  0.004 % |
0.69/0.73	c |      1323 |     160    13600    95200 |     7300     1323     47 |  0.004 % |
0.79/0.84	c |      2082 |     160    13600    95200 |     8031     2082     47 |  0.004 % |
0.89/0.98	c |      3221 |     160    13600    95200 |     8834     3221     47 |  0.004 % |
1.09/1.20	c |      4929 |     160    13600    95200 |     9717     4929     47 |  0.004 % |
1.49/1.53	c |      7491 |     160    13600    95200 |    10689     7491     47 |  0.004 % |
1.99/2.07	c |     11335 |     160    13600    95200 |    11758     5951     48 |  0.004 % |
2.89/2.90	c |     17101 |     160    13600    95200 |    12934    11717     48 |  0.004 % |
4.29/4.34	c |     25750 |     160    13600    95200 |    14227     7360     47 |  0.004 % |
6.49/6.56	c |     38726 |     160    13600    95200 |    15650    13186     48 |  0.004 % |
10.09/10.16	c |     58190 |     160    13600    95200 |    17215     9062     46 |  0.004 % |
15.88/15.92	c |     87383 |     160    13600    95200 |    18936    12316     48 |  0.004 % |
25.78/25.86	c |    131173 |     160    13600    95200 |    20830    18094     50 |  0.004 % |
42.28/42.37	c |    196859 |     160    13600    95200 |    22913    10626     46 |  0.004 % |
67.57/67.68	c |    295385 |     160    13600    95200 |    25204    16888     48 |  0.004 % |
108.46/108.56	c |    443175 |     160    13600    95200 |    27725    21331     49 |  0.004 % |
169.84/169.98	c |    664858 |     160    13600    95200 |    30497    27200     51 |  0.004 % |
272.10/272.24	c |    997383 |     160    13600    95200 |    33547    16579     47 |  0.004 % |
435.75/435.93	c |   1496171 |     160    13600    95200 |    36902    14715     50 |  0.004 % |
694.97/695.26	c |   2244355 |     160    13600    95200 |    40592    18346     49 |  0.004 % |
1130.32/1130.74	c |   3366629 |     160    13600    95200 |    44652    37887     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-1513491-1238218553/watcher-1513491-1238218553 -o /tmp/evaluation-result-1513491-1238218553/solver-1513491-1238218553 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=326030981 HOME/instance-1513491-1238218553.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.97 3/64 5081
/proc/meminfo: memFree=1062720/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=2544 CPUtime=0
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 309 0 0 0 0 0 0 0 18 0 1 0 1094517240 2605056 294 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 636 296 87 221 0 412 0

[startup+0.0607609 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 5081
/proc/meminfo: memFree=1062720/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=5604 CPUtime=0.05
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 1096 0 0 0 5 0 0 0 18 0 1 0 1094517240 5738496 1081 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 1401 1081 98 221 0 1177 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5604

[startup+0.101767 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 5081
/proc/meminfo: memFree=1062720/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=5604 CPUtime=0.09
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 1096 0 0 0 9 0 0 0 18 0 1 0 1094517240 5738496 1081 1992294400 4194304 5102648 548682068800 18446744073709551615 4273024 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 1401 1081 98 221 0 1177 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5604

[startup+0.301801 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 5081
/proc/meminfo: memFree=1062720/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=5676 CPUtime=0.29
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 1123 0 0 0 29 0 0 0 19 0 1 0 1094517240 5812224 1108 1992294400 4194304 5102648 548682068800 18446744073709551615 4272881 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 1419 1108 98 221 0 1195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5676

[startup+0.70187 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 5081
/proc/meminfo: memFree=1062720/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=4992 CPUtime=0.69
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 1135 0 0 0 69 0 0 0 22 0 1 0 1094517240 5111808 952 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 1248 952 110 221 0 1024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4992

[startup+1.50201 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1059128/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=6084 CPUtime=1.49
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 1396 0 0 0 149 0 0 0 25 0 1 0 1094517240 6230016 1213 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 1521 1213 110 221 0 1297 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6084

[startup+3.10128 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1057272/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=7780 CPUtime=3.09
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 1791 0 0 0 308 1 0 0 25 0 1 0 1094517240 7966720 1608 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 1945 1608 110 221 0 1721 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7780

[startup+6.30183 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1055992/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=8440 CPUtime=6.29
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 1963 0 0 0 628 1 0 0 25 0 1 0 1094517240 8642560 1780 1992294400 4194304 5102648 548682068800 18446744073709551615 4250297 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 2110 1780 110 221 0 1886 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8440

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1054456/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=9776 CPUtime=12.69
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 2302 0 0 0 1267 2 0 0 25 0 1 0 1094517240 10010624 2119 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 2444 2119 110 221 0 2220 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9776

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1053048/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=11240 CPUtime=25.48
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 2653 0 0 0 2546 2 0 0 25 0 1 0 1094517240 11509760 2470 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 2810 2470 110 221 0 2586 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11240

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1051064/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=13488 CPUtime=51.07
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 3184 0 0 0 5104 3 0 0 25 0 1 0 1094517240 13811712 3001 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 3372 3001 110 221 0 3148 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13488

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1049016/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=15676 CPUtime=102.26
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 3672 0 0 0 10222 4 0 0 25 0 1 0 1094517240 16052224 3489 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 3919 3489 110 221 0 3695 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15676

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1047352/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=17440 CPUtime=162.24
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 4079 0 0 0 16219 5 0 0 25 0 1 0 1094517240 17858560 3896 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 4360 3896 110 221 0 4136 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17440

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5082
/proc/meminfo: memFree=1045496/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=19428 CPUtime=222.22
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 4534 0 0 0 22217 5 0 0 25 0 1 0 1094517240 19894272 4351 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 4857 4351 110 221 0 4633 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19428

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1044472/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=20276 CPUtime=282.2
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 4745 0 0 0 28214 6 0 0 25 0 1 0 1094517240 20762624 4562 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 5069 4562 110 221 0 4845 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20276

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1043128/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=21820 CPUtime=342.18
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 5081 0 0 0 34212 6 0 0 25 0 1 0 1094517240 22343680 4898 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 5455 4898 110 221 0 5231 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 21820

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1042808/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=22200 CPUtime=402.16
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 5164 0 0 0 40210 6 0 0 25 0 1 0 1094517240 22732800 4981 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 5550 4981 110 221 0 5326 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 22200

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1041400/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=23676 CPUtime=462.14
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 5514 0 0 0 46207 7 0 0 25 0 1 0 1094517240 24244224 5331 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 5919 5331 110 221 0 5695 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 23676

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1040952/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=24212 CPUtime=522.12
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 5664 0 0 0 52205 7 0 0 25 0 1 0 1094517240 24793088 5481 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6053 5481 110 221 0 5829 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 24212

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1040248/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=24924 CPUtime=582.1
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 5841 0 0 0 58203 7 0 0 25 0 1 0 1094517240 25522176 5658 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6231 5658 110 221 0 6007 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 24924

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1040056/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=25160 CPUtime=642.08
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 5872 0 0 0 64201 7 0 0 25 0 1 0 1094517240 25763840 5689 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6290 5689 110 221 0 6066 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 25160

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1040056/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=25160 CPUtime=702.06
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 5894 0 0 0 70198 8 0 0 25 0 1 0 1094517240 25763840 5711 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6290 5711 110 221 0 6066 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 25160

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1039096/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=26148 CPUtime=762.04
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 6115 0 0 0 76196 8 0 0 25 0 1 0 1094517240 26775552 5932 1992294400 4194304 5102648 548682068800 18446744073709551615 4249983 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6537 5932 110 221 0 6313 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 26148

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1038776/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=26448 CPUtime=822.03
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 6186 0 0 0 82194 9 0 0 25 0 1 0 1094517240 27082752 6003 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6612 6003 110 221 0 6388 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 26448

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1038456/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=26784 CPUtime=882.01
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 6263 0 0 0 88192 9 0 0 25 0 1 0 1094517240 27426816 6080 1992294400 4194304 5102648 548682068800 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6696 6080 110 221 0 6472 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 26784

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1038072/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=27308 CPUtime=941.98
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 6375 0 0 0 94189 9 0 0 25 0 1 0 1094517240 27963392 6192 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6827 6192 110 221 0 6603 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 27308

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1037560/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=27876 CPUtime=1001.96
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 6497 0 0 0 100187 9 0 0 25 0 1 0 1094517240 28545024 6314 1992294400 4194304 5102648 548682068800 18446744073709551615 4497483 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6969 6314 110 221 0 6745 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 27876

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1037496/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=27876 CPUtime=1061.94
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 6502 0 0 0 106185 9 0 0 25 0 1 0 1094517240 28545024 6319 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 6969 6319 110 221 0 6745 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 27876

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1036920/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=28556 CPUtime=1121.92
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 6649 0 0 0 112183 9 0 0 25 0 1 0 1094517240 29241344 6466 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 7139 6466 110 221 0 6915 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 28556

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1035576/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=30060 CPUtime=1181.91
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 6980 0 0 0 118181 10 0 0 25 0 1 0 1094517240 30781440 6797 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 7515 6797 110 221 0 7291 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 30060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 5084
/proc/meminfo: memFree=1035320/2055920 swapFree=4175308/4192956
[pid=5081] ppid=5079 vsize=30392 CPUtime=1200
/proc/5081/stat : 5081 (varsat-crafted_) R 5079 5081 4216 0 -1 4194304 7046 0 0 0 119990 10 0 0 25 0 1 0 1094517240 31121408 6863 1992294400 4194304 5102648 548682068800 18446744073709551615 4250363 0 0 4096 3 0 0 0 17 1 0 0
/proc/5081/statm: 7598 6863 110 221 0 7374 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 30392

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.41
CPU time (s): 1200.02
CPU user time (s): 1199.91
CPU system time (s): 0.110983
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 30392

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

runsolver used 1.00185 second user time and 2.47662 second system time

The end

Launcher Data

Begin job on node55 at 2009-03-28 06:35:53
IDJOB=1513491
IDBENCH=70267
IDSOLVER=537
FILE ID=node55/1513491-1238218553
PBS_JOBID= 9060511
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= 7added98d83a731c0c62b4e7cbaf3442
RANDOM SEED=326030981

node55.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.259
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.259
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:       1063136 kB
Buffers:         80600 kB
Cached:         816864 kB
SwapCached:      11560 kB
Active:          88528 kB
Inactive:       822096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1063136 kB
SwapTotal:     4192956 kB
SwapFree:      4175308 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          18888 kB
Slab:            68164 kB
Committed_AS:  2684196 kB
PageTables:       1372 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= 66212 MiB
End job on node55 at 2009-03-28 06:55:56