Trace number 1513637

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S814638510-058.cnf
MD5SUM6fac88499c30c65b5d674700418285bf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.40987
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:          1790871203.000000
0.00/0.02	c |  Heuristic:            EMSP-G, threshold 0.750                              |
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.39/0.42	c |       102 |     140    11900    83300 |     4363      102     44 |  0.005 % |
0.39/0.49	c |       253 |     140    11900    83300 |     4799      253     44 |  0.005 % |
0.49/0.57	c |       478 |     140    11900    83300 |     5279      478     44 |  0.005 % |
0.59/0.66	c |       815 |     140    11900    83300 |     5807      815     44 |  0.005 % |
0.69/0.75	c |      1321 |     140    11900    83300 |     6388     1321     43 |  0.005 % |
0.79/0.88	c |      2080 |     140    11900    83300 |     7027     2080     43 |  0.005 % |
0.99/1.02	c |      3219 |     140    11900    83300 |     7729     3219     43 |  0.005 % |
1.19/1.23	c |      4927 |     140    11900    83300 |     8502     4927     44 |  0.005 % |
1.49/1.58	c |      7490 |     140    11900    83300 |     9353     7490     44 |  0.005 % |
1.99/2.09	c |     11335 |     140    11900    83300 |    10288     6625     44 |  0.005 % |
2.79/2.83	c |     17101 |     140    11900    83300 |    11317     7217     43 |  0.005 % |
3.99/4.01	c |     25750 |     140    11900    83300 |    12449    10174     43 |  0.005 % |
5.89/5.98	c |     38724 |     140    11900    83300 |    13694    10633     44 |  0.005 % |
8.79/8.88	c |     58187 |     140    11900    83300 |    15063     9458     42 |  0.005 % |
13.88/13.98	c |     87383 |     140    11900    83300 |    16569     8396     43 |  0.005 % |
21.99/22.07	c |    131173 |     140    11900    83300 |    18226    10613     42 |  0.005 % |
34.58/34.67	c |    196858 |     140    11900    83300 |    20049    12272     42 |  0.005 % |
55.57/55.65	c |    295384 |     140    11900    83300 |    22054    10232     42 |  0.005 % |
89.26/89.30	c |    443173 |     140    11900    83300 |    24259    14272     43 |  0.005 % |
145.43/145.56	c |    664857 |     140    11900    83300 |    26685    14786     43 |  0.005 % |
234.00/234.16	c |    997383 |     140    11900    83300 |    29354    15305     42 |  0.005 % |
375.44/375.67	c |   1496171 |     140    11900    83300 |    32289    22986     42 |  0.005 % |
602.76/603.05	c |   2244354 |     140    11900    83300 |    35518    21858     42 |  0.005 % |
968.43/968.89	c |   3366629 |     140    11900    83300 |    39070    26599     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-1513637-1238219775/watcher-1513637-1238219775 -o /tmp/evaluation-result-1513637-1238219775/solver-1513637-1238219775 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=1790871203 HOME/instance-1513637-1238219775.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.91 0.95 0.90 3/64 3075
/proc/meminfo: memFree=1168536/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=2412 CPUtime=0
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 294 0 0 0 0 0 0 0 18 0 1 0 1094643813 2469888 279 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 636 280 88 221 0 412 0

[startup+0.0320261 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3075
/proc/meminfo: memFree=1168536/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=4972 CPUtime=0.02
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 924 0 0 0 2 0 0 0 18 0 1 0 1094643813 5091328 909 1992294400 4194304 5102416 548682068800 18446744073709551615 4272801 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 1243 909 97 221 0 1019 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4972

[startup+0.10104 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3075
/proc/meminfo: memFree=1168536/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=4972 CPUtime=0.09
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 924 0 0 0 9 0 0 0 18 0 1 0 1094643813 5091328 909 1992294400 4194304 5102416 548682068800 18446744073709551615 4272789 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 1243 909 97 221 0 1019 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4972

[startup+0.301078 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3075
/proc/meminfo: memFree=1168536/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=5188 CPUtime=0.29
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 972 0 0 0 29 0 0 0 19 0 1 0 1094643813 5312512 957 1992294400 4194304 5102416 548682068800 18446744073709551615 4272646 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 1297 957 98 221 0 1073 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5188

[startup+0.701155 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3075
/proc/meminfo: memFree=1168536/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=4972 CPUtime=0.69
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 986 0 0 0 69 0 0 0 22 0 1 0 1094643813 5091328 924 1992294400 4194304 5102416 548682068800 18446744073709551615 4221975 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 1243 924 112 221 0 1019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4972

[startup+1.50131 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 3076
/proc/meminfo: memFree=1165072/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=5524 CPUtime=1.49
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 1143 0 0 0 149 0 0 0 25 0 1 0 1094643813 5656576 1081 1992294400 4194304 5102416 548682068800 18446744073709551615 4249529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 1381 1081 112 221 0 1157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5524

[startup+3.10161 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 3076
/proc/meminfo: memFree=1163792/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=6604 CPUtime=3.09
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 1381 0 0 0 309 0 0 0 25 0 1 0 1094643813 6762496 1319 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 1651 1319 112 221 0 1427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6604

[startup+6.30123 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 3076
/proc/meminfo: memFree=1162640/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=7536 CPUtime=6.29
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 1632 0 0 0 628 1 0 0 25 0 1 0 1094643813 7716864 1570 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 1884 1570 112 221 0 1660 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7536

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 3076
/proc/meminfo: memFree=1161424/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=8808 CPUtime=12.68
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 1920 0 0 0 1267 1 0 0 25 0 1 0 1094643813 9019392 1858 1992294400 4194304 5102416 548682068800 18446744073709551615 4249536 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 2202 1858 112 221 0 1978 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8808

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 3076
/proc/meminfo: memFree=1159760/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=10324 CPUtime=25.48
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 2307 0 0 0 2546 2 0 0 25 0 1 0 1094643813 10571776 2245 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 2581 2245 112 221 0 2357 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10324

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 3076
/proc/meminfo: memFree=1158288/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=11940 CPUtime=51.07
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 2672 0 0 0 5105 2 0 0 25 0 1 0 1094643813 12226560 2610 1992294400 4194304 5102416 548682068800 18446744073709551615 4249743 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 2985 2610 112 221 0 2761 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11940

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 3076
/proc/meminfo: memFree=1156048/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=14300 CPUtime=102.26
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 3221 0 0 0 10223 3 0 0 25 0 1 0 1094643813 14643200 3159 1992294400 4194304 5102416 548682068800 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 3575 3159 112 221 0 3351 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14300

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 3076
/proc/meminfo: memFree=1154256/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=16224 CPUtime=162.23
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 3664 0 0 0 16219 4 0 0 25 0 1 0 1094643813 16613376 3602 1992294400 4194304 5102416 548682068800 18446744073709551615 4249619 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 4056 3602 112 221 0 3832 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 16224

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3076
/proc/meminfo: memFree=1153296/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=17116 CPUtime=222.21
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 3891 0 0 0 22217 4 0 0 25 0 1 0 1094643813 17526784 3829 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 4279 3829 112 221 0 4055 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17116

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3076
/proc/meminfo: memFree=1151824/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=18788 CPUtime=282.19
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 4256 0 0 0 28214 5 0 0 25 0 1 0 1094643813 19238912 4194 1992294400 4194304 5102416 548682068800 18446744073709551615 4248853 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 4697 4194 112 221 0 4473 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 18788

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1151440/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=19372 CPUtime=342.16
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 4353 0 0 0 34211 5 0 0 25 0 1 0 1094643813 19836928 4291 1992294400 4194304 5102416 548682068800 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 4843 4291 112 221 0 4619 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 19372

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1150416/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=20480 CPUtime=402.13
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 4632 0 0 0 40208 5 0 0 25 0 1 0 1094643813 20971520 4570 1992294400 4194304 5102416 548682068800 18446744073709551615 4249559 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 5120 4570 112 221 0 4896 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 20480

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1149968/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=20812 CPUtime=462.11
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 4731 0 0 0 46206 5 0 0 25 0 1 0 1094643813 21311488 4669 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 5203 4669 112 221 0 4979 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 20812

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1149520/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=21492 CPUtime=522.09
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 4854 0 0 0 52203 6 0 0 25 0 1 0 1094643813 22007808 4792 1992294400 4194304 5102416 548682068800 18446744073709551615 4249573 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 5373 4792 112 221 0 5149 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 21492

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1149008/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=22016 CPUtime=582.07
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 4967 0 0 0 58201 6 0 0 25 0 1 0 1094643813 22544384 4905 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 5504 4905 112 221 0 5280 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 22016

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1147984/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=23048 CPUtime=642.05
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 5213 0 0 0 64198 7 0 0 25 0 1 0 1094643813 23601152 5151 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 5762 5151 112 221 0 5538 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 23048

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1147536/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=23564 CPUtime=702.02
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 5335 0 0 0 70195 7 0 0 25 0 1 0 1094643813 24129536 5273 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 5891 5273 112 221 0 5667 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 23564

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1147280/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=23864 CPUtime=762
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 5404 0 0 0 76193 7 0 0 25 0 1 0 1094643813 24436736 5342 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 5966 5342 112 221 0 5742 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 23864

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1146640/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=24608 CPUtime=821.98
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 5551 0 0 0 82191 7 0 0 25 0 1 0 1094643813 25198592 5489 1992294400 4194304 5102416 548682068800 18446744073709551615 4249573 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6152 5489 112 221 0 5928 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 24608

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1146448/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=24748 CPUtime=881.96
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 5593 0 0 0 88188 8 0 0 25 0 1 0 1094643813 25341952 5531 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6187 5531 112 221 0 5963 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 24748

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1146320/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=24988 CPUtime=941.94
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 5642 0 0 0 94186 8 0 0 25 0 1 0 1094643813 25587712 5580 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6247 5580 112 221 0 6023 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 24988

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1145552/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=25592 CPUtime=1001.91
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 5825 0 0 0 100183 8 0 0 25 0 1 0 1094643813 26206208 5763 1992294400 4194304 5102416 548682068800 18446744073709551615 4249529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6398 5763 112 221 0 6174 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 25592

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1145168/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=25984 CPUtime=1061.89
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 5927 0 0 0 106181 8 0 0 25 0 1 0 1094643813 26607616 5865 1992294400 4194304 5102416 548682068800 18446744073709551615 4250048 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6496 5865 112 221 0 6272 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 25984

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1144848/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=26456 CPUtime=1121.87
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 6009 0 0 0 112178 9 0 0 25 0 1 0 1094643813 27090944 5947 1992294400 4194304 5102416 548682068800 18446744073709551615 4249567 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6614 5947 112 221 0 6390 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 26456

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1144336/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=26980 CPUtime=1181.85
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 6130 0 0 0 118176 9 0 0 25 0 1 0 1094643813 27627520 6068 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6745 6068 112 221 0 6521 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 26980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1144272/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=26980 CPUtime=1200.04
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 6130 0 0 0 119995 9 0 0 25 0 1 0 1094643813 27627520 6068 1992294400 4194304 5102416 548682068800 18446744073709551615 4249721 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6745 6068 112 221 0 6521 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 26980

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3081
/proc/meminfo: memFree=1144272/2055920 swapFree=4178400/4192956
[pid=3075] ppid=3073 vsize=26980 CPUtime=1200.04
/proc/3075/stat : 3075 (varsat-random_s) R 3073 3075 2196 0 -1 4194304 6130 0 0 0 119995 9 0 0 25 0 1 0 1094643813 27627520 6068 1992294400 4194304 5102416 548682068800 18446744073709551615 4249721 0 0 4096 3 0 0 0 17 1 0 0
/proc/3075/statm: 6745 6068 112 221 0 6521 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 26980

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.96
CPU system time (s): 0.100984
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 26980

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

runsolver used 0.883865 second user time and 2.6026 second system time

The end

Launcher Data

Begin job on node9 at 2009-03-28 06:56:15
IDJOB=1513637
IDBENCH=70279
IDSOLVER=539
FILE ID=node9/1513637-1238219775
PBS_JOBID= 9060555
Free space on /tmp= 66348 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S814638510-058.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513637-1238219775/watcher-1513637-1238219775 -o /tmp/evaluation-result-1513637-1238219775/solver-1513637-1238219775 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=1790871203 HOME/instance-1513637-1238219775.cnf

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

MD5SUM BENCH= 6fac88499c30c65b5d674700418285bf
RANDOM SEED=1790871203

node9.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.268
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.268
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:       1168952 kB
Buffers:         88808 kB
Cached:         710664 kB
SwapCached:       8300 kB
Active:         241696 kB
Inactive:       567636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1168952 kB
SwapTotal:     4192956 kB
SwapFree:      4178400 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            63604 kB
Committed_AS:  2826736 kB
PageTables:       1392 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= 66348 MiB
End job on node9 at 2009-03-28 07:16:17