Trace number 1513684

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1085378176-050.cnf
MD5SUM948d32b8ee8265dc795865cb56b9a64b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.5541
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:          1502073795.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.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.29/0.39	c |       100 |     140    11900    83300 |     4363      100     42 |  0.005 % |
0.39/0.44	c |       253 |     140    11900    83300 |     4799      253     43 |  0.005 % |
0.39/0.50	c |       479 |     140    11900    83300 |     5279      479     43 |  0.005 % |
0.49/0.56	c |       816 |     140    11900    83300 |     5807      816     42 |  0.005 % |
0.59/0.64	c |      1322 |     140    11900    83300 |     6388     1322     42 |  0.005 % |
0.69/0.73	c |      2081 |     140    11900    83300 |     7027     2081     43 |  0.005 % |
0.79/0.85	c |      3220 |     140    11900    83300 |     7729     3220     43 |  0.005 % |
0.99/1.06	c |      4928 |     140    11900    83300 |     8502     4928     43 |  0.005 % |
1.29/1.38	c |      7490 |     140    11900    83300 |     9353     7490     43 |  0.005 % |
1.79/1.85	c |     11334 |     140    11900    83300 |    10288     6622     43 |  0.005 % |
2.49/2.57	c |     17101 |     140    11900    83300 |    11317     7212     44 |  0.005 % |
3.69/3.75	c |     25752 |     140    11900    83300 |    12449    10170     44 |  0.005 % |
5.49/5.57	c |     38727 |     140    11900    83300 |    13694    10634     45 |  0.005 % |
8.49/8.56	c |     58188 |     140    11900    83300 |    15063     9458     43 |  0.005 % |
13.28/13.37	c |     87380 |     140    11900    83300 |    16569     8396     43 |  0.005 % |
21.39/21.44	c |    131171 |     140    11900    83300 |    18226    10602     43 |  0.005 % |
33.88/33.97	c |    196855 |     140    11900    83300 |    20049    12271     42 |  0.005 % |
54.98/55.00	c |    295382 |     140    11900    83300 |    22054    10232     42 |  0.005 % |
88.17/88.20	c |    443172 |     140    11900    83300 |    24259    14246     44 |  0.005 % |
145.55/145.63	c |    664857 |     140    11900    83300 |    26685    12875     43 |  0.005 % |
233.52/233.70	c |    997383 |     140    11900    83300 |    29354    25836     42 |  0.005 % |
376.69/376.86	c |   1496172 |     140    11900    83300 |    32289    17053     42 |  0.005 % |
603.52/603.79	c |   2244355 |     140    11900    83300 |    35518    14409     41 |  0.005 % |
970.22/970.51	c |   3366629 |     140    11900    83300 |    39070    23559     43 |  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-1513684-1238220970/watcher-1513684-1238220970 -o /tmp/evaluation-result-1513684-1238220970/solver-1513684-1238220970 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1502073795 HOME/instance-1513684-1238220970.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.99 3/69 4345
/proc/meminfo: memFree=916944/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=2544 CPUtime=0
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 309 0 0 0 0 0 0 0 18 0 1 0 1094760177 2605056 294 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 636 298 87 221 0 412 0

[startup+0.0337551 s]
/proc/loadavg: 0.85 0.97 0.99 3/69 4345
/proc/meminfo: memFree=916944/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=4912 CPUtime=0.02
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 926 0 0 0 2 0 0 0 18 0 1 0 1094760177 5029888 911 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 1228 911 98 221 0 1004 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4912

[startup+0.102761 s]
/proc/loadavg: 0.85 0.97 0.99 3/69 4345
/proc/meminfo: memFree=916944/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=4912 CPUtime=0.09
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 926 0 0 0 9 0 0 0 18 0 1 0 1094760177 5029888 911 1992294400 4194304 5102648 548682068784 18446744073709551615 4273052 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 1228 911 98 221 0 1004 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4912

[startup+0.301782 s]
/proc/loadavg: 0.85 0.97 0.99 3/69 4345
/proc/meminfo: memFree=916944/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=5128 CPUtime=0.29
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 973 0 0 0 29 0 0 0 19 0 1 0 1094760177 5251072 958 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 1282 958 98 221 0 1058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5128

[startup+0.702822 s]
/proc/loadavg: 0.85 0.97 0.99 3/69 4345
/proc/meminfo: memFree=916944/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=4912 CPUtime=0.69
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 986 0 0 0 69 0 0 0 23 0 1 0 1094760177 5029888 924 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 1228 924 110 221 0 1004 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4912

[startup+1.5019 s]
/proc/loadavg: 0.85 0.97 0.99 2/70 4346
/proc/meminfo: memFree=913416/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=6040 CPUtime=1.49
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 1233 0 0 0 149 0 0 0 25 0 1 0 1094760177 6184960 1171 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 1510 1171 110 221 0 1286 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6040

[startup+3.10107 s]
/proc/loadavg: 0.85 0.97 0.99 2/70 4346
/proc/meminfo: memFree=912264/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=6832 CPUtime=3.09
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 1447 0 0 0 308 1 0 0 25 0 1 0 1094760177 6995968 1385 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 1708 1385 110 221 0 1484 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6832

[startup+6.3014 s]
/proc/loadavg: 0.86 0.97 0.99 2/70 4346
/proc/meminfo: memFree=910920/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=7812 CPUtime=6.29
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 1701 0 0 0 628 1 0 0 25 0 1 0 1094760177 7999488 1639 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 1953 1639 110 221 0 1729 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7812

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/70 4346
/proc/meminfo: memFree=909776/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=8644 CPUtime=12.68
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 1884 0 0 0 1267 1 0 0 25 0 1 0 1094760177 8851456 1822 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 2161 1822 110 221 0 1937 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8644

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/70 4346
/proc/meminfo: memFree=908304/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=10112 CPUtime=25.48
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 2254 0 0 0 2546 2 0 0 25 0 1 0 1094760177 10354688 2192 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 2528 2192 110 221 0 2304 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10112

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/70 4346
/proc/meminfo: memFree=906832/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=11712 CPUtime=51.07
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 2626 0 0 0 5105 2 0 0 25 0 1 0 1094760177 11993088 2564 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 2928 2564 110 221 0 2704 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11712

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/70 4346
/proc/meminfo: memFree=904720/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=13908 CPUtime=102.27
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 3137 0 0 0 10224 3 0 0 25 0 1 0 1094760177 14241792 3075 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 3477 3075 110 221 0 3253 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13908

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=903056/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=15620 CPUtime=162.24
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 3549 0 0 0 16221 3 0 0 25 0 1 0 1094760177 15994880 3487 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 3905 3487 110 221 0 3681 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15620

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=902224/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=16484 CPUtime=222.23
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 3752 0 0 0 22219 4 0 0 25 0 1 0 1094760177 16879616 3690 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 4121 3690 110 221 0 3897 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16484

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=900880/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=18228 CPUtime=282.21
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 4106 0 0 0 28217 4 0 0 25 0 1 0 1094760177 18665472 4044 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 4557 4044 110 221 0 4333 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18228

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=900048/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=19072 CPUtime=342.2
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 4289 0 0 0 34215 5 0 0 25 0 1 0 1094760177 19529728 4227 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 4768 4227 110 221 0 4544 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 19072

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=899088/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=20220 CPUtime=402.18
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 4533 0 0 0 40213 5 0 0 25 0 1 0 1094760177 20705280 4471 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 5055 4471 110 221 0 4831 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 20220

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=898512/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=20788 CPUtime=462.16
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 4676 0 0 0 46211 5 0 0 25 0 1 0 1094760177 21286912 4614 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 5197 4614 110 221 0 4973 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 20788

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=898064/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=21336 CPUtime=522.14
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 4795 0 0 0 52209 5 0 0 25 0 1 0 1094760177 21848064 4733 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 5334 4733 110 221 0 5110 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21336

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=897872/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=21524 CPUtime=582.13
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 4835 0 0 0 58207 6 0 0 25 0 1 0 1094760177 22040576 4773 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 5381 4773 110 221 0 5157 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 21524

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=896848/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=22604 CPUtime=642.12
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5086 0 0 0 64206 6 0 0 25 0 1 0 1094760177 23146496 5024 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 5651 5024 110 221 0 5427 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 22604

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=896336/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=23264 CPUtime=702.1
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5228 0 0 0 70204 6 0 0 25 0 1 0 1094760177 23822336 5166 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 5816 5166 110 221 0 5592 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 23264

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=895952/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=23848 CPUtime=762.08
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5338 0 0 0 76202 6 0 0 25 0 1 0 1094760177 24420352 5276 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 5962 5276 110 221 0 5738 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 23848

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=895504/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=24276 CPUtime=822.06
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5439 0 0 0 82199 7 0 0 25 0 1 0 1094760177 24858624 5377 1992294400 4194304 5102648 548682068784 18446744073709551615 4249728 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 6069 5377 110 221 0 5845 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 24276

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=895440/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=24276 CPUtime=882.05
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5445 0 0 0 88198 7 0 0 25 0 1 0 1094760177 24858624 5383 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 6069 5383 110 221 0 5845 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 24276

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=895440/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=24276 CPUtime=942.03
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5448 0 0 0 94196 7 0 0 25 0 1 0 1094760177 24858624 5386 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 6069 5386 110 221 0 5845 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 24276

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=894352/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=25268 CPUtime=1002.01
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5714 0 0 0 100194 7 0 0 25 0 1 0 1094760177 25874432 5652 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 6317 5652 110 221 0 6093 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 25268

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 3/70 4346
/proc/meminfo: memFree=894096/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=25696 CPUtime=1062
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5796 0 0 0 106192 8 0 0 25 0 1 0 1094760177 26312704 5734 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 6424 5734 110 221 0 6200 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 25696

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=893584/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=26404 CPUtime=1121.98
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 5917 0 0 0 112190 8 0 0 25 0 1 0 1094760177 27037696 5855 1992294400 4194304 5102648 548682068784 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 6601 5855 110 221 0 6377 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 26404

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=892944/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=26976 CPUtime=1181.96
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 6067 0 0 0 118188 8 0 0 25 0 1 0 1094760177 27623424 6005 1992294400 4194304 5102648 548682068784 18446744073709551615 4249664 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 6744 6005 110 221 0 6520 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 26976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 4346
/proc/meminfo: memFree=892944/2055920 swapFree=4169124/4192956
[pid=4345] ppid=4343 vsize=26976 CPUtime=1200.06
/proc/4345/stat : 4345 (varsat-industri) R 4343 4345 4308 0 -1 4194304 6069 0 0 0 119998 8 0 0 25 0 1 0 1094760177 27623424 6007 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/4345/statm: 6744 6007 110 221 0 6520 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 26976

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.07
CPU user time (s): 1199.98
CPU system time (s): 0.092985
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 26976

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

runsolver used 0.994848 second user time and 3.38248 second system time

The end

Launcher Data

Begin job on node44 at 2009-03-28 07:16:10
IDJOB=1513684
IDBENCH=70283
IDSOLVER=538
FILE ID=node44/1513684-1238220970
PBS_JOBID= 9060606
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= 948d32b8ee8265dc795865cb56b9a64b
RANDOM SEED=1502073795

node44.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.241
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.241
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:        917424 kB
Buffers:        101176 kB
Cached:         927568 kB
SwapCached:      13220 kB
Active:         289796 kB
Inactive:       753552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        917424 kB
SwapTotal:     4192956 kB
SwapFree:      4169124 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          18036 kB
Slab:            80572 kB
Committed_AS:  2540052 kB
PageTables:       1796 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= 66396 MiB
End job on node44 at 2009-03-28 07:36:13