Trace number 1513660

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S547165541-056.cnf
MD5SUMc7b32920fad710a8e62fee8bc80010c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.434
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:          399920224.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.29/0.32	c ============================[ Search Statistics ]==============================
0.29/0.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.32	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.32	c ===============================================================================
0.29/0.32	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.29/0.36	c |       100 |     140    11900    83300 |     4363      100     41 |  0.005 % |
0.39/0.41	c |       250 |     140    11900    83300 |     4799      250     43 |  0.005 % |
0.39/0.46	c |       476 |     140    11900    83300 |     5279      476     44 |  0.005 % |
0.49/0.52	c |       813 |     140    11900    83300 |     5807      813     43 |  0.005 % |
0.49/0.59	c |      1321 |     140    11900    83300 |     6388     1321     43 |  0.005 % |
0.59/0.68	c |      2081 |     140    11900    83300 |     7027     2081     43 |  0.005 % |
0.79/0.80	c |      3220 |     140    11900    83300 |     7729     3220     43 |  0.005 % |
0.89/0.98	c |      4928 |     140    11900    83300 |     8502     4928     43 |  0.005 % |
1.29/1.30	c |      7490 |     140    11900    83300 |     9353     7490     43 |  0.005 % |
1.69/1.78	c |     11334 |     140    11900    83300 |    10288     6623     42 |  0.005 % |
2.49/2.50	c |     17100 |     140    11900    83300 |    11317     7213     43 |  0.005 % |
3.59/3.66	c |     25750 |     140    11900    83300 |    12449    10178     43 |  0.005 % |
5.50/5.50	c |     38725 |     140    11900    83300 |    13694    10641     44 |  0.005 % |
8.29/8.34	c |     58186 |     140    11900    83300 |    15063     9469     43 |  0.005 % |
12.98/13.02	c |     87380 |     140    11900    83300 |    16569     8411     42 |  0.005 % |
20.29/20.32	c |    131171 |     140    11900    83300 |    18226    10618     42 |  0.005 % |
32.38/32.47	c |    196856 |     140    11900    83300 |    20049    12306     44 |  0.005 % |
52.78/52.82	c |    295382 |     140    11900    83300 |    22054    10264     43 |  0.005 % |
84.77/84.86	c |    443172 |     140    11900    83300 |    24259    14282     42 |  0.005 % |
138.04/138.11	c |    664856 |     140    11900    83300 |    26685    13571     44 |  0.005 % |
222.11/222.27	c |    997382 |     140    11900    83300 |    29354    12567     41 |  0.005 % |
355.46/355.64	c |   1496170 |     140    11900    83300 |    32289    19018     44 |  0.005 % |
576.28/576.59	c |   2244352 |     140    11900    83300 |    35518    18940     42 |  0.005 % |
922.85/923.30	c |   3366627 |     140    11900    83300 |    39070    29095     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-1513660-1238220963/watcher-1513660-1238220963 -o /tmp/evaluation-result-1513660-1238220963/solver-1513660-1238220963 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=399920224 HOME/instance-1513660-1238220963.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.85 0.97 0.95 3/73 6368
/proc/meminfo: memFree=1158952/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=2676 CPUtime=0
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 329 0 0 0 0 0 0 0 18 0 1 0 1094761284 2740224 314 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 669 315 87 221 0 445 0

[startup+0.103349 s]
/proc/loadavg: 0.85 0.97 0.95 3/73 6368
/proc/meminfo: memFree=1158952/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=5040 CPUtime=0.09
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 931 0 0 0 9 0 0 0 18 0 1 0 1094761284 5160960 916 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 1260 916 98 221 0 1036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5040

[startup+0.201368 s]
/proc/loadavg: 0.85 0.97 0.95 3/73 6368
/proc/meminfo: memFree=1158952/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=5256 CPUtime=0.19
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 978 0 0 0 19 0 0 0 18 0 1 0 1094761284 5382144 963 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 1314 963 98 221 0 1090 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5256

[startup+0.301386 s]
/proc/loadavg: 0.85 0.97 0.95 3/73 6368
/proc/meminfo: memFree=1158952/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=5256 CPUtime=0.29
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 978 0 0 0 29 0 0 0 19 0 1 0 1094761284 5382144 963 1992294400 4194304 5102648 548682068784 18446744073709551615 4272856 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 1314 963 98 221 0 1090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5256

[startup+0.701463 s]
/proc/loadavg: 0.85 0.97 0.95 3/73 6368
/proc/meminfo: memFree=1158952/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=5040 CPUtime=0.69
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 991 0 0 0 69 0 0 0 23 0 1 0 1094761284 5160960 929 1992294400 4194304 5102648 548682068784 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 1260 929 110 221 0 1036 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5040

[startup+1.50162 s]
/proc/loadavg: 0.85 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1155296/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=6096 CPUtime=1.49
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 1267 0 0 0 149 0 0 0 25 0 1 0 1094761284 6242304 1205 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 1524 1205 110 221 0 1300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6096

[startup+3.10192 s]
/proc/loadavg: 0.85 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1154016/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=6900 CPUtime=3.09
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 1471 0 0 0 309 0 0 0 25 0 1 0 1094761284 7065600 1409 1992294400 4194304 5102648 548682068784 18446744073709551615 4249932 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 1725 1409 110 221 0 1501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6900

[startup+6.30154 s]
/proc/loadavg: 0.86 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1152864/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=8016 CPUtime=6.29
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 1723 0 0 0 628 1 0 0 25 0 1 0 1094761284 8208384 1661 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 2004 1661 110 221 0 1780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8016

[startup+12.7018 s]
/proc/loadavg: 0.87 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1151520/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=8856 CPUtime=12.68
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 1932 0 0 0 1267 1 0 0 25 0 1 0 1094761284 9068544 1870 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 2214 1870 110 221 0 1990 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8856

[startup+25.5012 s]
/proc/loadavg: 0.90 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1150048/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=10360 CPUtime=25.49
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 2305 0 0 0 2547 2 0 0 25 0 1 0 1094761284 10608640 2243 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 2590 2243 110 221 0 2366 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10360

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1148576/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=11980 CPUtime=51.08
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 2679 0 0 0 5106 2 0 0 25 0 1 0 1094761284 12267520 2617 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 2995 2617 110 221 0 2771 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11980

[startup+102.302 s]
/proc/loadavg: 0.97 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1146656/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=13976 CPUtime=102.26
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 3165 0 0 0 10224 2 0 0 25 0 1 0 1094761284 14311424 3103 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 3494 3103 110 221 0 3270 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13976

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1145120/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=15552 CPUtime=162.23
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 3534 0 0 0 16221 2 0 0 25 0 1 0 1094761284 15925248 3472 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 3888 3472 110 221 0 3664 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 15552

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1144416/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=16240 CPUtime=222.21
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 3699 0 0 0 22219 2 0 0 25 0 1 0 1094761284 16629760 3637 1992294400 4194304 5102648 548682068784 18446744073709551615 4214176 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 4060 3637 110 221 0 3836 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 16240

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1142752/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=18244 CPUtime=282.19
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 4106 0 0 0 28216 3 0 0 25 0 1 0 1094761284 18681856 4044 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 4561 4044 110 221 0 4337 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 18244

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1142368/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=18592 CPUtime=342.17
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 4204 0 0 0 34214 3 0 0 25 0 1 0 1094761284 19038208 4142 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 4648 4142 110 221 0 4424 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 18592

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1141280/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=19580 CPUtime=402.14
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 4472 0 0 0 40211 3 0 0 25 0 1 0 1094761284 20049920 4410 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 4895 4410 110 221 0 4671 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 19580

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1140832/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=20200 CPUtime=462.12
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 4603 0 0 0 46209 3 0 0 25 0 1 0 1094761284 20684800 4541 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 5050 4541 110 221 0 4826 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 20200

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1140256/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=20800 CPUtime=522.09
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 4741 0 0 0 52206 3 0 0 25 0 1 0 1094761284 21299200 4679 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 5200 4679 110 221 0 4976 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 20800

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1139680/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=21320 CPUtime=582.08
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 4889 0 0 0 58204 4 0 0 25 0 1 0 1094761284 21831680 4827 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 5330 4827 110 221 0 5106 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 21320

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1138592/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=22512 CPUtime=642.06
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 5140 0 0 0 64202 4 0 0 25 0 1 0 1094761284 23052288 5078 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 5628 5078 110 221 0 5404 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 22512

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1137952/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=23268 CPUtime=702.03
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 5296 0 0 0 70199 4 0 0 25 0 1 0 1094761284 23826432 5234 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 5817 5234 110 221 0 5593 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 23268

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1137632/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=23600 CPUtime=762.02
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 5372 0 0 0 76198 4 0 0 25 0 1 0 1094761284 24166400 5310 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 5900 5310 110 221 0 5676 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 23600

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1137312/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=24076 CPUtime=821.99
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 5453 0 0 0 82195 4 0 0 25 0 1 0 1094761284 24653824 5391 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 6019 5391 110 221 0 5795 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 24076

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1137184/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=24076 CPUtime=881.97
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 5478 0 0 0 88193 4 0 0 25 0 1 0 1094761284 24653824 5416 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 6019 5416 110 221 0 5795 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 24076

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1136416/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=24852 CPUtime=941.94
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 5667 0 0 0 94190 4 0 0 25 0 1 0 1094761284 25448448 5605 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 6213 5605 110 221 0 5989 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 24852

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1135968/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=25280 CPUtime=1001.92
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 5756 0 0 0 100188 4 0 0 25 0 1 0 1094761284 25886720 5694 1992294400 4194304 5102648 548682068784 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 6320 5694 110 221 0 6096 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 25280

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1135136/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=26372 CPUtime=1061.9
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 5962 0 0 0 106186 4 0 0 25 0 1 0 1094761284 27004928 5900 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 6593 5900 110 221 0 6369 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 26372

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1134880/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=26656 CPUtime=1121.87
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 6027 0 0 0 112183 4 0 0 25 0 1 0 1094761284 27295744 5965 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 6664 5965 110 221 0 6440 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 26656

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1134368/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=27224 CPUtime=1181.85
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 6155 0 0 0 118181 4 0 0 25 0 1 0 1094761284 27877376 6093 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 6806 6093 110 221 0 6582 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 27224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/74 6369
/proc/meminfo: memFree=1134368/2055920 swapFree=4173988/4192956
[pid=6368] ppid=6366 vsize=27224 CPUtime=1200.05
/proc/6368/stat : 6368 (varsat-industri) R 6366 6368 6331 0 -1 4194304 6157 0 0 0 120001 4 0 0 25 0 1 0 1094761284 27877376 6095 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6368/statm: 6806 6095 110 221 0 6582 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 27224

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.51
CPU time (s): 1200.07
CPU user time (s): 1200.01
CPU system time (s): 0.051992
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 27224

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

runsolver used 1.24981 second user time and 3.13052 second system time

The end

Launcher Data

Begin job on node76 at 2009-03-28 07:16:03
IDJOB=1513660
IDBENCH=70281
IDSOLVER=538
FILE ID=node76/1513660-1238220963
PBS_JOBID= 9060580
Free space on /tmp= 65808 MiB

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

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

MD5SUM BENCH= c7b32920fad710a8e62fee8bc80010c2
RANDOM SEED=399920224

node76.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1159448 kB
Buffers:         45960 kB
Cached:         767040 kB
SwapCached:      10684 kB
Active:          86252 kB
Inactive:       745676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1159448 kB
SwapTotal:     4192956 kB
SwapFree:      4173988 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:          18900 kB
Slab:            49612 kB
Committed_AS:  2834768 kB
PageTables:       2048 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= 65804 MiB
End job on node76 at 2009-03-28 07:36:05