Trace number 1513059

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
VARSAT-crafted 2009-03-22? (TO) 1200.01 1200.31

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1611899384-022.cnf
MD5SUM66fb9b1d9d1970f097747a014bb15243
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.93271
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  700                                                  |
0.00/0.00	c |  Number of clauses:    14000                                                |
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:          1565195688.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
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.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	c ===============================================================================
0.09/0.10	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.14	c |       103 |     700    14000    70000 |     5133      103    110 |  0.000 % |
0.09/0.18	c |       255 |     700    14000    70000 |     5646      255    109 |  0.000 % |
0.19/0.23	c |       481 |     700    14000    70000 |     6211      481    103 |  0.000 % |
0.19/0.28	c |       818 |     700    14000    70000 |     6832      818    100 |  0.000 % |
0.29/0.35	c |      1324 |     700    14000    70000 |     7515     1324    100 |  0.000 % |
0.39/0.45	c |      2085 |     700    14000    70000 |     8267     2085    100 |  0.000 % |
0.49/0.59	c |      3227 |     700    14000    70000 |     9094     3227    100 |  0.000 % |
0.79/0.81	c |      4936 |     700    14000    70000 |    10003     4936    101 |  0.000 % |
1.10/1.17	c |      7502 |     700    14000    70000 |    11003     7502    102 |  0.000 % |
1.79/1.85	c |     11346 |     700    14000    70000 |    12104     5720    101 |  0.000 % |
2.69/2.78	c |     17112 |     700    14000    70000 |    13314    11486    102 |  0.000 % |
4.29/4.38	c |     25761 |     700    14000    70000 |    14645    13356    101 |  0.000 % |
7.29/7.38	c |     38735 |     700    14000    70000 |    16110    11453    102 |  0.000 % |
12.19/12.21	c |     58197 |     700    14000    70000 |    17721    14553    105 |  0.000 % |
20.39/20.46	c |     87389 |     700    14000    70000 |    19493    16808    107 |  0.000 % |
33.98/34.01	c |    131178 |     700    14000    70000 |    21443    11236    107 |  0.000 % |
55.28/55.38	c |    196863 |     700    14000    70000 |    23587    11845    100 |  0.000 % |
89.37/89.42	c |    295389 |     700    14000    70000 |    25946    13903    105 |  0.000 % |
144.76/144.81	c |    443179 |     700    14000    70000 |    28540    21691    108 |  0.000 % |
233.04/233.17	c |    664864 |     700    14000    70000 |    31394    17196    105 |  0.000 % |
375.69/375.88	c |    997389 |     700    14000    70000 |    34534    15690    100 |  0.000 % |
600.44/600.63	c |   1496177 |     700    14000    70000 |    37987    18489    102 |  0.000 % |
981.84/982.18	c |   2244361 |     700    14000    70000 |    41786    25856    109 |  0.000 % |

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-1513059-1238212544/watcher-1513059-1238212544 -o /tmp/evaluation-result-1513059-1238212544/solver-1513059-1238212544 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1565195688 HOME/instance-1513059-1238212544.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.92 0.98 0.93 3/64 24323
/proc/meminfo: memFree=979664/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=2548 CPUtime=0
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 313 0 0 0 0 0 0 0 18 0 1 0 1093916465 2609152 298 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 637 299 87 221 0 413 0

[startup+0.06873 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 24323
/proc/meminfo: memFree=979664/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=5044 CPUtime=0.06
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 942 0 0 0 6 0 0 0 18 0 1 0 1093916465 5165056 927 1992294400 4194304 5102648 548682068800 18446744073709551615 4283505 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 1261 927 98 221 0 1037 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5044

[startup+0.101732 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 24323
/proc/meminfo: memFree=979664/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=5224 CPUtime=0.09
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 969 0 0 0 9 0 0 0 18 0 1 0 1093916465 5349376 954 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 1306 954 98 221 0 1082 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5224

[startup+0.301751 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 24323
/proc/meminfo: memFree=979664/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=4812 CPUtime=0.29
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 984 0 0 0 29 0 0 0 19 0 1 0 1093916465 4927488 896 1992294400 4194304 5102648 548682068800 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 1203 896 113 221 0 979 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4812

[startup+0.701786 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 24323
/proc/meminfo: memFree=979664/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=6172 CPUtime=0.69
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 1292 0 0 0 68 1 0 0 22 0 1 0 1093916465 6320128 1204 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 1543 1204 113 221 0 1319 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6172

[startup+1.50186 s]
/proc/loadavg: 0.92 0.98 0.93 2/65 24324
/proc/meminfo: memFree=974152/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=8740 CPUtime=1.49
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 1935 0 0 0 148 1 0 0 25 0 1 0 1093916465 8949760 1847 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 2185 1847 113 221 0 1961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8740

[startup+3.102 s]
/proc/loadavg: 0.92 0.98 0.93 2/65 24324
/proc/meminfo: memFree=971656/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=10564 CPUtime=3.09
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 2410 0 0 0 308 1 0 0 25 0 1 0 1093916465 10817536 2322 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 2641 2322 113 221 0 2417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10564

[startup+6.30129 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 24324
/proc/meminfo: memFree=969672/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=11620 CPUtime=6.29
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 2672 0 0 0 627 2 0 0 25 0 1 0 1093916465 11898880 2584 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 2905 2584 113 221 0 2681 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11620

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 24324
/proc/meminfo: memFree=968136/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=13604 CPUtime=12.68
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 3150 0 0 0 1266 2 0 0 25 0 1 0 1093916465 13930496 3062 1992294400 4194304 5102648 548682068800 18446744073709551615 4492101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 3401 3062 113 221 0 3177 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13604

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.93 2/65 24324
/proc/meminfo: memFree=965128/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=16032 CPUtime=25.48
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 3744 0 0 0 2545 3 0 0 25 0 1 0 1093916465 16416768 3656 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 4008 3656 113 221 0 3784 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16032

[startup+51.1023 s]
/proc/loadavg: 0.96 0.98 0.93 2/65 24324
/proc/meminfo: memFree=962952/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=18296 CPUtime=51.08
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 4327 0 0 0 5104 4 0 0 25 0 1 0 1093916465 18735104 4239 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 4574 4239 113 221 0 4350 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18296

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.93 2/65 24324
/proc/meminfo: memFree=959304/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=21880 CPUtime=102.27
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 5222 0 0 0 10222 5 0 0 25 0 1 0 1093916465 22405120 5134 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 5470 5134 113 221 0 5246 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 21880

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 24324
/proc/meminfo: memFree=956168/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=25016 CPUtime=162.25
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 5979 0 0 0 16220 5 0 0 25 0 1 0 1093916465 25616384 5891 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 6254 5891 113 221 0 6030 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 25016

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 24324
/proc/meminfo: memFree=955272/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=26036 CPUtime=222.24
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 6198 0 0 0 22218 6 0 0 25 0 1 0 1093916465 26660864 6110 1992294400 4194304 5102648 548682068800 18446744073709551615 4249957 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 6509 6110 113 221 0 6285 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 26036

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 24324
/proc/meminfo: memFree=952840/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=28348 CPUtime=282.22
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 6800 0 0 0 28215 7 0 0 25 0 1 0 1093916465 29028352 6712 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 7087 6712 113 221 0 6863 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 28348

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 24330
/proc/meminfo: memFree=952384/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=28684 CPUtime=342.2
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 6882 0 0 0 34213 7 0 0 25 0 1 0 1093916465 29372416 6794 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 7171 6794 113 221 0 6947 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 28684

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 24330
/proc/meminfo: memFree=949952/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=31296 CPUtime=402.19
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 7498 0 0 0 40211 8 0 0 25 0 1 0 1093916465 32047104 7410 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 7824 7410 113 221 0 7600 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 31296

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 24330
/proc/meminfo: memFree=949568/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=31656 CPUtime=462.17
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 7608 0 0 0 46209 8 0 0 25 0 1 0 1093916465 32415744 7520 1992294400 4194304 5102648 548682068800 18446744073709551615 4254657 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 7914 7520 113 221 0 7690 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 31656

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 24330
/proc/meminfo: memFree=948608/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=32664 CPUtime=522.15
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 7835 0 0 0 52207 8 0 0 25 0 1 0 1093916465 33447936 7747 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 8166 7747 113 221 0 7942 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 32664

[startup+582.301 s]
/proc/loadavg: 1.07 1.00 0.93 2/65 24330
/proc/meminfo: memFree=948352/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=32928 CPUtime=582.14
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 7897 0 0 0 58206 8 0 0 25 0 1 0 1093916465 33718272 7809 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 8232 7809 113 221 0 8008 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 32928

[startup+642.302 s]
/proc/loadavg: 1.10 1.02 0.94 2/65 24330
/proc/meminfo: memFree=944712/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=36556 CPUtime=642.13
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 8802 0 0 0 64204 9 0 0 25 0 1 0 1093916465 37433344 8714 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 9139 8714 113 221 0 8915 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 36556

[startup+702.302 s]
/proc/loadavg: 1.10 1.03 0.94 2/65 24330
/proc/meminfo: memFree=943752/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=37548 CPUtime=702.12
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 9033 0 0 0 70202 10 0 0 25 0 1 0 1093916465 38449152 8945 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 9387 8945 113 221 0 9163 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 37548

[startup+762.305 s]
/proc/loadavg: 1.04 1.02 0.94 2/65 24330
/proc/meminfo: memFree=943432/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=37956 CPUtime=762.1
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 9116 0 0 0 76200 10 0 0 25 0 1 0 1093916465 38866944 9028 1992294400 4194304 5102648 548682068800 18446744073709551615 4255524 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 9489 9028 113 221 0 9265 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 37956

[startup+822.302 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 24330
/proc/meminfo: memFree=942792/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=38544 CPUtime=822.08
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 9256 0 0 0 82198 10 0 0 25 0 1 0 1093916465 39469056 9168 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 9636 9168 113 221 0 9412 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 38544

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 24330
/proc/meminfo: memFree=942216/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=39072 CPUtime=882.07
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 9401 0 0 0 88196 11 0 0 25 0 1 0 1093916465 40009728 9313 1992294400 4194304 5102648 548682068800 18446744073709551615 4248997 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 9768 9313 113 221 0 9544 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 39072

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24330
/proc/meminfo: memFree=942216/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=39072 CPUtime=942.06
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 9401 0 0 0 94195 11 0 0 25 0 1 0 1093916465 40009728 9313 1992294400 4194304 5102648 548682068800 18446744073709551615 4255874 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 9768 9313 113 221 0 9544 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 39072

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24330
/proc/meminfo: memFree=940936/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=40548 CPUtime=1002.04
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 9714 0 0 0 100193 11 0 0 25 0 1 0 1093916465 41521152 9626 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 10137 9626 113 221 0 9913 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 40548

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24330
/proc/meminfo: memFree=939976/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=41476 CPUtime=1062.03
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 9948 0 0 0 106191 12 0 0 25 0 1 0 1093916465 42471424 9860 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 10369 9860 113 221 0 10145 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 41476

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24330
/proc/meminfo: memFree=938632/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=42796 CPUtime=1122.01
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 10266 0 0 0 112189 12 0 0 25 0 1 0 1093916465 43823104 10178 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 10699 10178 113 221 0 10475 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 42796

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24330
/proc/meminfo: memFree=938504/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=42928 CPUtime=1182
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 10302 0 0 0 118187 13 0 0 25 0 1 0 1093916465 43958272 10214 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 10732 10214 113 221 0 10508 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 42928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24330
/proc/meminfo: memFree=938312/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=43112 CPUtime=1200
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 10345 0 0 0 119987 13 0 0 25 0 1 0 1093916465 44146688 10257 1992294400 4194304 5102648 548682068800 18446744073709551615 4255060 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 10778 10257 113 221 0 10554 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 43112

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 24330
/proc/meminfo: memFree=938312/2055920 swapFree=4176708/4192956
[pid=24323] ppid=24321 vsize=43112 CPUtime=1200
/proc/24323/stat : 24323 (varsat-crafted_) R 24321 24323 23624 0 -1 4194304 10345 0 0 0 119987 13 0 0 25 0 1 0 1093916465 44146688 10257 1992294400 4194304 5102648 548682068800 18446744073709551615 4255060 0 0 4096 3 0 0 0 17 1 0 0
/proc/24323/statm: 10778 10257 113 221 0 10554 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 43112

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.01
CPU user time (s): 1199.88
CPU system time (s): 0.138978
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 43112

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

runsolver used 0.910861 second user time and 2.6526 second system time

The end

Launcher Data

Begin job on node51 at 2009-03-28 04:55:44
IDJOB=1513059
IDBENCH=70231
IDSOLVER=537
FILE ID=node51/1513059-1238212544
PBS_JOBID= 9060515
Free space on /tmp= 65232 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1611899384-022.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513059-1238212544/watcher-1513059-1238212544 -o /tmp/evaluation-result-1513059-1238212544/solver-1513059-1238212544 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1565195688 HOME/instance-1513059-1238212544.cnf

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

MD5SUM BENCH= 66fb9b1d9d1970f097747a014bb15243
RANDOM SEED=1565195688

node51.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.234
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.234
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:        980080 kB
Buffers:         54336 kB
Cached:         935404 kB
SwapCached:       9996 kB
Active:          76316 kB
Inactive:       924812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        980080 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          17084 kB
Slab:            60708 kB
Committed_AS:  2905728 kB
PageTables:       1400 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= 65228 MiB
End job on node51 at 2009-03-28 05:15:46