Trace number 1513624

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S541865505-057.cnf
MD5SUMe3b225dad76097977d4c5c88712eb95a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark88.7685
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    11900                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          1560810421.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.30/0.34	c ============================[ Search Statistics ]==============================
0.30/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.30/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.30/0.34	c ===============================================================================
0.30/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.30/0.39	c |       100 |     140    11900    83300 |     4363      100     45 |  0.005 % |
0.40/0.44	c |       250 |     140    11900    83300 |     4799      250     43 |  0.005 % |
0.50/0.50	c |       477 |     140    11900    83300 |     5279      477     43 |  0.005 % |
0.50/0.56	c |       814 |     140    11900    83300 |     5807      814     42 |  0.005 % |
0.60/0.63	c |      1321 |     140    11900    83300 |     6388     1321     42 |  0.005 % |
0.70/0.73	c |      2080 |     140    11900    83300 |     7027     2080     43 |  0.005 % |
0.80/0.85	c |      3220 |     140    11900    83300 |     7729     3220     43 |  0.005 % |
1.00/1.04	c |      4929 |     140    11900    83300 |     8502     4929     43 |  0.005 % |
1.29/1.33	c |      7493 |     140    11900    83300 |     9353     7493     43 |  0.005 % |
1.79/1.83	c |     11337 |     140    11900    83300 |    10288     6624     44 |  0.005 % |
2.49/2.56	c |     17104 |     140    11900    83300 |    11317     7215     43 |  0.005 % |
3.59/3.68	c |     25753 |     140    11900    83300 |    12449    10176     43 |  0.005 % |
5.49/5.50	c |     38727 |     140    11900    83300 |    13694    10639     44 |  0.005 % |
8.39/8.45	c |     58188 |     140    11900    83300 |    15063     9466     43 |  0.005 % |
13.09/13.17	c |     87381 |     140    11900    83300 |    16569     8415     42 |  0.005 % |
21.09/21.19	c |    131170 |     140    11900    83300 |    18226    10619     42 |  0.005 % |
33.88/33.99	c |    196854 |     140    11900    83300 |    20049    12292     42 |  0.005 % |
54.48/54.57	c |    295380 |     140    11900    83300 |    22054    10271     42 |  0.005 % |
87.27/87.31	c |    443170 |     140    11900    83300 |    24259    14300     43 |  0.005 % |
142.75/142.88	c |    664853 |     140    11900    83300 |    26685    15036     44 |  0.005 % |
232.33/232.47	c |    997380 |     140    11900    83300 |    29354    13846     41 |  0.005 % |
373.98/374.17	c |   1496170 |     140    11900    83300 |    32289    20231     42 |  0.005 % |
593.74/594.00	c |   2244353 |     140    11900    83300 |    35518    17419     41 |  0.005 % |
948.94/949.22	c |   3366630 |     140    11900    83300 |    39070    25952     44 |  0.005 % |

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-1513624-1238219771/watcher-1513624-1238219771 -o /tmp/evaluation-result-1513624-1238219771/solver-1513624-1238219771 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1560810421 HOME/instance-1513624-1238219771.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.97 0.93 3/64 18211
/proc/meminfo: memFree=892208/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=2412 CPUtime=0
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 1094640366 2469888 278 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 636 279 87 221 0 412 0

[startup+0.078287 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 18211
/proc/meminfo: memFree=892208/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=5016 CPUtime=0.07
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 935 0 0 0 7 0 0 0 18 0 1 0 1094640366 5136384 920 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 1254 920 98 221 0 1030 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5016

[startup+0.101289 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 18211
/proc/meminfo: memFree=892208/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=5016 CPUtime=0.1
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 935 0 0 0 10 0 0 0 18 0 1 0 1094640366 5136384 920 1992294400 4194304 5102648 548682068784 18446744073709551615 4273033 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 1254 920 98 221 0 1030 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5016

[startup+0.301311 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 18211
/proc/meminfo: memFree=892208/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=5232 CPUtime=0.3
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 982 0 0 0 30 0 0 0 19 0 1 0 1094640366 5357568 967 1992294400 4194304 5102648 548682068784 18446744073709551615 4272875 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 1308 967 98 221 0 1084 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 5232

[startup+0.701354 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 18211
/proc/meminfo: memFree=892208/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=4492 CPUtime=0.7
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 995 0 0 0 70 0 0 0 22 0 1 0 1094640366 4599808 823 1992294400 4194304 5102648 548682068784 18446744073709551615 4249654 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 1123 823 110 221 0 899 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 4492

[startup+1.50144 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=888808/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=6080 CPUtime=1.49
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 1362 0 0 0 149 0 0 0 25 0 1 0 1094640366 6225920 1190 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 1520 1190 110 221 0 1296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6080

[startup+3.10162 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=887464/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=6872 CPUtime=3.09
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 1577 0 0 0 309 0 0 0 25 0 1 0 1094640366 7036928 1405 1992294400 4194304 5102648 548682068784 18446744073709551615 4262425 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 1718 1405 110 221 0 1494 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6872

[startup+6.30196 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=886248/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=7932 CPUtime=6.29
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 1821 0 0 0 629 0 0 0 25 0 1 0 1094640366 8122368 1649 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 1983 1649 110 221 0 1759 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7932

[startup+12.7027 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=885032/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=8792 CPUtime=12.69
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 2030 0 0 0 1269 0 0 0 25 0 1 0 1094640366 9003008 1858 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 2198 1858 110 221 0 1974 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8792

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=883560/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=10236 CPUtime=25.49
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 2384 0 0 0 2548 1 0 0 25 0 1 0 1094640366 10481664 2212 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 2559 2212 110 221 0 2335 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10236

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=882152/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=11700 CPUtime=51.08
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 2734 0 0 0 5107 1 0 0 25 0 1 0 1094640366 11980800 2562 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 2925 2562 110 221 0 2701 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11700

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=879784/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=14284 CPUtime=102.27
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 3329 0 0 0 10225 2 0 0 25 0 1 0 1094640366 14626816 3157 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 3571 3157 110 221 0 3347 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14284

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=878312/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=15800 CPUtime=162.25
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 3694 0 0 0 16222 3 0 0 25 0 1 0 1094640366 16179200 3522 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 3950 3522 110 221 0 3726 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 15800

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=877224/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=17068 CPUtime=222.23
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 3955 0 0 0 22220 3 0 0 25 0 1 0 1094640366 17477632 3783 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 4267 3783 110 221 0 4043 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17068

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18212
/proc/meminfo: memFree=876008/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=18500 CPUtime=282.22
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 4257 0 0 0 28219 3 0 0 25 0 1 0 1094640366 18944000 4085 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 4625 4085 110 221 0 4401 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 18500

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=875176/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=19396 CPUtime=342.19
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 4444 0 0 0 34216 3 0 0 25 0 1 0 1094640366 19861504 4272 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 4849 4272 110 221 0 4625 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 19396

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=874280/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=20108 CPUtime=402.18
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 4673 0 0 0 40214 4 0 0 25 0 1 0 1094640366 20590592 4501 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 5027 4501 110 221 0 4803 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 20108

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=873512/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=20960 CPUtime=462.16
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 4859 0 0 0 46212 4 0 0 25 0 1 0 1094640366 21463040 4687 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 5240 4687 110 221 0 5016 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 20960

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=873384/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=21340 CPUtime=522.14
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 4930 0 0 0 52210 4 0 0 25 0 1 0 1094640366 21852160 4758 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 5335 4758 110 221 0 5111 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21340

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=873064/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=21576 CPUtime=582.14
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5001 0 0 0 58209 5 0 0 25 0 1 0 1094640366 22093824 4829 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 5394 4829 110 221 0 5170 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 21576

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=871848/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=22908 CPUtime=642.12
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5291 0 0 0 64207 5 0 0 25 0 1 0 1094640366 23457792 5119 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 5727 5119 110 221 0 5503 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 22908

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=871336/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=23448 CPUtime=702.1
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5418 0 0 0 70205 5 0 0 25 0 1 0 1094640366 24010752 5246 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 5862 5246 110 221 0 5638 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 23448

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=871272/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=23448 CPUtime=762.09
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5433 0 0 0 76204 5 0 0 25 0 1 0 1094640366 24010752 5261 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 5862 5261 110 221 0 5638 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 23448

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=871080/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=23652 CPUtime=822.08
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5485 0 0 0 82202 6 0 0 25 0 1 0 1094640366 24219648 5313 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 5913 5313 110 221 0 5689 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 23652

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=870632/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=24160 CPUtime=882.06
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5589 0 0 0 88200 6 0 0 25 0 1 0 1094640366 24739840 5417 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 6040 5417 110 221 0 5816 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 24160

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=870376/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=24492 CPUtime=942.04
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5661 0 0 0 94198 6 0 0 25 0 1 0 1094640366 25079808 5489 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 6123 5489 110 221 0 5899 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 24492

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=869096/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=25836 CPUtime=1002.02
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5971 0 0 0 100196 6 0 0 25 0 1 0 1094640366 26456064 5799 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 6459 5799 110 221 0 6235 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 25836

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=869096/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=25836 CPUtime=1062.01
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 5976 0 0 0 106195 6 0 0 25 0 1 0 1094640366 26456064 5804 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 6459 5804 110 221 0 6235 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 25836

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=868840/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=26120 CPUtime=1121.99
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 6042 0 0 0 112193 6 0 0 25 0 1 0 1094640366 26746880 5870 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 6530 5870 110 221 0 6306 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 26120

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=868520/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=26496 CPUtime=1181.97
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 6125 0 0 0 118191 6 0 0 25 0 1 0 1094640366 27131904 5953 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 6624 5953 110 221 0 6400 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 26496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 18218
/proc/meminfo: memFree=868392/2055920 swapFree=4172472/4192956
[pid=18211] ppid=18209 vsize=26640 CPUtime=1200.07
/proc/18211/stat : 18211 (varsat-industri) R 18209 18211 15736 0 -1 4194304 6152 0 0 0 120001 6 0 0 25 0 1 0 1094640366 27279360 5980 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18211/statm: 6660 5980 110 221 0 6436 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 26640

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.09
CPU user time (s): 1200.02
CPU system time (s): 0.072988
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 26640

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

runsolver used 1.10583 second user time and 2.75358 second system time

The end

Launcher Data

Begin job on node37 at 2009-03-28 06:56:12
IDJOB=1513624
IDBENCH=70278
IDSOLVER=538
FILE ID=node37/1513624-1238219771
PBS_JOBID= 9060527
Free space on /tmp= 66424 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S541865505-057.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513624-1238219771/watcher-1513624-1238219771 -o /tmp/evaluation-result-1513624-1238219771/solver-1513624-1238219771 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1560810421 HOME/instance-1513624-1238219771.cnf

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

MD5SUM BENCH= e3b225dad76097977d4c5c88712eb95a
RANDOM SEED=1560810421

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        892624 kB
Buffers:        100736 kB
Cached:         955720 kB
SwapCached:      14544 kB
Active:         300820 kB
Inactive:       771680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        892624 kB
SwapTotal:     4192956 kB
SwapFree:      4172472 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          18756 kB
Slab:            76888 kB
Committed_AS:  2802068 kB
PageTables:       1384 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= 66424 MiB
End job on node37 at 2009-03-28 07:16:14