Trace number 1516276

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-22SAT 599.902 600.047

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S1096716652-027.cnf
MD5SUM5b03a3f3b068376a14f73a415b34dbf6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.544916
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  60                                                   |
0.00/0.00	c |  Number of clauses:    5340                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          66414480.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.09/0.13	c ============================[ Search Statistics ]==============================
0.09/0.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.13	c ===============================================================================
0.09/0.13	c |         0 |      60     5340    37380 |     1780        0    nan |  0.000 % |
0.09/0.15	c |       101 |      60     5340    37380 |     1958      101     23 |  0.028 % |
0.09/0.17	c |       251 |      60     5340    37380 |     2153      251     23 |  0.028 % |
0.19/0.20	c |       476 |      60     5340    37380 |     2369      476     22 |  0.028 % |
0.19/0.23	c |       814 |      60     5340    37380 |     2606      814     22 |  0.028 % |
0.19/0.27	c |      1320 |      60     5340    37380 |     2866     1320     22 |  0.028 % |
0.29/0.32	c |      2080 |      60     5340    37380 |     3153     2080     21 |  0.028 % |
0.39/0.40	c |      3220 |      60     5340    37380 |     3468     1629     21 |  0.028 % |
0.49/0.50	c |      4928 |      60     5340    37380 |     3815     3337     21 |  0.028 % |
0.59/0.66	c |      7492 |      60     5340    37380 |     4197     2062     21 |  0.028 % |
0.79/0.87	c |     11337 |      60     5340    37380 |     4616     3797     21 |  0.028 % |
1.19/1.22	c |     17104 |      60     5340    37380 |     5078     2605     20 |  0.028 % |
1.69/1.73	c |     25754 |      60     5340    37380 |     5586     3605     20 |  0.028 % |
2.49/2.52	c |     38731 |      60     5340    37380 |     6145     5355     21 |  0.028 % |
3.69/3.76	c |     58192 |      60     5340    37380 |     6759     3216     20 |  0.028 % |
5.59/5.68	c |     87388 |      60     5340    37380 |     7435     5277     19 |  0.028 % |
8.59/8.67	c |    131177 |      60     5340    37380 |     8179     4309     20 |  0.028 % |
13.38/13.43	c |    196861 |      60     5340    37380 |     8996     4367     19 |  0.028 % |
20.78/20.82	c |    295388 |      60     5340    37380 |     9896     8178     21 |  0.028 % |
32.38/32.47	c |    443177 |      60     5340    37380 |    10886     7142     20 |  0.028 % |
51.08/51.15	c |    664861 |      60     5340    37380 |    11974    10617     20 |  0.028 % |
80.67/80.77	c |    997387 |      60     5340    37380 |    13172     7191     20 |  0.028 % |
129.06/129.13	c |   1496175 |      60     5340    37380 |    14489    11173     20 |  0.028 % |
206.84/206.98	c |   2244357 |      60     5340    37380 |    15938    12033     20 |  0.028 % |
332.91/333.04	c |   3366631 |      60     5340    37380 |    17532     9081     19 |  0.028 % |
534.67/534.85	c |   5050042 |      60     5340    37380 |    19285    16083     19 |  0.028 % |
599.85/600.04	c ===============================================================================
599.85/600.04	c surveys--CPU time (sec)   : 0.4409         (0.07 % of total)
599.85/600.04	c surveys--attempted        : 26             (59 /sec)
599.85/600.04	c surveys--converged        : 26             (100.00 % successful)
599.85/600.04	c restarts              : 26
599.85/600.04	c conflicts             : 5540663        (9244 /sec)
599.85/600.04	c decisions             : 5982324        (1.78 % random) (9980 /sec)
599.85/600.04	c propagations          : 51966957       (86698 /sec)
599.85/600.04	c conflict literals     : 110271309      (17.39 % deleted)
599.85/600.04	c Memory used           : 12.12 MB
599.85/600.04	c Total CPU time (sec)      : 599.8438    
599.85/600.04	c 
599.85/600.04	s SATISFIABLE
599.85/600.04	v -1 2 -3 -4 5 6 -7 -8 9 10 11 -12 13 -14 15 -16 17 18 -19 -20 21 -22 23 24 -25 -26 -27 -28 29 -30 31 32 33 -34 35 36 37 38 -39 -40 -41 -42 -43 -44 45 46 -47 -48 49 -50 -51 52 53 -54 -55 -56 57 58 -59 60 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1516276-1238267108/watcher-1516276-1238267108 -o /tmp/evaluation-result-1516276-1238267108/solver-1516276-1238267108 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=66414480 HOME/instance-1516276-1238267108.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 16464
/proc/meminfo: memFree=877488/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=2544 CPUtime=0
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 1099372884 2605056 260 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 636 261 87 221 0 412 0

[startup+0.031979 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 16464
/proc/meminfo: memFree=877488/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=3384 CPUtime=0.02
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 489 0 0 0 2 0 0 0 18 0 1 0 1099372884 3465216 474 1992294400 4194304 5102648 548682068800 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 846 474 98 221 0 622 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3384

[startup+0.101985 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 16464
/proc/meminfo: memFree=877488/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=3532 CPUtime=0.09
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 511 0 0 0 9 0 0 0 18 0 1 0 1099372884 3616768 496 1992294400 4194304 5102648 548682068800 18446744073709551615 4273178 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 883 496 98 221 0 659 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3532

[startup+0.302002 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 16464
/proc/meminfo: memFree=877488/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=3468 CPUtime=0.29
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 524 0 0 0 29 0 0 0 19 0 1 0 1099372884 3551232 509 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 867 509 110 221 0 643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3468

[startup+0.701037 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 16464
/proc/meminfo: memFree=877488/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=3740 CPUtime=0.69
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 568 0 0 0 69 0 0 0 22 0 1 0 1099372884 3829760 553 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 935 553 110 221 0 711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3740

[startup+1.50111 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=875496/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=4004 CPUtime=1.49
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 658 0 0 0 149 0 0 0 25 0 1 0 1099372884 4100096 643 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 1001 643 110 221 0 777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4004

[startup+3.10125 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=874984/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=4552 CPUtime=3.09
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 772 0 0 0 309 0 0 0 25 0 1 0 1099372884 4661248 757 1992294400 4194304 5102648 548682068800 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 1138 757 110 221 0 914 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4552

[startup+6.30153 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=874344/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=4968 CPUtime=6.29
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 880 0 0 0 629 0 0 0 25 0 1 0 1099372884 5087232 865 1992294400 4194304 5102648 548682068800 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 1242 865 110 221 0 1018 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4968

[startup+12.7011 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=873640/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=5448 CPUtime=12.68
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 1006 0 0 0 1268 0 0 0 25 0 1 0 1099372884 5578752 991 1992294400 4194304 5102648 548682068800 18446744073709551615 4249060 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 1362 991 110 221 0 1138 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5448

[startup+25.5022 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=872872/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=6232 CPUtime=25.49
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 1192 0 0 0 2548 1 0 0 25 0 1 0 1099372884 6381568 1177 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 1558 1177 110 221 0 1334 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6232

[startup+51.1025 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=872168/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=6912 CPUtime=51.08
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 1346 0 0 0 5107 1 0 0 25 0 1 0 1099372884 7077888 1331 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 1728 1331 110 221 0 1504 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6912

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=871208/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=8132 CPUtime=102.27
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 1609 0 0 0 10225 2 0 0 25 0 1 0 1099372884 8327168 1594 1992294400 4194304 5102648 548682068800 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 2033 1594 110 221 0 1809 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8132

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=870376/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=8892 CPUtime=162.25
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 1801 0 0 0 16223 2 0 0 25 0 1 0 1099372884 9105408 1786 1992294400 4194304 5102648 548682068800 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 2223 1786 110 221 0 1999 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 8892

[startup+222.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=869864/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=9268 CPUtime=222.24
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 1913 0 0 0 22221 3 0 0 25 0 1 0 1099372884 9490432 1898 1992294400 4194304 5102648 548682068800 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 2317 1898 110 221 0 2093 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 9268

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=869480/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=9680 CPUtime=282.22
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2002 0 0 0 28219 3 0 0 25 0 1 0 1099372884 9912320 1987 1992294400 4194304 5102648 548682068800 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 2420 1987 110 221 0 2196 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 9680

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=869160/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=10060 CPUtime=342.21
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2085 0 0 0 34217 4 0 0 25 0 1 0 1099372884 10301440 2070 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 2515 2070 110 221 0 2291 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 10060

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=868712/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=10628 CPUtime=402.19
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2192 0 0 0 40215 4 0 0 25 0 1 0 1099372884 10883072 2177 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 2657 2177 110 221 0 2433 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 10628

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=868264/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=11200 CPUtime=462.18
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2315 0 0 0 46214 4 0 0 25 0 1 0 1099372884 11468800 2300 1992294400 4194304 5102648 548682068800 18446744073709551615 4248852 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 2800 2300 110 221 0 2576 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 11200

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867880/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=11576 CPUtime=522.16
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2395 0 0 0 52212 4 0 0 25 0 1 0 1099372884 11853824 2380 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 2894 2380 110 221 0 2670 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 11576

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867368/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=12220 CPUtime=582.15
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2521 0 0 0 58210 5 0 0 25 0 1 0 1099372884 12513280 2506 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 3055 2506 110 221 0 2831 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 12220

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

[startup+588.702 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867304/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=12220 CPUtime=588.55
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2543 0 0 0 58850 5 0 0 25 0 1 0 1099372884 12513280 2528 1992294400 4194304 5102648 548682068800 18446744073709551615 4255776 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 3055 2528 110 221 0 2831 0
Current children cumulated CPU time (s) 588.55
Current children cumulated vsize (KiB) 12220

[startup+595.105 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867176/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=12408 CPUtime=594.95
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2565 0 0 0 59490 5 0 0 25 0 1 0 1099372884 12705792 2550 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 3102 2550 110 221 0 2878 0
Current children cumulated CPU time (s) 594.95
Current children cumulated vsize (KiB) 12408

[startup+598.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867176/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=12408 CPUtime=598.15
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2568 0 0 0 59810 5 0 0 25 0 1 0 1099372884 12705792 2553 1992294400 4194304 5102648 548682068800 18446744073709551615 4225413 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 3102 2553 110 221 0 2878 0
Current children cumulated CPU time (s) 598.15
Current children cumulated vsize (KiB) 12408

[startup+599.102 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867176/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=12408 CPUtime=598.95
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2568 0 0 0 59890 5 0 0 25 0 1 0 1099372884 12705792 2553 1992294400 4194304 5102648 548682068800 18446744073709551615 4256021 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 3102 2553 110 221 0 2878 0
Current children cumulated CPU time (s) 598.95
Current children cumulated vsize (KiB) 12408

[startup+599.506 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867176/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=12408 CPUtime=599.35
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2568 0 0 0 59930 5 0 0 25 0 1 0 1099372884 12705792 2553 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 3102 2553 110 221 0 2878 0
Current children cumulated CPU time (s) 599.35
Current children cumulated vsize (KiB) 12408

[startup+599.902 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867176/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=12408 CPUtime=599.75
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2568 0 0 0 59970 5 0 0 25 0 1 0 1099372884 12705792 2553 1992294400 4194304 5102648 548682068800 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 3102 2553 110 221 0 2878 0
Current children cumulated CPU time (s) 599.75
Current children cumulated vsize (KiB) 12408

[startup+600.002 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 16465
/proc/meminfo: memFree=867176/2055920 swapFree=4176996/4192956
[pid=16464] ppid=16462 vsize=12408 CPUtime=599.85
/proc/16464/stat : 16464 (varsat-industri) R 16462 16464 16046 0 -1 4194304 2568 0 0 0 59980 5 0 0 25 0 1 0 1099372884 12705792 2553 1992294400 4194304 5102648 548682068800 18446744073709551615 4229526 0 0 4096 3 0 0 0 17 1 0 0
/proc/16464/statm: 3102 2553 110 221 0 2878 0
Current children cumulated CPU time (s) 599.85
Current children cumulated vsize (KiB) 12408

Child status: 10
Real time (s): 600.047
CPU time (s): 599.902
CPU user time (s): 599.844
CPU system time (s): 0.057991
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 12408

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

runsolver used 0.486925 second user time and 1.25981 second system time

The end

Launcher Data

Begin job on node50 at 2009-03-28 20:05:08
IDJOB=1516276
IDBENCH=70499
IDSOLVER=538
FILE ID=node50/1516276-1238267108
PBS_JOBID= 9060829
Free space on /tmp= 64164 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/60/unif-k7-r89-v60-c5340-S1096716652-027.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516276-1238267108/watcher-1516276-1238267108 -o /tmp/evaluation-result-1516276-1238267108/solver-1516276-1238267108 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=66414480 HOME/instance-1516276-1238267108.cnf

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

MD5SUM BENCH= 5b03a3f3b068376a14f73a415b34dbf6
RANDOM SEED=66414480

node50.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.238
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.238
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:        877904 kB
Buffers:         88840 kB
Cached:         998760 kB
SwapCached:       9920 kB
Active:         175356 kB
Inactive:       923888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        877904 kB
SwapTotal:     4192956 kB
SwapFree:      4176996 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:          17328 kB
Slab:            64656 kB
Committed_AS:  2967124 kB
PageTables:       1456 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= 64164 MiB
End job on node50 at 2009-03-28 20:15:08