Trace number 1556614

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-22UNSAT 1100.73 1101.22

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-09.cnf
MD5SUM5c56557463274332c6704b6432dfc42b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark629.145
Satisfiable
(Un)Satisfiability was proved
Number of variables69487
Number of clauses226581
Sum of the clauses size587221
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292264
Number of clauses of size 3134188
Number of clauses of size 40
Number of clauses of size 50
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:  69487                                                |
0.00/0.00	c |  Number of clauses:    226581                                               |
0.29/0.34	c |  Parsing time:         0.29         s                                       |
0.29/0.34	c |  Timeout:              43200 s
0.29/0.34	c |  Random Seed:          727363515.000000
0.29/0.34	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.29/0.34	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.34	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.34	c |                                                                             |
1.59/1.61	c ============================[ Search Statistics ]==============================
1.59/1.61	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.61	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.61	c ===============================================================================
1.59/1.61	c |         0 |   28473   163208   552134 |    54402        0    nan |  0.000 % |
1.99/2.10	c |       101 |   28464   163208   552134 |    59842       94     14 |  0.417 % |
2.39/2.49	c |       251 |   28464   163208   552134 |    65827      244      8 |  0.417 % |
2.89/2.90	c |       477 |   28464   163208   552134 |    72409      470      7 |  0.417 % |
3.38/3.43	c |       814 |   28464   163208   552134 |    79650      807      7 |  0.417 % |
3.78/3.85	c |      1321 |   28464   163208   552134 |    87616     1314      7 |  0.417 % |
7.88/7.99	c |      2080 |   28453   163095   551792 |    96377     2063     28 |  0.430 % |
21.36/21.42	c |      3219 |   28453   163053   551668 |   106015     3200     73 |  0.430 % |
34.16/34.23	c |      4927 |   28453   163053   551668 |   116616     4908     94 |  0.430 % |
66.04/66.11	c |      7489 |   28448   163036   551624 |   128278     7468    101 |  0.437 % |
105.52/105.61	c |     11334 |   28446   163021   551587 |   141106    11312    116 |  0.440 % |
171.29/171.46	c |     17102 |   28440   162979   551466 |   155217    17072     99 |  0.449 % |
258.65/258.82	c |     25751 |   28440   162979   551466 |   170738    25721    103 |  0.449 % |
438.19/438.47	c |     38725 |   28438   162969   551440 |   187812    38690     93 |  0.452 % |
759.95/760.37	c |     58186 |   28438   162969   551440 |   206594    58151     79 |  0.452 % |
1100.71/1101.20	c ===============================================================================
1100.71/1101.20	c surveys--CPU time (sec)   : 6.2890         (0.57 % of total)
1100.71/1101.20	c surveys--attempted        : 15             (2 /sec)
1100.71/1101.20	c surveys--converged        : 15             (100.00 % successful)
1100.71/1101.20	c restarts              : 15
1100.71/1101.20	c conflicts             : 83447          (76 /sec)
1100.71/1101.20	c decisions             : 120593         (1.61 % random) (110 /sec)
1100.71/1101.20	c propagations          : 690083965      (630624 /sec)
1100.71/1101.20	c conflict literals     : 5765067        (57.43 % deleted)
1100.71/1101.20	c Memory used           : 87.22 MB
1100.71/1101.20	c Total CPU time (sec)      : 1100.5757   
1100.71/1101.20	c 
1100.71/1101.20	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1556614-1238844396/watcher-1556614-1238844396 -o /tmp/evaluation-result-1556614-1238844396/solver-1556614-1238844396 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=727363515 HOME/instance-1556614-1238844396.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: 1.00 1.00 1.00 3/80 24352
/proc/meminfo: memFree=1545364/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=3236 CPUtime=0
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 548 0 0 0 0 0 0 0 20 0 1 0 1157103294 3313664 533 1992294400 4194304 5102648 548682068768 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 809 540 80 221 0 585 0

[startup+0.0671649 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 24352
/proc/meminfo: memFree=1545364/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=21168 CPUtime=0.05
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 4358 0 0 0 3 2 0 0 20 0 1 0 1157103294 21676032 4330 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 5292 4332 87 221 0 5068 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21168

[startup+0.101168 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 24352
/proc/meminfo: memFree=1545364/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=26324 CPUtime=0.09
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 5644 0 0 0 7 2 0 0 20 0 1 0 1157103294 26955776 5616 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 6581 5619 87 221 0 6357 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26324

[startup+0.301188 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 24352
/proc/meminfo: memFree=1545364/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=44312 CPUtime=0.29
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 10150 0 0 0 24 5 0 0 22 0 1 0 1157103294 45375488 10122 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 11078 10122 87 221 0 10854 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44312

[startup+0.701228 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 24352
/proc/meminfo: memFree=1545364/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=56880 CPUtime=0.69
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 13246 0 0 0 63 6 0 0 25 0 1 0 1157103294 58245120 13218 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 14220 13218 100 221 0 13996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56880

[startup+1.50131 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1481164/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=78924 CPUtime=1.49
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 18509 0 0 0 140 9 0 0 25 0 1 0 1157103294 80818176 18481 1992294400 4194304 5102648 548682068768 18446744073709551615 4267600 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 19731 18481 100 221 0 19507 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78924

[startup+3.10248 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1477900/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=70748 CPUtime=3.09
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 18526 0 0 0 300 9 0 0 25 0 1 0 1157103294 72445952 16819 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/24352/statm: 17687 16819 115 221 0 17463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70748

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1477900/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=70748 CPUtime=6.28
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 18526 0 0 0 619 9 0 0 25 0 1 0 1157103294 72445952 16819 1992294400 4194304 5102648 548682068768 18446744073709551615 4255172 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 17687 16819 115 221 0 17463 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70748

[startup+12.7015 s]
/proc/loadavg: 1.15 1.03 1.01 2/81 24353
/proc/meminfo: memFree=1477708/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=70748 CPUtime=12.66
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 18526 0 0 0 1257 9 0 0 25 0 1 0 1157103294 72445952 16819 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 17687 16819 115 221 0 17463 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 70748

[startup+25.5018 s]
/proc/loadavg: 1.12 1.03 1.01 2/81 24353
/proc/meminfo: memFree=1477836/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=70748 CPUtime=25.46
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 18526 0 0 0 2537 9 0 0 25 0 1 0 1157103294 72445952 16819 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 17687 16819 115 221 0 17463 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 70748

[startup+51.1014 s]
/proc/loadavg: 1.15 1.04 1.01 2/81 24353
/proc/meminfo: memFree=1477900/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=70748 CPUtime=51.05
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 18526 0 0 0 5096 9 0 0 25 0 1 0 1157103294 72445952 16819 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 17687 16819 115 221 0 17463 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 70748

[startup+102.307 s]
/proc/loadavg: 1.12 1.05 1.01 2/81 24353
/proc/meminfo: memFree=1476492/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=72068 CPUtime=102.23
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 18895 0 0 0 10214 9 0 0 25 0 1 0 1157103294 73797632 17188 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 18017 17188 115 221 0 17793 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 72068

[startup+162.302 s]
/proc/loadavg: 1.11 1.05 1.01 2/81 24353
/proc/meminfo: memFree=1474764/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=73736 CPUtime=162.19
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 19308 0 0 0 16210 9 0 0 25 0 1 0 1157103294 75505664 17601 1992294400 4194304 5102648 548682068768 18446744073709551615 4250015 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 18434 17601 115 221 0 18210 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 73736

[startup+222.301 s]
/proc/loadavg: 1.09 1.06 1.01 2/81 24353
/proc/meminfo: memFree=1471948/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=76548 CPUtime=222.18
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 20016 0 0 0 22208 10 0 0 25 0 1 0 1157103294 78385152 18309 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 19137 18309 115 221 0 18913 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 76548

[startup+282.301 s]
/proc/loadavg: 1.09 1.06 1.01 2/81 24353
/proc/meminfo: memFree=1469708/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=78916 CPUtime=282.15
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 20561 0 0 0 28204 11 0 0 25 0 1 0 1157103294 80809984 18854 1992294400 4194304 5102648 548682068768 18446744073709551615 4249172 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 19729 18854 115 221 0 19505 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 78916

[startup+342.301 s]
/proc/loadavg: 1.08 1.06 1.01 2/81 24353
/proc/meminfo: memFree=1468364/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=80104 CPUtime=342.12
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 20894 0 0 0 34201 11 0 0 25 0 1 0 1157103294 82026496 19187 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 20026 19187 115 221 0 19802 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 80104

[startup+402.302 s]
/proc/loadavg: 1.12 1.08 1.02 2/81 24353
/proc/meminfo: memFree=1467212/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=81332 CPUtime=402.1
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 21180 0 0 0 40198 12 0 0 25 0 1 0 1157103294 83283968 19473 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 20333 19473 115 221 0 20109 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 81332

[startup+462.302 s]
/proc/loadavg: 1.08 1.08 1.01 2/81 24353
/proc/meminfo: memFree=1466316/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=82152 CPUtime=462.07
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 21390 0 0 0 46195 12 0 0 25 0 1 0 1157103294 84123648 19683 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 20538 19683 115 221 0 20314 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 82152

[startup+522.302 s]
/proc/loadavg: 1.03 1.06 1.01 2/81 24353
/proc/meminfo: memFree=1465740/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=82760 CPUtime=522.04
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 21530 0 0 0 52192 12 0 0 25 0 1 0 1157103294 84746240 19823 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 20690 19823 115 221 0 20466 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 82760

[startup+582.301 s]
/proc/loadavg: 1.01 1.05 1.00 2/81 24353
/proc/meminfo: memFree=1464780/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=83732 CPUtime=582.02
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 21786 0 0 0 58190 12 0 0 25 0 1 0 1157103294 85741568 20079 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 20933 20079 115 221 0 20709 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 83732

[startup+642.301 s]
/proc/loadavg: 1.00 1.04 1.00 2/81 24353
/proc/meminfo: memFree=1464076/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=84456 CPUtime=641.99
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 21947 0 0 0 64187 12 0 0 25 0 1 0 1157103294 86482944 20240 1992294400 4194304 5102648 548682068768 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 21114 20240 115 221 0 20890 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 84456

[startup+702.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/81 24353
/proc/meminfo: memFree=1463372/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=85008 CPUtime=701.97
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 22088 0 0 0 70185 12 0 0 25 0 1 0 1157103294 87048192 20381 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 21252 20381 115 221 0 21028 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 85008

[startup+762.307 s]
/proc/loadavg: 1.00 1.02 1.00 2/81 24353
/proc/meminfo: memFree=1462668/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=85744 CPUtime=761.96
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 22275 0 0 0 76183 13 0 0 25 0 1 0 1157103294 87801856 20568 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 21436 20568 115 221 0 21212 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 85744

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/81 24353
/proc/meminfo: memFree=1461644/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=87028 CPUtime=821.92
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 22531 0 0 0 82179 13 0 0 25 0 1 0 1157103294 89116672 20824 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 21757 20824 115 221 0 21533 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 87028

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/81 24353
/proc/meminfo: memFree=1461068/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=87556 CPUtime=881.9
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 22680 0 0 0 88177 13 0 0 25 0 1 0 1157103294 89657344 20973 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 21889 20973 115 221 0 21665 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 87556

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459980/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=88652 CPUtime=941.87
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 22938 0 0 0 94174 13 0 0 25 0 1 0 1157103294 90779648 21231 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22163 21231 115 221 0 21939 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 88652

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459212/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1001.85
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23132 0 0 0 100171 14 0 0 25 0 1 0 1157103294 91455488 21425 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21425 115 221 0 22104 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 89312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459212/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1061.82
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23134 0 0 0 106168 14 0 0 25 0 1 0 1157103294 91455488 21427 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21427 115 221 0 22104 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 89312

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

[startup+1075.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1074.62
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23134 0 0 0 107448 14 0 0 25 0 1 0 1157103294 91455488 21427 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21427 115 221 0 22104 0
Current children cumulated CPU time (s) 1074.62
Current children cumulated vsize (KiB) 89312

[startup+1087.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1087.42
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23137 0 0 0 108728 14 0 0 25 0 1 0 1157103294 91455488 21430 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21430 115 221 0 22104 0
Current children cumulated CPU time (s) 1087.42
Current children cumulated vsize (KiB) 89312

[startup+1094.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1093.81
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23138 0 0 0 109367 14 0 0 25 0 1 0 1157103294 91455488 21431 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21431 115 221 0 22104 0
Current children cumulated CPU time (s) 1093.81
Current children cumulated vsize (KiB) 89312

[startup+1097.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1097.01
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23138 0 0 0 109687 14 0 0 25 0 1 0 1157103294 91455488 21431 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21431 115 221 0 22104 0
Current children cumulated CPU time (s) 1097.01
Current children cumulated vsize (KiB) 89312

[startup+1099.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1098.61
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23138 0 0 0 109847 14 0 0 25 0 1 0 1157103294 91455488 21431 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21431 115 221 0 22104 0
Current children cumulated CPU time (s) 1098.61
Current children cumulated vsize (KiB) 89312

[startup+1099.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1099.41
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23138 0 0 0 109927 14 0 0 25 0 1 0 1157103294 91455488 21431 1992294400 4194304 5102648 548682068768 18446744073709551615 4254945 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21431 115 221 0 22104 0
Current children cumulated CPU time (s) 1099.41
Current children cumulated vsize (KiB) 89312

[startup+1100.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1100.21
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23138 0 0 0 110007 14 0 0 25 0 1 0 1157103294 91455488 21431 1992294400 4194304 5102648 548682068768 18446744073709551615 4225705 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21431 115 221 0 22104 0
Current children cumulated CPU time (s) 1100.21
Current children cumulated vsize (KiB) 89312

[startup+1101.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1100.61
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23138 0 0 0 110047 14 0 0 25 0 1 0 1157103294 91455488 21431 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21431 115 221 0 22104 0
Current children cumulated CPU time (s) 1100.61
Current children cumulated vsize (KiB) 89312

[startup+1101.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 24353
/proc/meminfo: memFree=1459148/2055920 swapFree=4163524/4192956
[pid=24352] ppid=24350 vsize=89312 CPUtime=1100.71
/proc/24352/stat : 24352 (varsat-industri) R 24350 24352 23981 0 -1 4194304 23138 0 0 0 110057 14 0 0 25 0 1 0 1157103294 91455488 21431 1992294400 4194304 5102648 548682068768 18446744073709551615 4480926 0 0 4096 3 0 0 0 17 0 0 0
/proc/24352/statm: 22328 21431 115 221 0 22104 0
Current children cumulated CPU time (s) 1100.71
Current children cumulated vsize (KiB) 89312

Child status: 20
Real time (s): 1101.22
CPU time (s): 1100.73
CPU user time (s): 1100.58
CPU system time (s): 0.155976
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 89312

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

runsolver used 1.45378 second user time and 3.58345 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-04 13:26:36
IDJOB=1556614
IDBENCH=70822
IDSOLVER=538
FILE ID=node90/1556614-1238844396
PBS_JOBID= 9085813
Free space on /tmp= 66528 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-09.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556614-1238844396/watcher-1556614-1238844396 -o /tmp/evaluation-result-1556614-1238844396/solver-1556614-1238844396 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=727363515 HOME/instance-1556614-1238844396.cnf

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=727363515

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1545780 kB
Buffers:         40352 kB
Cached:         393080 kB
SwapCached:      18904 kB
Active:         195684 kB
Inactive:       258284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545780 kB
SwapTotal:     4192956 kB
SwapFree:      4163524 kB
Dirty:            5104 kB
Writeback:           0 kB
Mapped:          25596 kB
Slab:            40424 kB
Committed_AS:  2749424 kB
PageTables:       2680 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= 66528 MiB
End job on node90 at 2009-04-04 13:44:58